Here's more : I started a mongrel_cluster by hand (the application
works fine) and compared it to the one started as a service. According
to "ps -ef", they're identical, EXCEPT for the PRIORITY level (5 by
hand, 0 as a service). Could this be causing my problem?

Mongrel_Cluster started by hand:
___________________________
[EMAIL PROTECTED] log]$ ps -ef | grep mongrel
chris     4781     1  5 05:55 ?        00:00:02 /usr/local/bin/ruby /
usr/local/bin/mongrel_rails start -d -e production -a 0.0.0.0 -c /home/
chris/kitry/FDS_Server --user chris --group chris -p 4001 -P log/
mongrel.4001.pid -l log/mongrel.4001.log
chris     4784     1  5 05:55 ?        00:00:02 /usr/local/bin/ruby /
usr/local/bin/mongrel_rails start -d -e production -a 0.0.0.0 -c /home/
chris/kitry/FDS_Server --user chris --group chris -p 4002 -P log/
mongrel.4002.pid -l log/mongrel.4002.log


Mongrel_Cluster started as a service:
_______________________________
[EMAIL PROTECTED] ~]$ ps -ef | grep mongrel
chris     2759     1  0 06:04 ?        00:00:02 /usr/local/bin/ruby /
usr/local/bin/mongrel_rails start -d -e production -a 0.0.0.0 -c /home/
chris/kitry/FDS_Server --user chris --group chris -p 4001 -P log/
mongrel.4001.pid -l log/mongrel.4001.log
chris     2762     1  0 06:04 ?        00:00:02 /usr/local/bin/ruby /
usr/local/bin/mongrel_rails start -d -e production -a 0.0.0.0 -c /home/
chris/kitry/FDS_Server --user chris --group chris -p 4002 -P log/
mongrel.4002.pid -l log/mongrel.4002.log
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Deploying Rails" group.
To post to this group, send email to rubyonrails-deployment@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-deployment?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to