pyjulia and multithreading corrupt the *.pyc file? – Debian
this is my setup: I'm using Django and calling julia from an django rq-worker. Using a worker avoids threading problems, because there are no other threads. In julia I'm using multiprocessing for calculations some fancy technologie wodooo. So long all…