Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] Continuation.suspend(4000) migrating to Jetty9

Hi,

On Wed, Oct 16, 2013 at 7:24 PM, baskar_ram <baskar.nitt@xxxxxxxxx> wrote:
> if (continuation.suspend(40000))
> {
>     //Code block
> }
>
> I need to migrate the above code to Jetty9. Once its worked, then only i can
> move forward to replace Continuation with AsyncContext. Please let me know
> the equivalent code for the above block.

It's the same question you asked 3 emails ago on this thread.
You got your answer already.
Have you tried and does not work ?

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
http://intalio.com
Developer advice, training, services and support
from the Jetty & CometD experts.
Intalio, the modern way to build business applications.


Back to the top