On Wednesday, February 05, 2014 5:05:49 PM Jared Cantwell wrote: > So if you are not using a thread pool, does that mean you are using a > thread per connection?
No, everything (for the webserver) is done in a single thread... Unless I'm misunderstanding the documentation, this is the default behaviour. Luke