Imagine I have a controller that uses multiprocessing to run something in a different process, and then I want an ajax function that updates the form communicating with the background job with a multiprocessing.Manager() . I need to keep track of my manager per session. This is not going to work is it?
--