Re: [Twisted-Python] WSGI Production ready

2010-01-20 Thread Alex Clemesha
On Wed, Jan 20, 2010 at 10:58 AM, Phil Christensen wrote: > On Jan 20, 2010, at 1:19 PM, adamjamesdrew same wrote: >> Is twisted WSGI production ready as compared to apache and mod_wsgi >> >> For a simple server with 4 cores would you simple start 4 instances and load >> balance between them? >>

Re: [Twisted-Python] WSGI Production ready

2010-01-20 Thread Phil Christensen
On Jan 20, 2010, at 1:19 PM, adamjamesdrew same wrote: > Is twisted WSGI production ready as compared to apache and mod_wsgi > > For a simple server with 4 cores would you simple start 4 instances and load > balance between them? > How would you recommend a production deploy of twisted wsgi? Twi