I wonder why this is the case - shouldn't the cherrypy server be faster than the SimpleHTTPServer?
> > 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 > > That works like a charm. > Thank you Luke! > Luis --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
