What is it? Ruby Enterprise Edition is a server-oriented friendly branch of Ruby which includes various enhancements: A copy-on-write friendly garbage collector ...
We first "warm up" the participant by sending 1000 requests with 12 concurrent users to it. This gives the participant the chance to load whatever resources are necessary. This is done with the Apache benchmarking tool: ab -n 1000 -c 12 ... Next, we send 20.000 requests in total, usin...
Ruby Enterprise Edition is a branch of Ruby, which includes: An enhanced garbage collector. This allows one to reduce memory usage of Ruby on Rails applications (or any Ruby application that takes advantage of the feature) by 33% on average. An improved memory allocator. This increase...
Ruby Enterprise Edition is a server-oriented friendly branch of Ruby which includes various enhancements: A copy-on-write friendly garbage collector. Phusion Passenger uses this, in combination with a technique called preforking, to reduce Ruby on Rails applications' memory usage by 3...