View Single Post
  #4  
Old 08-22-2008, 02:59 PM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,590
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..
Reply With Quote