Cosmin L. Neagu

Results 4 comments of Cosmin L. Neagu

Also useful if you want to keep multiple .js files separated by functionality.

Alphabetical order sounds good enough. You can always prefix the file names ... 01-something.js, 02-something-else.js ...

I was thinking of something like LXC but I'm not sure how good it is on Ubuntu 10.04. If you want I can look into it.

LXC for 12.04 is much better :) You first create a container then run your process in that container with something like: /usr/bin/lxc-execute CONTAINER_NAME -f CONTAINER_CONFIG - /usr/bin/uwsgi --ini=uwsgi.ini After...