it won't help
server exits and leave lsapi process (ID: 16273) and
Code:
in4max@core2:~% ps aux |grep RAILS
in4max 16506 25.4 1.8 728968 152608 ?? S 8:07PM 0:16.78 ruby: RAILS: fdb.pl (production ID:16496) (ruby)
in4max 16507 22.7 1.8 728968 151572 ?? S 8:07PM 0:30.46 ruby: RAILS: fdb.pl (production ID:16496) (ruby)
in4max 16505 15.0 1.8 727944 149984 ?? S 8:07PM 0:18.65 ruby: RAILS: fdb.pl (production ID:16496) (ruby)
in4max 16273 0.0 1.8 721800 145036 ?? Ss 8:06PM 0:04.22 ruby: RAILS: fdb.pl (production ID:16273) (ruby)
in4max 16281 0.0 1.8 727944 149996 ?? S 8:06PM 0:06.69 ruby: RAILS: fdb.pl (production ID:16273) (ruby)
in4max 16282 0.0 1.8 727944 150796 ?? S 8:06PM 0:07.13 ruby: RAILS: fdb.pl (production ID:16273) (ruby)
in4max 16283 0.0 1.8 728968 152244 ?? S 8:06PM 0:14.94 ruby: RAILS: fdb.pl (production ID:16273) (ruby)
in4max 16496 0.0 1.8 721800 145040 ?? Ss 8:07PM 0:04.32 ruby: RAILS: fdb.pl (production ID:16496) (ruby)
in4max 16508 0.0 1.8 727944 149956 ?? S 8:07PM 0:07.46 ruby: RAILS: fdb.pl (production ID:16496) (ruby)
when i truss them are killed:
Code:
root@core2:/var/db/mysql# truss -p 16281
clock_gettime(4,{4022.010929191 }) = 0 (0x0)
select(1,{0},0x0,0x0,{0.774455 }) = 0 (0x0)
getppid(0x1,0x7fffffffe0e0,0x0,0x0,0x7fffffffdff0,0x0) = 17682 (0x4512)
sigaction(SIGINT,{ SIG_DFL SA_RESTART ss_t },{ 0x45ee24 SA_RESTART ss_t }) = 0 (0x0)
close(3) = 0 (0x0)
close(6) = 0 (0x0)
close(6) ERR#9 'Bad file descriptor'
write(5,"\^A\0\0\0\^A",5) = 5 (0x5)
shutdown(5,SHUT_RDWR) = 0 (0x0)
close(5) = 0 (0x0)
sigprocmask(SIG_BLOCK,SIGHUP|SIGINT|SIGQUIT|SIGKILL|SIGPIPE|SIGALRM|SIGTERM|SIGURG|SIGSTOP|SIGTSTP|SIGCONT|SIGCHLD|SIGTTIN|SIGTTOU|SIGIO|SIGXCPU|SIGXFSZ|SIGVTALRM|SIGPROF|SIGWINCH|SIGINFO|SIGUSR1|SIGUSR2,0x0) = 0 (0x0)
sigprocmask(SIG_SETMASK,0x0,0x0) = 0 (0x0)
...