I'm making a lot of progress with Grizzly. At this point my server has a
custom protocol parser and echoes back the request that has been parsed.
What I'm curious about now is what the best practice is for the threading
model of processing a request. Do you typically do the business logic in
the same Worker Thread that has called the filter? Or is it common to have
a thread pool that the filter submits jobs to?
Thanks,
Bill
--
View this message in context: http://www.nabble.com/Threading-model-tp19673177p19673177.html
Sent from the Grizzly - Users mailing list archive at Nabble.com.