fir*_*hil 2 python concurrency multithreading
我知道Jython和IronPython可以并行运行线程(以利用Multicore或SMP机器),因为它们实现了VM.CPython中有实现或扩展吗?我不是在谈论多处理,如 http://docs.python.org/library/multiprocessing.html
与JVM或.Net中的线程相比,多处理模块中的子进程有多"重"?每个Process对象都有python运行时的开销吗?
我还看到了Tasklets的无堆栈"并行"方式,但它们使用循环调度并且不能并行运行Tasklet.