Hi, I have my apache server where I am using mod_wsgi to run python endpoints which serve images from the server. There are lot of requests hitting the server and I started seeing errors like following:
Python has shutdown. Connection closed to child with abortive shutdown. Resource temporarily unavailable: mod_wsgi (pid=1211): Unable to connect to WSGI daemon process 'app' on '/run/httpd/wsgi.10.0.1.sock' after multiple attempts as listener backlog limit was exceeded or the socket does not exist. I am not sure what is going on here, can anybody has clue what the problem could be? And how can I scale with mod_wsgi and python. Thanks, Darshan -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/modwsgi/e800f19c-3946-4749-8464-96364ddba0ccn%40googlegroups.com.
