Hi Ed,
the latest version in 1.0.39 [1], you can integrate it using
instructions here [2].
If you still will have the same problem, pls. give us some simple
testcase to reproduce the issue.
Thanks.
WBR,
Alexey.
[1]
http://download.java.net/maven/2/com/sun/grizzly/grizzly-framework-http/1.0.39/
[2]
http://blogs.sun.com/oleksiys/entry/patching_glassfish_2_1_x
On 03/14/2011 01:15 PM, Ed Hillmann wrote:
> Hi. What is the latest version of Grizzly I can use that is
> appropriate with Glassfish 2.1.1? We've been load testing our web
> application, and currently the memory never garbage collects. We
> found that 75% of our heap was taken up by byte arrays, and most of
> them were instances of
> com.sun.enterprise.web.connector.grizzly.async.AsynchronousOutputBuffer.
> If we disable comet from the http service, the memory garbage collects
> fine and the problem goes away.
>
> However, I'd like to continue using Grizzly. I'd like to see if this
> has been fixed in a later release of Grizzly. So, which version of
> Grizzly should I use for Glassfish 2.1.1?
>
> Thanks for any help,
> Ed