users@grizzly.java.net

Re: Grizzly 2.0 M1: Filter ordering

From: testn <test1_at_doramail.com>
Date: Wed, 6 May 2009 03:02:26 -0700 (PDT)

>> 3. If "handleAccept" takes long time, will the subsequent events like
>> "handleRead" not be fired until handleAccept is done?
>Yes. ACCEPT/CONNECT events are called from Selector thread, so they
>should be fast.

I thought you just changed code to make ACCEPT event handler to be called
from the worker thread?

-- 
View this message in context: http://www.nabble.com/Grizzly-2.0-M1%3A-Filter-ordering-tp23383056p23403549.html
Sent from the Grizzly - Users mailing list archive at Nabble.com.