way to fix number of concurrent sessions allowed at app level. django

Posted by laspal on Stack Overflow See other posts from Stack Overflow or by laspal
Published on 2010-05-25T17:12:35Z Indexed on 2010/05/25 17:31 UTC
Read the original article Hit count: 135

Filed under:
|
|

Hi, How can I fix number of concurrent sessions allowed at app level? Basically I want a limit to how many concurrent requests to this url to keep the server from getting congested. I guess some middleware hack?

Thanks.

© Stack Overflow or respective owner

Related posts about python

Related posts about django