Rails and fcgi
Posted by: kmonsen
Posted on: 2007-05-10 09:38:00
When I run rails with fcgi I always get two processes, like this:
user 26243 0.0 0.7 34004 31324 ? S 08:44 0:02 /usr/bin/ruby1.8 dispatch.fcgi
user 21692 0.0 0.7 34004 31324 ? S 09:19 0:00 /usr/bin/ruby1.8 dispatch.fcgi
Is this normal? Everything seems to work fine so just checking.