I was getting the problem of slow response (> 10 seconds) with files in the static folder on Windows XP. Some on this forum had suggested it was a NetBIOS issue. Wow, what a sidetrack.
The real problem is that files encoded Windows style (crlf) are not served correctly. To replicate the issue simply use you favorite advanced text editor to change the format from Windows to Unix. Watch your response time drop from 10 seconsd to a few milliseconds. Anyone know if that has been fixed? In the meantime I'll have to setup GVIM to use unix line endings. Regards --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
