I have a problem with integrating between c++ and python (using boost - python library)
My c++ side have many threads, that invokes two callbacks function that are implemented using python (The python code inherites the virtual functions from the c++ side and implements them)
The program works for a while but then crashes . Does anyone have an idea on how to solve it?
Or how does python acts while it is invoked by many c++ threads?