We have not tried it yet, but it should work well with LiteSpeed based on their claim. You may need to patch lsws/fcgi-bin/RailsRunner.rb by adding
Code:
if GC.respond_to?(:copy_on_write_friendly=)
GC.copy_on_write_friendly = true
end
at the very beginning in order to fully take advantage of it.
Please let us know the result if you give it a try.
Last edited by mistwang; 09-10-2008 at 03:23 PM..
|