Hi Amy,
>
> On 1 socket connection, if client sends packet1, packet2,
> packet3, ...
> on the server side, does Grizzly ensure the packets (or the bytes)
> are
> proccessed (pass to the protocol chain) in the order they arrives ?
If we talk about TCP sockets - then yes, packets will come in the same
order.
> That
> is, if I associate a handler object to a CONNECTION scope attribute
> to
> the context, I should see a serialized access to the handler
> (except on
> connection close events) ?
Hmm, can you pls. provide more details here?
WBR,
Alexey.
>
>
> Thanks,
> amy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_grizzly.dev.java.net
> For additional commands, e-mail: users-help_at_grizzly.dev.java.net
>