users@glassfish.java.net

Grizzly Connector - Servlet NIO Channel

From: Burak Oguz <burak.oguz_at_gmail.com>
Date: Tue, 11 Nov 2008 14:23:02 +0200

Hi all,

I started to use Glassfish v3 recently. Before that I was using Tomcat Comet
for some rapid data transfer, http tunneling issues. But Tomcat started to
bottleneck. I wonder if there is such a way that I can handle "chunked"
requests in Grizzly Comet in a Servlet over Glassfish. In grizzly comet as
far as I can see it only does async push. I want to do async pull too. I
read all Jean-Francois's tutos but I could not see any such example.

Thanks in advance..