On Thursday, September 27, 2012 12:20:03 AM UTC+2, Massimo Di Pierro wrote:
>
> Are you telling us that under heavy load, trying to generate a new 
> session_id at every request using the os entropy generator (/dev/urandom), 
> results in too many files open, causes tickets, and this produces the 
> apparent slow down? 
>
> What do you suggest?
>
>  
this is not the case within uwsgi....no errors show up. For production 
sites handling a lot concurrent requests rocket is not recommended.

Commenting out the part generating request.uuid on main.py was part of "the 
hack" for case 5). Just commenting that turned out in a ~50 reqs/sec more 
capability. The big "speed bump" (~400 reqs/sec more) is removing all the 
session logic.
 

-- 



Reply via email to