Servlet and Netty
Simplicity
fabrice.faure.mac at me.com
Sun Jan 23 05:20:24 EST 2011
Hi everybody,
Excuse my poor english, I am a French guy, so this is not my native language
:)
Congratulations for the netty framework, impressive product.
Ok let's go. Here is my problem.
I have tried the Telnet example. Works well. I've added Channel group. Works
well.
I work on a JSF 2.0 project, and I wanted to make "comet" like engine for
learning.
So I run my Telnet server, and when my web application is running, a jQuery
ajax query is done to a servlet (to bypass cross-domain limitation). And the
servlet contact the Telnet server. So everything work like a charm. Update
is done in all my browsers when modifications are done in one.
But there is a timeout in the ajax request and the servlet don't close my
connexion to the Telnet server.
Is there a way to detect that timeout in servlet, telnet server or in other
part ? What do you think about that problem ?
Regards,
Fabrice.
--
View this message in context: http://netty-forums-and-mailing-lists.685743.n2.nabble.com/Servlet-and-Netty-tp5952430p5952430.html
Sent from the Netty User Group mailing list archive at Nabble.com.
More information about the netty-users
mailing list