I've Daphne working with Supervisord.
- Config is set to have 4 simultaneous processes but it happens 3 of them exit without explanation and only one keeps running properly.
- I do have 2 CPUs.
Then I tried changing the File descriptor:
The output still show only one process
Then I tried some variations: 1 - Change the file descriptor to --fd 10 2 - Replace --fd 10 with --endpoint fd:fileno=0
Same luck... or lack of luck.
Am I missing something? Why I just can't have 4th processes running all time? Does it make a difference in performance between 1 and 4 for a small app?