nuxeo / FunkLoad

Functional and load testing framework for web applications, written in Python
http://funkload.nuxeo.org/
GNU General Public License v2.0
382 stars 83 forks source link

implicit patching so we have lightweight threads - fixes #67 #68

Closed tarekziade closed 12 years ago

tarekziade commented 12 years ago

This just calls gevent momkey patching function, so we use greenlets instead of using threads. The immediate effect is that Funkload is much more lightweight when you run > 500 threads per node for example

I have tried this on various projects and I did not encounter any issue

bdelbosc commented 12 years ago

Excellent I just deploy a new snapshot funkload-1.17.0b_20120906 to ease testing, congrats !