View Single Post
  #3  
Old 10-27-2006, 03:59 AM
mabonyi mabonyi is offline
Member
 
Join Date: Sep 2006
Posts: 17
Default Seconded

I would like to second that request for selective restarting. With a number of persistent external applications like Rails in a shared hosting environment, it's an unnecessary burst of CPU to reload all of the applications each time one of them needs to be uploaded. This is particularly annoying with a capistrano deployment for Rails. It's the primary reason I suggest to customers the use of Mongrel instead of LSAPI.

For the Ruby LSAPI, couldn't you just make a lswsctrl sighup <extapp_name>? That would be very useful. And just being able to do it through the web admin interface would be a great start.


By the way, LSWS + LSAPI is pretty amazing irrespective of this fault. Please keep up the good work.
Reply With Quote