On 24/09/2007, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > I know it's been asked before, but I still don't know the answer... > Everytime I link a stylesheet to a template, the page takes too long > to load. > On the other hand, if I add the styles code right into the template, > it runs ok. > I am using the built-in server and the stylesheet is in the "static" > directory. > > What's the problem here? >
The built-in web server is single threaded. You shouldn't experience this problem if you're hosting your app as a WSGI app behind a proper server. -- Tom Berger http://intellectronica.net/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
