[Python-Dev] [PEP 3148] futures - execute computations asynchronously (original) (raw)
Nick Coghlan ncoghlan at gmail.com
Mon Mar 8 12:14:56 CET 2010
- Previous message: [Python-Dev] [PEP 3148] futures - execute computations asynchronously
- Next message: [Python-Dev] [PEP 3148] futures - execute computations asynchronously
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
P.J. Eby wrote:
I'm +1 on adding a nice task queuing system, -1 on calling it by any other name. ;-)
As Guido said, let's call the nice task queuing system "futures" and point people wanting a full-power asynchronous process model to Twisted
- while the Deferred API may technically be independent of the rest of the framework, you need at least some of the other tools for asynchronous operations to make it really shine.
Cheers, Nick.
-- Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia
- Previous message: [Python-Dev] [PEP 3148] futures - execute computations asynchronously
- Next message: [Python-Dev] [PEP 3148] futures - execute computations asynchronously
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]