Re: IoProcessor stop creating new thread of IoHandler?

2008-07-16 Thread Johny Kadarisman
Thanks Peter, Now it make sense. Is there other filter that not implementing this blocking mechanism. I have slightly different uses. Which each message should be process independently in a different thread even if this come from the same connection. On Wed, Jun 11, 2008 at 11:41 AM, peter

Re: IoProcessor stop creating new thread of IoHandler?

2008-06-11 Thread peter royal
On Jun 5, 2008, at 11:02 AM, Johny Kadarisman wrote: In my client implementation, I set manual threading model, and insert executorFilter() in my socketConnector config. On certain condition, in my handler, I will block in 'ArrayBlockingQueue'. during this situation, I don't see IoProcessor

IoProcessor stop creating new thread of IoHandler?

2008-06-05 Thread Johny Kadarisman
Hi, In my client implementation, I set manual threading model, and insert executorFilter() in my socketConnector config. On certain condition, in my handler, I will block in 'ArrayBlockingQueue'. during this situation, I don't see IoProcessor creating a new handler thread to process a new message