Skip to main content
Participant
August 28, 2006
Question

FMS VB(application) Interaction

  • August 28, 2006
  • 2 replies
  • 432 views
I am currently doing project that requires real-time data for a large amount of clients. The interfacing currently is being done with FMS > ASP.NET > SQL however, this is not effcient enough.

Is it possible to have FMS interact directly with a serverside application built in VB?
    This topic has been closed for replies.

    2 replies

    Participant
    August 29, 2006
    Vectoron,

    I guess you want to perform faster from server itself.

    If this is the case then optionally you can embed SWF object in your vb application and that SWF will be one special client of your FMS. Which can update any events he is getting from other clients or server(s), you can directly use .net remoting and pass the data.

    Hope this helps.
    Inspiring
    August 28, 2006
    Hello :)

    you can use Remoting services in FMS with SSAS (Server Side
    Actionscript) and you can use
    Fluorine( http://fluorine.thesilentgroup.com/fluorine/index.html) or
    ( http://amfnet.openmymind.net/) to create web services !

    example FMS & AMFPHP :
    http://www.sephiroth.it/tutorials/flashPHP/flashcomm_AMFPHP/

    you can transform this tutorial and use .NET solution :)

    EKA+ :)


    > I am currently doing project that requires real-time data for a large amount of
    > clients. The interfacing currently is being done with FMS > ASP.NET > SQL
    > however, this is not effcient enough.
    >
    > Is it possible to have FMS interact directly with a serverside application
    > built in VB?
    >