On Thu, Mar 26, 2009 at 2:07 PM, Sebastjan Trepca <[email protected]> wrote: > > 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?
I wouldn't suggest using the integrated web server for production. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
