cluster.fork([env])
env
<Object> Key/value pairs to add to worker process environment.- Returns: <cluster.Worker>
Spawn a new worker process.
This can only be called from the primary process.
env
<Object> Key/value pairs to add to worker process environment.Spawn a new worker process.
This can only be called from the primary process.