On Thu, Jun 21, 2012 at 9:47 AM, Helend <[email protected]> wrote: > Hi, > > I am writing a simple web server to handle thousands of request in minute. > But I have to make sure every request is completed before processing of a > next request. > > The server is build with Xampp 1.7.7 (Apache 2.2.21, MySQL 5.5.16). mod_wsgi > 3.3, python 2.6, web.py 0.36, window 2008 x64 > > Are there any ways to it?
Use gunicorn with single process. Anand -- 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.
