[mnet-devel] about the bootpage bug
Zooko O'Whielacronx
zooko at zooko.com
Sat Nov 29 14:15:27 GMT 2003
Bugs item #851137, was opened at 2003-11-29 13:12
Message generated for change (Comment added) made by zooko
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=436453&aid=851137&group_id=43482
Category: Network / EGTP
Group: v0.6.2
Status: Open
Resolution: None
Priority: 9
Submitted By: Zooko O'Whielacronx (zooko)
Assigned to: Nobody/Anonymous (nobody)
Summary: mojobootpage loading rarely works
Initial Comment:
...
- ----------------------------------------------------------------------
>Comment By: Zooko O'Whielacronx (zooko)
Date: 2003-11-29 14:15
Message:
Logged In: YES
user_id=52562
Okay, one more hint: the failed bootpage loads are
invariably closed by asyncore.py in response to a recv()
which returns 0.
I suspect that in Python 2.2, recv() returning 0 was a
reliable indicator of a closed connection (as the comments
in asyncore.py indicate), but that in Python 2.3 we are
getting recv() returning 0 even when the HTTP transaction is
still ongoing.
How to work-around? Either hack asyncore.py, figure out if
there is something we are doing that is stimulating the
problem, or put a stupid "while itdidntwork: retry()" loop.
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
mnet-devel mailing list
mnet-devel at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mnet-devel
More information about the Mnet-devel
mailing list