Re: comet client doesn't receive server response

2008-01-15 Thread Leonardo Fraga
hecks. In my case, this buffering lasts for minutes, with no byte sent back to the browser. I think this can be a simple point to check... Hugs, Leonardo Fraga Web Developer [EMAIL PROTECTED] Peter Warren wrote: I posted this question along with some others recently. I'm re-posting it

Re: Re^2: Comet servlet synchronization and flush problems

2007-12-27 Thread Leonardo Fraga
ategy (like that pointed on the ChatCometServletExample). Such a lock drastically reduces your throughput. - It's easier to wrap the responses and build the response collection as thread-safe capsules. Then you can solve all these constraints by design. Thanks again Hugs, Leonardo Fraga Web

Comet servlet synchronization and flush problems

2007-11-21 Thread Leonardo Fraga
Hello, I'm developing a java web application for finances quotes' real-time stream, for hundreds of concurrent users. The solution involves a long http request serving javascript snippets that will be executed by broser when received, changing the data shown to the user. To do this, I have a