comet webapp memory optimization

2007-09-05 Thread Peter Warren
I have a webapp that maintains many concurrent comet connections. Transmissions between the client and server are small and infrequent. I'm trying to lessen the memory usage by playing with buffer configurations. To test various configurations, I wrote a client that opens 2000 connections to a

Re: comet webapp memory optimization

2007-09-05 Thread Filip Hanik - Dev Lists
the only data you risk to lose is from maxHttpHeaderSize, if you reduce that, and the HTTP request is larger than that, you'll end up with a garbled request everything else should be good to run around with Filip Peter Warren wrote: I have a webapp that maintains many concurrent comet