[Python-Dev] Re: Synchronous and Asynchronous servers in the
standard library
Jason Lunz
lunz at falooley.org
Tue Nov 9 16:18:58 CET 2004
pje at telecommunity.com said:
> Subprocess pipes would be one example, although I suppose you could rule
> that out as "atypical", but then that's just saying that anything you can't
> already do with it isn't typical use for it. I have, however, written
> event-driven apps that talk to subprocess pipes and sockets at the same
> time. Just not using asyncore. :)
I need to combine subprocess pipes and sockets in an async loop too. I
wouldn't call it atypical at all.
Jason
More information about the Python-Dev
mailing list