Python Web Application Becomes Unresponsive When Handling Concurrent Requests
Discussions on Python.org
Python Web Application Becomes Unresponsive When Handling Concurrent Requests
Hi All, I am working on a Python-based web application for my website and have been running into an intermittent performance issue where the application becomes unresponsive when several requests arrive within a short period of time. Under normal traffic, the website behaves as expected and individual pages load without any noticeable delay, but when multiple users access the application around the same time, some requests begin taking significantly longer to complete and eventually appear to h...
0 comments
No comments yet.