Galaxy is a lightweight software deployment and management tool. We use it at Ning to manage the Java cores and Apache httpd instances that make up the Ning platform (http://www.ning.com).
22
stars
17
forks
source link
Fixes/tweaks for using galaxy as a library in (j)ruby 1.9 #6
Replaced Thread.criticial which is no longer supported in 1.9, with Thread.exclusive, and added some tweaks to make galaxy easier to use as a library