Hi, I'm adding this line when running on embedded server for development. I realized that after adding this, /static files are served faster.
web.httpserver.runsimple = web.httpserver.runbasic I've found it here: http://groups.google.com/group/webpy/msg/74b65deeb69a02a8 some time ago - Luke On Sep 24, 5:21 pm, Adam Atlas <[EMAIL PROTECTED]> wrote: > On 24 Sep 2007, at 10:41, Tom Berger wrote: > > > The built-in web server is single threaded. > > Even the now-included CherryPy wsgiserver? I thought that was > multithreaded and supposedly quite fast. And it looks like wsgi.py > only uses that now, not the old SimpleHTTPServer-based one. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
