Hi, I have a site that handles about 100 req/sec on average, but sometimes it can get up to 500 req/sec and in that case flup spawns waaaay too many connections for system to handle so kernel kills the python process(too many open handles). If I limit the number of threads with maxThreads in flup it just clogs when limit is reached and web servers starts returning "Bad Gateway" error.
I'm using Nginx+flup+fastcgi+web.py0.31. Could I use the integrated web server, spawn a few processes and just use nginx's proxy to point to them? Thanks, Sebastjan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
