[Python-Dev] Async subprocesses on Windows with tulip
Benjamin Peterson
benjamin at python.org
Sun May 19 18:03:47 CEST 2013
Shouldn't this go to the python-tulip list?
2013/5/19 Richard Oudkerk <shibturn at gmail.com>:
> Attached is a pretty trivial example of asynchronous interaction with a
> python subprocess using tulip on Windows. It does not use transports or
> protocols -- instead sock_recv() and sock_sendall() are used inside tasks.
>
> I am not sure what the plan is for dealing with subprocesses currently.
> Shall I just add this to the examples folder for now?
>
> --
> Richard
>
> _______________________________________________
> Python-Dev mailing list
> Python-Dev at python.org
> http://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe:
> http://mail.python.org/mailman/options/python-dev/benjamin%40python.org
>
--
Regards,
Benjamin
More information about the Python-Dev
mailing list