Fwd: asyncore.dispatcher.handle_read

2007-01-25 Thread Indy
-- Forwarded message -- From: Indy <[EMAIL PROTECTED]> Date: Jan 25, 2007 11:27 PM Subject: Re: asyncore.dispatcher.handle_read To: Jordan <[EMAIL PROTECTED]> OK, problem fixed. Thanks anyway :-) On 25 Jan 2007 10:08:01 -0800, Jordan <[EMAIL PROTECTED]> wro

asyncore.dispatcher.handle_read

2007-01-25 Thread Indy
Greetings. I am writing an asynchronous server, and I use the standard library's module asyncore. I subclass asyncore.dispatcher. handle_accept works just right, that is, when a client socket makes a request to connect to my server socket, things that I set in handle_accept definition, happen. So,