From: Sean D. <sea...@gm...> - 2015-10-29 20:22:38
|
Hello, A general question if anyone here knows off-hand or could point me to an answer. Perhaps it depends on the http client or server or whatever but.... If I start a new Java thread in server code that handles a RestEasy call, does that new thread execute fully even if the original call has ended/returned? Or does it get canceled/interrupted/etc? Thank you. |