Thread: LSWS and Django
View Single Post
  #1  
Old 12-06-2006, 04:42 PM
tpersen tpersen is offline
New Member
 
Join Date: Sep 2006
Posts: 3
Default LSWS and Django

Anyone tried using the python-based Django web framework under Litespeed?

More info at http://www.djangoproject.com/

It's got built-in FCGI support with flup (http://trac.saddi.com/flup), and I've had minimal success running it in threaded mode, and no success running it in prefork mode. When in threaded mode, it serves up pages for a while then returns 503s until I restart the process. Prefork starts up all the processes and then just returns 503s all the time.

On the Django site, they mention that their preferred method of serving is to run apache with mod_python, but I have a feeling Litespeed can outperform it if I can get it running correctly.

Any help is appreciated.
Reply With Quote