RE: Comet and Async Servlets - Architecture Question

2007-05-04 Thread Praveen Balaji
Thanks Filip. -Original Message- From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Sent: Thursday, May 03, 2007 6:39 PM To: Tomcat Users List Subject: Re: Comet and Async Servlets - Architecture Question Praveen Balaji wrote: > Thanks Sebastiaan. I came to about the s

Re: Comet and Async Servlets - Architecture Question

2007-05-02 Thread Praveen Balaji
: Comet and Async Servlets - Architecture Question Praveen Balaji wrote: > The > last few days I have been evaluating using CometProcessor to work like an > Async Servlet for me. I pick up the CometEvent object on BEGIN event and > process the whole request asynchronously. When I am done

Comet and Async Servlets - Architecture Question

2007-05-01 Thread Praveen Balaji
the developers in general think about this approach. Is it a misuse of the API to process requests asynchronously, outside of the event method? Are there any issues that I should be cautious about? Synchronization issues? Thanks, Praveen Balaji

RE: HTTP compression

2007-04-27 Thread Praveen Balaji
See if the compression property is what you need: http://tomcat.apache.org/tomcat-5.5-doc/config/http.html -Original Message- From: Rajiv M [mailto:[EMAIL PROTECTED] Sent: Friday, April 27, 2007 5:10 PM To: Tomcat Users List Subject: HTTP compression hello, Does Tomcat support HTTP co

RE: Tomcat - CometProcessor question

2007-04-26 Thread Praveen Balaji
----- From: Praveen Balaji [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 25, 2007 11:51 AM To: users@tomcat.apache.org Subject: Tomcat - CometProcessor question Hi all, Not sure if the subject is appropriate. Here's a description of what I need to achieve: I have a servlet that can block on

RE: how to close a comet request outside of an event?

2007-04-26 Thread Praveen Balaji
I see the same problem with my client too. However, I don't see the issue when I use a client using Jakarta HTTP client. I'm still looking into this. Any help will, of course be welcome and delightfully devoured. This is not really the same bug report, but something to think about when you're wor

Tomcat - CometProcessor question

2007-04-25 Thread Praveen Balaji
Hi all, Not sure if the subject is appropriate. Here's a description of what I need to achieve: I have a servlet that can block on a request for a long duration. This essentially means the Tomcat processor thread that is serving the HTTP request is blocked and unable to process more incoming reque

Low value for maxHttpHeaderSize causes "server failed to respond" error

2006-11-21 Thread Praveen Balaji
Hi all, I am using Tomcat 5.5.12. When I set the maxHttpHeaderSize to a low value and send a large header, my HTTPClient throws "org.apache.commons.httpclient.NoHttpResponseException: The server localhost failed to respond" exception. Is this the expected behavior? Will Tomcat abort responding i

Low value for maxHttpHeaderSize causes "server failed to respond" error

2006-11-21 Thread Praveen Balaji
Hi all, I am using Tomcat 5.5.12. When I set the maxHttpHeaderSize to a low value and send a large header, my HTTPClient throws "org.apache.commons.httpclient.NoHttpResponseException: The server localhost failed to respond" exception. Is this the expected behavior? Will Tomcat abort responding i

RE: Problem: Tomcat server hang because CPU goes to 100%

2006-10-04 Thread Praveen Balaji
Check how Heinz would do it: http://www.javaspecialists.co.za/archive/newsletter.do?issue=132&locale= en_US -Original Message- From: Leon Rosenberg [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 04, 2006 2:56 PM To: Tomcat Users List Subject: Re: Problem: Tomcat server hang because