When starting multiple thin servers running Rails 3, is there any way to tell them apart in the code?
For example, if I have a configuration like this:
port: 4000
pid: tmp/pids/thin.pid
servers: 2
Is there a way to tell whether the code is runnin on the process on port 4000 or 4001?