I'd quite like to know whether there's a simple way of knowing the list of running processes in your app, from inside a running process.
For instance, let's say I have a web
process and a worker
process. From within the web
process, can I know that I have 2 worker
processes running?