users@grizzly.java.net

Re: Grizzly and cached connections.

From: Jeanfrancois Arcand <Jeanfrancois.Arcand_at_Sun.COM>
Date: Mon, 25 Aug 2008 17:34:40 -0400

Salut,

Alex Magdenko wrote:
> thank for your reply
> I will investigate it

OK let us know the result. Sebastien's tutorial is IMO a great start but
feel free to ask question here :-)

A+

-- Jeanfrancois


>
>
> Survivant 00 wrote:
>> 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
>>>
>>>
>>
>
>
> -----
>
> --
> Best regards.