Hello everyone, maybe this is a noob question, but it seems strange from my point of view, so here i am:
I have 2 master processes running on the same server, pointing to the same rails application dir. I need 2 of them because i need some workers to be dedicated responding to requests coming from a specific socket(and i'm not sure this is the right way to do this) Both the standard_error_logs are full of messages like the following: INFO -- : reaped #<Process::Status: pid 23835 exit 0> worker=unknown is this a misconfiguration or something similar? Thank you in advance! alberto
