View Single Post
  #13  
Old 02-04-2010, 11:15 AM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,590
There should be one ruby process with parent PID of 1, that's the one started by LSWS, the other worker ruby processes are forked by that process.
So, check that ruby process with ktrace/kdump, see if it is doing getppid(), and the result.

The configuration change only affect newly started ruby processes, so you may need to restart LSWS the second time to check the effect.
Reply With Quote