users@grizzly.java.net

Grizzly and cached connections.

From: Alex Magdenko <magdenko_at_pisem.net>
Date: Tue, 19 Aug 2008 05:15:01 -0700 (PDT)

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.