Re: migrating processess to avoid the GIL

2008-09-19 Thread Aaron "Castironpi" Brady
On Sep 19, 6:40 pm, "Patrick Stinson" <[EMAIL PROTECTED]> wrote: > I need to migrate calls to CPython to another process in my C++ app to > get around the GIL. Does anyone know of a good way to do this on > windows and Mac? All calls and callbacks can be blocking, I just need > to share some data s

migrating processess to avoid the GIL

2008-09-19 Thread Patrick Stinson
I need to migrate calls to CPython to another process in my C++ app to get around the GIL. Does anyone know of a good way to do this on windows and Mac? All calls and callbacks can be blocking, I just need to share some data structures. Cheers -- http://mail.python.org/mailman/listinfo/python-list