[IronPython] thread pickling

Arman Bostani arman at twinsun.com
Sat Mar 4 02:17:13 CET 2006


Hi all,

A while ago, our company worked with Christian Tismer to implement 
thread picking using his stackless technology.  Its quite nifty in the 
sense that it allows you to things like thread checkpointing and migration.

Given my very limited knowledge of CLR and IronPython's implementation, 
I'm wondering if this sort of thing can be done (eventually) with 
IronPython.  Basically, if you can properly pickle/unpickle a generator, 
the problem is solved.

Any thoughts are very much appreciated,
-arman




More information about the Ironpython-users mailing list