On 10/03/2010 07:54 PM, Koobz wrote:
I'm getting about 0.5 requests per second using apache, and about 60
using the development server so something is definitely wrong :)

After every requests I see:

[Sun Oct 03 11:48:52 2010] [info] mod_wsgi (pid=27761): Python has
shutdown.
[Sun Oct 03 10:49:09 2010] [info] mod_wsgi (pid=27767): Destroying
interpreters.

My guess would be that there's something wrong in your django.wsgi file. It looks like that doesn't start up some wsgi process but instead only processes one request.

Perhaps try and add some logging at the start and the end of the main call in your django.wsgi?

Reinout

--
Reinout van Rees - rein...@vanrees.org - http://reinout.vanrees.org
Collega's gezocht!
Django/python vacature in Utrecht: http://tinyurl.com/35v34f9

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to