Hi Kristjan, Anselm et al., just had a look into stacklesslib, searching a fork() function. Maybe sPickle is the way to go? Looking there as well right now.
Reason: I am evaluating pysandbox from Victor Stinner which is quite functional, but missing some spots on windows. Unfortunately, although it uses subprocess, in a call() with subprocess it uses fork() :-( And as always, I need that stuff on windows, sooo, why not emulating fork, instead of re-writing things. And btw., do you have experience with pysandbox, or should I use something else for semi-protected code? cheers & thanks - chris -- Christian Tismer :^) <mailto:[email protected]> Software Consulting : Have a break! Take a ride on Python's Karl-Liebknecht-Str. 121 : *Starship* http://starship.python.net/ 14482 Potsdam : PGP key -> http://pgp.uni-mainz.de phone +49 173 24 18 776 fax +49 (30) 700143-0023 PGP 0x57F3BF04 9064 F4E1 D754 C2FF 1619 305B C09C 5A3B 57F3 BF04 whom do you want to sponsor today? http://www.stackless.com/ _______________________________________________ Stackless mailing list [email protected] http://www.stackless.com/mailman/listinfo/stackless
