Hi All
I have the following configuration or mod_wsgi
1. Apache compiled with worker module.
2. OS - CentOS
3. Python 2.6.4
4. mod_wsgi 3.2
5. SQLAlchemy 5.6
7. Pylons 0.97
The problem I am facing is that sometimes when I try to fetch a
response from the webservice, it returns a None Object. But as soon as
I refresh my webapp calling that webservice, it gets the response.
Thus occasionally, the webservice does not respond.
Anyone has a clue on what might be happening?? Each webservice is
running on a different port with the following Apache config.
KeepAlive On
KeepAliveTimeout 15
MaxKeepAliveRequests 80
<IfModule mpm_worker_module>
StartServers 2
MaxClients 150
MinSpareThreads 25
MaxSpareThreads 75
ThreadsPerChild 25
MaxRequestsPerChild 500
</IfModule>
I am unable to identify the root cause of this problem. Please
suggest.
Thanks and Regards
Tarun Pasrija
--
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.