users@grizzly.java.net

Re: Inherit ServerConnection's processor for newly accepted connections in Grizzly 2

From: Oleksiy Stashok <Oleksiy.Stashok_at_Sun.COM>
Date: Thu, 01 Apr 2010 15:10:29 +0200

Applied, thank you!

WBR,
Alexey.

On Mar 31, 2010, at 19:07 , Bo Li wrote:

> Hi Alexey
>
> We are thinking about sharing a transport between multiple protocols
> (FilterChains) in the server. This is currently impossible because
> an accepted connection will always use the transport's processor and
> processor selector. It would be nice if it inherited the connection
> specific processor from the ServerConnection that accepted the
> connection if available. I have attached the diff that would
> implement this. What do you think?
>
> Thanks
> Bo
> <
> inherit_server_processor
> .patch
> >---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_grizzly.dev.java.net
> For additional commands, e-mail: users-help_at_grizzly.dev.java.net