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
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
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
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