Re: comet client doesn't receive server response

2008-01-15 Thread Leonardo Fraga
. 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 in its own

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

2007-12-27 Thread Leonardo Fraga
(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 Developer

Comet servlet synchronization and flush problems

2007-11-21 Thread Leonardo Fraga
(MarketEvent) notify.process(new SubscribeQuoteEvents(commandParameters)); } ... } } Any ideas? Thanks Leonardo Fraga Web Developer Cedro Finances