[flexcoders] Streaming BlazeDS connection reverting to polling

2008-06-05 Thread Geoffrey
I know there is a hardware imposed limitation to the number of BlazeDS real-time streaming connections that you can establish. I've heard it's in the hundreds, so I'm trying to see how many I can connect to my server(WinXP Pro 64-bit with two 3GHz Xeon CPUs and 8GB of RAM). Oddly enough after

Re: [flexcoders] Streaming BlazeDS connection reverting to polling

2008-06-05 Thread Anatole Tartakovsky
It is 10 - please check the source of the BlazeDS source - can be increased to few hundreds in your configuration but you might want to consider setting process affinity and set up LCDS 2.6 express NIO HTTP adapter to really scale it up. Other option is to modify BlazeDS code to not keep the

Re: [flexcoders] Streaming BlazeDS connection reverting to polling

2008-06-05 Thread Rob Rusher
Another option would be to use WebORB. The more I look at what WebORB can do, the easier it is to pick it over other servers. We just had a WebORB presentation at our UG meeting on Tuesday. If you haven't looked at, you should. Regards, Rob On Thu, Jun 5, 2008 at 4:06 PM, Anatole Tartakovsky