Steven Loe skriver:
> I'm confused... I would like to control the flash apps on ~1000 machines by 
> sending occasional server messages to them. If I use remoting, seems I need 
> 1000 persistent tcp connections from server to clients. That seems like a lot 
> of connections. Would remoting be less scalable than plain old polling in 
> this scenario?
> 

TCP connections are pretty cheap when idle. Unless you are running into
a limit on the number of concurrent connections you shouldn't need to worry.
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to