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+ :)
[quoted text, click to view] > 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?
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?
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.