[Stackless] Using stackless for concurrent HTTP calls / amazon simpledb
Robert MannI
robmnl at gmail.com
Fri Mar 21 10:58:55 CET 2008
Hi!
I read this excellent tutorial:
http://members.verizon.net/olsongt/stackless/why_stackless.html
I still have some open questions:
When I do stackless.run(), are all tasklets run at the same time? Or
are they executed serially, one tasklet staring after the other one
has finished executing?
I am evaluating if I can use stackless python to do multiple
concurrent HTTP calls to amazon's simpledb service, using the python
boto library.
Thanks,
Rob
More information about the Stackless
mailing list