What
Start a single process unless explicitly configured to start more.
|
def start_server(self, port_number, number_of_procs=0): |
Current
Virtual-CPU-number of processes are started.
1 process is started when running in debug mode.
Why
It's more consistent when deploying to environments where one is not responsible for provisioning the underlying system (ex. Docker).
What
Start a single process unless explicitly configured to start more.
sprockets.http/sprockets/http/runner.py
Line 61 in 7991f99
Current
Virtual-CPU-number of processes are started.
1 process is started when running in debug mode.
Why
It's more consistent when deploying to environments where one is not responsible for provisioning the underlying system (ex. Docker).