./code.py spawns the integrated cherry py server On 4/22/09, Jonas Galvez <[email protected]> wrote: > > > I have just started going through the same issue. > > What is this integrated web server? Where can I find it? > > --Jonas Galvez > > On Mar 27, 11:23 pm, Anand Chitipothu <[email protected]> wrote: > > 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 waaaaytoo > > >manyconnectionsfor system to handle so kernel kills the python > > > process(toomanyopen 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. > > >
-- Bidegg worlds best auction site http://bidegg.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
