hi,

I had a look at the event queue implementation and I think a method that
blocks until n elements can be enqueued could be very useful. 

For example, you could have a full queue of requests and an interceptor
that adds requests to the queue. Using the block method, the interceptor
would stop intercepting request when the queue is full, which would be
the logical behavior of an overloaded system.

Nils


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to