Fwd: asyncore.dispatcher.handle_read

Indy indy90 at gmail.com
Thu Jan 25 16:27:53 EST 2007


---------- Forwarded message ----------
From: Indy <indy90 at gmail.com>
Date: Jan 25, 2007 11:27 PM
Subject: Re: asyncore.dispatcher.handle_read
To: Jordan <jordan.taylor2 at gmail.com>


OK, problem fixed. Thanks anyway :-)

On 25 Jan 2007 10:08:01 -0800, Jordan <jordan.taylor2 at gmail.com> wrote:
> That was not entirely helpful, it's way more likely a mistake you made
> in subclassing dispatcher than a problem within asycore itself (that
> ended up sounding a lot more mean/angry than intended, sorry ¬_¬ ),
> you really need to show us what changes you made to asyncore.dispatcher
> if you want help.  Good luck.
>
> Cheers,
> Jordan
>
> On Jan 25, 12:18 pm, Indy <ind... at gmail.com> wrote:
> > 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, it
> > is OK. But, the problem is that handle_read does not work as expected.
> > Things I set in handle_read definition, do not happen when a client
> > socket sends me data. Why? Is this a known problem? Please, can you
> > help me?
> > Thanks a lot, in advance.
> >
> > Best regards,
> > Aristotelis Mikropoulos
> >
> > --
> > Programs must be written for people to read, and only incidentally for
> > machines to execute.
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>


--
Programs must be written for people to read, and only incidentally for
machines to execute.


-- 
Programs must be written for people to read, and only incidentally for
machines to execute.



More information about the Python-list mailing list