sön 2010-02-21 klockan 15:14 -0700 skrev Alex Rousskov:

> Please note that the CPU affinity hack where every process gets its own
> core would not work if ${process_name} is not a number, but we can come
> up with another hack to support that without enumerating all
> processes/cores.

>From what I can tell that is about the only case where a number is
really needed. But some simple conditionals and pattern rules can solve
that.

Another case would be multiple processes each listening on a port of
it's own..

8000
8001
8002
8003
etc..

Regards
Henrik

Reply via email to