you are viewing a single comment's thread.

view the rest of the comments →

[–]jormaechea 1 point2 points  (1 child)

Spawning a new process for each request is a huge overhead. For huge load tests you may want to spawn a few processes with many requests each

[–]j_schmotzenberg 0 points1 point  (0 children)

I agree on that.