X-no-archive: yes
I wrote my web.py app on my Macbook Pro and it worked fine, so I
decided to move it to my old Powerbook G4 laptop, which I want to use
as a server.
I'm getting some odd behavior: two of my javascript files were getting
cut off with the Internal server message listed at the bottom of this
post. I checked the size of the files up to the error, and it comes
out to 66000 bytes exactly before the error occurs for both of them.
It seems that the socket is closing after 66000 bytes ; what could
possibly be causing this?
Thanks
MP
--- ERROR MESSAGE -----
HTTP/1.1 500 Internal Server Error
Content-Length: 409
Traceback (most recent call last):
File "/Users/a/wno/web/wsgiserver/__init__.py", line 624, in
communicate
req.respond()
File "/Users/a/wno/web/wsgiserver/__init__.py", line 367, in respond
self.write(chunk)
File "/Users/a/wno/web/wsgiserver/__init__.py", line 427, in write
self.sendall(chunk)
File "<string>", line 1, in sendall
error: (35, 'Resource temporarily unavailable')
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---