Re: Comet API question

2007-04-15 Thread Remy Maucherat
Peter Rossbach wrote: Yes, I want implement access filter. As filter detect overload, it set a event retry timeout and give back the event. Later the event comes back and mark as event type RETRY. I think you have two solutions: - do stuff to get notifications that some pool connection is av

Re: Comet API question

2007-04-15 Thread Peter Rossbach
HI Remy Am 15.04.2007 um 13:53 schrieb Remy Maucherat: Peter Rossbach wrote: Hi Filip and Remy Often, if my HTTP request needs to get a database connection and the connection pool is empty, the request will block for some period of time. The problem is that the blocking request will consum

Re: Comet API question

2007-04-15 Thread Remy Maucherat
Peter Rossbach wrote: Hi Filip and Remy Often, if my HTTP request needs to get a database connection and the connection pool is empty, the request will block for some period of time. The problem is that the blocking request will consume a thread while it it blocking. How can I free up the re

Comet API question

2007-04-15 Thread Peter Rossbach
Hi Filip and Remy Often, if my HTTP request needs to get a database connection and the connection pool is empty, the request will block for some period of time. The problem is that the blocking request will consume a thread while it it blocking. How can I free up the request thread when the