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