Re: asynchat + send problem

2006-02-13 Thread Andreas R.
Fredrik Lundh wrote: > "Andreas R." <[EMAIL PROTECTED]> wrote: > >> I'm using Python's asynchat for networking. If I invoke the send() >> method of the asynchat module, only a single send operation is possible >> at any given time. If I call it more than once, only the first call is >> registered

Re: asynchat + send problem

2006-02-13 Thread Fredrik Lundh
"Andreas R." <[EMAIL PROTECTED]> wrote: > I'm using Python's asynchat for networking. If I invoke the send() > method of the asynchat module, only a single send operation is possible > at any given time. If I call it more than once, only the first call is > registered at the other client. use "pu