View Single Post
  #2  
Old 01-12-2007, 10:54 AM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,603
If there is something in lsws/logs/stderr.log like: .../lsapi.so: warning: already initialized constant ENV you rails application is powered by LSAPI now.
You may feel the first request is still pretty slow, that's because the RoR framework need to initialization for the first request, it is slow, you can set
Run On Start Up: Yes If you have not.

You will notice big differences when you server is under load, especially when there are cached pages.

We do not use CGI, we use our LSAPI protocol, which is similar to FCGI, more better optimized for performance.
Reply With Quote