I'm pretty sure someone built a Python like that, but it did not work out. Someone whose name I don't recall from the #python freenode channel. I think perhaps C module were one of the issues, or sharing of global scopes (which then need fine-grained locks to synchronized access).
Comments
I'm pretty sure someone built a Python like that, but it did not work out. Someone whose name I don't recall from the #python freenode channel. I think perhaps C module were one of the issues, or sharing of global scopes (which then need fine-grained locks to synchronized access).
BTW, there's one multi-processing shared objects module here: http://poshmodule.sourceforge.net/