jetty-project/jetty-load-generator

Remove blocking code

sbordet opened this issue · 1 comments

Blocking code should not be used, since it block threads from the thread pool to perform other jobs, limiting the scalability of the library.

olamy commented

done