That is, I want to get the request-object, and then pass it to another thread, who is then handling multiple requests (i.e. sending "non-waiting", polling for input, etc.). Is this possible?
I'm not sure I follow. Do you want to get the output stream (and/or the input stream) and pass that to another thread for processing? I don't know the answer, just trying to clarify.
Cheers, Chris Dean