[Python-Dev] Async subprocesses on Windows with tulip (original) (raw)
Benjamin Peterson benjamin at python.org
Sun May 19 18:03:47 CEST 2013
- Previous message: [Python-Dev] Async subprocesses on Windows with tulip
- Next message: [Python-Dev] Async subprocesses on Windows with tulip
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 sockrecv() and socksendall() 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
- Previous message: [Python-Dev] Async subprocesses on Windows with tulip
- Next message: [Python-Dev] Async subprocesses on Windows with tulip
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]