If you're only trying to update the client with data, you have a few options besides Comm Server/Red5, which may be a bit heavy-handed.
Among them, - Have your laszlo application poll for updates, every 10 seconds or however long makes sense. - Use the (currently unsupported by Laszlo) XMLSocket object (ActionScript) to receive "update" events, and either have the new data pushed in through the socket, or use that to trigger an update through the normal data request channel. I'm using the latter of the two on a project now, and it's working well- it's light enough that I could switch to a polling method later on with ease. Stéphane . wrote: > In a old post, i've asked if it's possible to refresh data on a client > program when another client program is modifying database table n_uplets. > I've been searching trhough www.osflash.org <http://www.osflash.org> and > saw Red 5 (www.osflash.org/red5 <http://www.osflash.org/red5>), a flash > server with functions like Flex's future Adobe comms. server. > I think it can do that. I'll send my progress there if nobody is against. > Thanks. _______________________________________________ Laszlo-user mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-user
