[Stackless] Tasklets local storage
Fernando Miranda
fcmiranda at gmail.com
Tue May 31 23:29:38 CEST 2011
Hello people. I'm starting with Stackless so it's a whole new amazing
world for me.
I usually use regular threads, and they normally have Thread-local
storage (TLS), which
is a very useful feature when you need NOT share memory with other threads.
So, I'm wondering if Stackless has something similar: A way to store
local memory
(a python object) for a given tasklet. Is that possible?
Thanks in advance.
-f
More information about the Stackless
mailing list