On Mon, Mar 2, 2009 at 11:49 AM, Hans Hübner hans.huebner@gmail.com wrote:
Wouldn't you be able to write a task manager that first reads the request header, then decides whether the request is a COMET request and queue it or hand it over to another thread for processing?
If you first read the request header, you're interfering with the rest of the architecture which expects to be able to read the whole request including headers from the client.
Edi.