This blog has some pretty interesting results: http://paultyma.blogspot.com/2008/03/writing-java-multithreaded-servers.html
The synopsis is that up to about 15,000 threads, thread per connection outperforms event based code based on NIO. On Fri, Apr 24, 2009 at 12:24 PM, Brian Hammond <[email protected]>wrote: > I wonder if thread-per-connection concerns are still valid, 3 years later? > http://bob.pythonmac.org/archives/2006/09/13/nginx-reverse-proxy-panacea/ > > In any event, I'm pretty thrilled with nginx so far. > > The point of my earlier email was to ask if there was any real concern with > using the python THttpServer behind *any* load balancer, in production. > > Thanks to everyone for the input! > Brian > >
