ah, i see, well, of course i didn't think such a multiprocess support would replace threading, when the advantage of threads is being able to share datastructures, but it could be interesting for situations where the threads are heavy workers that don't need to communicate much data.
a version of roxen that spreads over all available cpu's for example. i guess similar cases are on arjans mind too.
arjan, you could just look at pikes Remote module and take some ideas from pythons multiprocessing module to achive the effect you are asking for.
greetings, martin.