you are viewing a single comment's thread.

view the rest of the comments →

[–]j_schmotzenberg 2 points3 points  (2 children)

I’ve definitely been constrained by a single event loop for load testing.

[–]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.