Reply To: Lessen number of processes on the NSLU build

#9470
rpedde
Participant

@gurgel2 wrote:

Can you lessen the nr of process (5?) that is spawned. I guess its for concurrancy and handling multiple requests simultanously?

Not really. For the most part they dont’ use the resources you see in top or ps — they are really threads, so they have shared memory, etc.

So it’s not as terrible as it looks.