[Python-ideas] A concurrency survey of sorts
Weeble
clockworksaint at gmail.com
Fri Nov 4 18:57:11 CET 2011
> Regardless, I still think the GIL should be fixed or the threading module
> removed. It's disingenuous to have a threading module when it doesn't work
> as advertised due to an interpreter "feature" of dubious merit anyway.
Is this a serious proposal? Without threads, is there any reasonable
cross-platform way to communicate interactively with multiple subprocesses
over pipes? Windows doesn't have select. I don't *like* using threads, but
as far as I can tell they're the only available way to do this.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20111104/c47f830c/attachment.html>
More information about the Python-ideas
mailing list