dev@grizzly.java.net

Re: Grizzly with Adobe BlazeDS

From: Oleksiy Stashok <Oleksiy.Stashok_at_Sun.COM>
Date: Fri, 06 Mar 2009 10:34:33 +0100

Hi,

>
> I've been developing an application which uses BlazeDS (the Adobe
> open source java framework that enables developers to easily connect
> to back-end distributed data and push data in real-time to flash
> client)
> BlazeDS http-streaming channel doesn't use NIO, therefore each
> request uses a new thread from the pool and sleeps on it until user
> disconnects. Eventually the container thread pool would be full, and
> new users connecting will have to wait.
>
> After reading most of Jean-Francois blogs on Grizzly, I can see that
> Grizzly could solve my problem, but I am not sure where and how to
> start.
Please take a look here:
http://docs.sun.com/app/docs/doc/820-4496/ggrgy
http://docs.sun.com/app/docs/doc/820-4496/ghgxk?a=view

Grizzly examples here:
https://grizzly.dev.java.net/source/browse/grizzly/trunk/code/samples/comet/

Grizzly comet in maven repo:
http://download.java.net/maven/2/com/sun/grizzly/grizzly-comet/1.9.8/


> Can Grizzly Comet solve this problem? What do you think?
I think it's exactly what you need. Grizzly Comet leverages all
advantages of Java NIO and provides HTTP push functionality.

Thanks.

WBR,
Alexey.

>
>
> Any info could help, thank you.
>
> Hanna Haddad