View Single Post
  #9  
Old 08-07-2006, 03:15 PM
delynn delynn is offline
New Member
 
Join Date: Aug 2006
Posts: 9
Quote:
Originally Posted by mistwang
Our knowledge regarding Capistrano is still pretty limited at this moment. If it can handle FCGI deployment well, it can do the same thing with LSAPI Ruby, as LSAPI works in the similar way as FCGI, just the underlying protocol is different.

If LSWS + LSAPI is used on each node, you only need to find a way to let Capistrano run command "lswsctrl restart" to apply the code change, NO DOWNTIME at all during the restart.
Cool. I'll give it a shot tonight or tomorrow and report back here with my findings!
Reply With Quote