Re: [Flashcoders] Should I use BlazeDS for this?

2012-03-20 Thread Steven Loe
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

Re: [Flashcoders] Should I use BlazeDS for this?

2012-03-20 Thread Henrik Andersson
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