What's the problem here?
Maybe the browser isn't caching the stylesheet?
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.
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
> > 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