I am having a little hard time understanding the real benefit of using the
 Grizzly NIO with Restlet. (or the way I am suppose to use, to be more
 precise)
 Lets assume I have a Resource that does a long I/O (that talks to an
 external server through a socket connection) and process what returns from
 external server so that the Resource  returns some StringRepresentation as 
a
 result. Assuming a fresh new thread is created for each Resource and for 
the
 socket connection to the external server.
 What would be the real benefit of switching to Grizzly I/O Server and how
 should this be accomplished. Should only using the Grizzly Connector 
improve
 performance since the server will handle the NIO or should I change the
 current code to implement some Reactor pattern?

 Any help is highly appreciated.
 Bora

PS: Sorry for the old confusing  subject

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=1304438

Reply via email to