[Python-Dev] Trial balloon: microthreads library in stdlib (original) (raw)
dustin at v.igoro.us dustin at v.igoro.us
Sun Feb 11 06:35:18 CET 2007
- Previous message: [Python-Dev] Trial balloon: microthreads library in stdlib
- Next message: [Python-Dev] Trial balloon: microthreads library in stdlib
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sun, Feb 11, 2007 at 03:35:29AM +0200, Yotam Rubin wrote:
Why don't you use Stackless? It's very simple, stable, and solves quite completely the problems in writing concurrect code.
That's a great point -- I'm not necessarily producing this to solve a problem I'm having. Rather, I think that the new language features in PEP 342 cry out for a batteries-included library that makes asynchronous programming both natural and easy.
Dustin
- Previous message: [Python-Dev] Trial balloon: microthreads library in stdlib
- Next message: [Python-Dev] Trial balloon: microthreads library in stdlib
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]