users@grizzly.java.net

Re: Grizzly no more responding when clients are doing many big files upload and download

From: Vrignaud Etienne <evrignaud_at_axway.com>
Date: Sat, 9 Oct 2010 11:56:42 -0700 (PDT)

Thanks for your reply and for the very good sample that you provide.
It' clear that with the 2.0 version of Grizzly there is a very efficient way
to implement my use case.
Unfortunatly, I am not able to use the 2.0 version of Grizzly.
Main reasons are:
    - My product is based on Grizzly 1.9, and I think that a migration will
be necessary
    - I cannot base my product on a non official version of Grizzly.

At this time, I am trying to implement my use case using the
suspend()/resume() APIs of the Response class.
I did it base on the design of your sample.
Unfortunatly I am facing a problem when suspending the Response of a POST
that have a big input payload.
Don't know if it's an issue. Here is the reference of my new discussion:
http://old.nabble.com/Error-suspending-the-Response-of-a-POST-that-have-a-big-input-payload-to29920882.html

Regards,
/Etienne

-- 
View this message in context: http://old.nabble.com/Grizzly-no-more-responding-when-clients-are-doing-many-big-files-upload-and-download-tp29482040p29921105.html
Sent from the Grizzly - Users mailing list archive at Nabble.com.