maybe my migration guide to Grizzly can help you.
take a look at my web site :
http://sebastiendionne.ca/grizzly/index.php
2008/8/19 Alex Magdenko <magdenko_at_pisem.net>
>
> I'm newbie to Grizzly and I have design problems...
>
> I have a lot of nodes where
> - Server should be started to listen for new connections from another
> nodes;
> - node's send() method should make connection to another node and
> send/receive data asynchronously.
>
> I would like to use only one connection between 2 nodes. All data should be
> send or received via channel, which accepted by server or created directly
> to connect. Connection between nodes should be always active and
> sending/receiving works asynchronously. I know how to do it directly with
> NIO (for example, google "The Rox Java NIO Tutorial")...
>
> How I can do it with Grizzly? Also, I would like to add SSL in future...
>
> -----
>
> --
> Best regards.
> --
> View this message in context:
> http://www.nabble.com/Grizzly-and-cached-connections.-tp19048272p19048272.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
>
>