Links tagged “module”
3 links, newest first.
docs.python.org
Standard library documentation for Python's multiprocessing module, which spawns processes to sidestep the GIL and offers queues, pipes, pools and shared memory.
addyosmani.com
A long guide to splitting JavaScript into decoupled modules, comparing the AMD, CommonJS and ES Harmony formats and the tooling around each.
modjs.org
An abandoned proof-of-concept Apache module that executes ECMAScript on the server, with an interface loosely modelled on perl's CGI.pm.


