Message45458
| Author |
klimkin |
| Recipients |
| Date |
2004年07月02日.13:44:23 |
| SpamBayes Score |
| Marked as misclassified |
| Message-id |
| In-reply-to |
| Content |
Logged In: YES
user_id=410460
In addition to "[ 909005 ] asyncore fixes and improvements"
and CVS
version "asyncore.py,v 2.51" this patch provides:
* Added handling of buffered socket layer (pending_read(),
pending_write()).
* Added fd number for __repr__.
* Initialized self.socket = socket._closedsocket() instead
of None
for verbose error output (like closed socket.socket).
* asyncore and asynchat implements idispatcher and iasync_chat.
* Fixed self.addr initialization.
* Removed import exceptions.
* Don't filter KeyboardInterrupt, just pass through.
* Added queue of sockets, solves the problem of select() on
too many
descriptors.
I have run make test in python cvs distrib without problems.
Examples of using i* included.
|
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2007年08月23日 15:32:37 | admin | link | issue909005 messages |
| 2007年08月23日 15:32:37 | admin | create |
|