users@grizzly.java.net

Re: Grizzly 2.0 M1: Filter ordering

From: Oleksiy Stashok <Oleksiy.Stashok_at_Sun.COM>
Date: Wed, 06 May 2009 13:52:04 +0200

>
>>> 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?
It's contrary :) It used to be called from WorkerThread, and I changed
it to be called from selector thread.

Alexey.

>
>
> --
> 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.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_grizzly.dev.java.net
> For additional commands, e-mail: users-help_at_grizzly.dev.java.net
>