On 23 Nov, 22:02, Patrick Stinson <patrickstinson.li...@gmail.com> wrote:
> What I meant was that I am *not allowed* to make calls to the CPython > API from the threads I currently have because these threads are high > priority and are never allowed to make blocking calls. Fortunately, > each of these threads can have a completely separate interpreter, This seems confused. What would they do with the interpreter if they cannot call the CPython API? > My question was whether or not anyone has done anything like this in > C/C++. I have programmed parallel numerical software in Python, including on- line signal processing. I have yet to find the GIL gets in my way. Usually people complaining about the GIL does not know what they are talking about. -- http://mail.python.org/mailman/listinfo/python-list