OffByOneStudios / massive-dangerzone

A platform agnostic module management system.
6 stars 1 forks source link

Language Python: Static compiling. Seperated Environments. Real concurrency. #24

Open mason-bially opened 11 years ago

mason-bially commented 11 years ago

If we can modify the compilation python to use a static library we could achieve separated python environments, therefore separate GILs, and therefore concurrency between python modules.

This may require downloading python source and configuring it to be compiled as a static lib. Perhaps when we have ELM.

cgrinker commented 11 years ago

Here's two links for when we get back to this http://stackoverflow.com/questions/1150373/compile-the-python-interpreter-statically http://bytes.com/topic/python/answers/23235-build-static-python-executable-linux