jsr339-experts@jax-rs-spec.java.net

[jsr339-experts] How are suspended responses usually managed?

From: Jan Algermissen <jan.algermissen_at_nordsc.com>
Date: Fri, 12 Oct 2012 15:38:05 +0200

Hi

when a response is suspended by the async API the request handing thread is being 'released from duty' and can continue serving requests.

So far I understand. What I am not entirely clear about is what happens with the suspended response - will these be 'parked' in an extra thread? Or will there be one thread for each suspended response?

Jan