I have a server configured like this:
<VirtualHost *>
ServerName xx.com
DocumentRoot /home/xx/src
WSGIDaemonProcess xx user=xx group=xx threads=1 processes=25
python-path=/home/xx/lib/python2.5/site-packages
WSGIProcessGroup xx
WSGIScriptAlias / /home/xx/deploy/bme.wsgi
ErrorLog /var/log/apache2/error.xx.log
LogLevel warn
CustomLog /var/log/apache2/access.xx.log common
ServerSignature On
</VirtualHost>
When the server is restarted it starts painfully slow until many =~ 10
requests are made, after that speed comes to what's expected.
Any ideas on how to troubleshoot that? I tested on two different servers
(Debian Etch on a Dell Sever, and Ubuntu Intrepid on an EC2 instance) and
experienced the same issue.
Ariel.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"modwsgi" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/modwsgi?hl=en
-~----------~----~----~----~------~----~------~--~---