How Good Are We With Processes?

By |2010-02-04T16:46:00-09:00February 4th, 2010|Uncategorized|

Consider this problem:Your C++ project includes libpython and special multiprocessing constraints require you to move the CPython interpreter code and GIL out of the main process. No, you can't use multiprocessing or any other python-based code because it requires the GIL. The GIL must move. The GIL will move.You can use your nifty CS degree [...]