Running a subprocess on a "leash"

Cameron Laird claird at lairds.com
Tue Oct 7 20:18:47 EDT 2003


In article <blvkgi$vs2$1 at conifold.math.ucdavis.edu>,
Greg Kuperberg <greg at conifold.math.ucdavis.edu> wrote:
			.
			.
			.
>(1) I don't think that process control is thought through very well
>in Python.  Do I really need os, popen2, fcntl, signal, and select?
>If so, it is not nearly as attractive as, for example, using the cgi
			.
			.
			.
No, that bundle certainly is *not* convenient for you--but
the Python run-time library has many different customers.
I think the suboptimality of popen2(), select(), and so
on is poorly appreciated.  On the other hand, it would be
*really* hard at this point to get people to agree on a
different interface.
-- 

Cameron Laird <claird at phaseit.net>
Business:  http://www.Phaseit.net




More information about the Python-list mailing list