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

Considering switching to Greenlets #67

Closed tarekziade closed 12 years ago

tarekziade commented 12 years ago

Like locust.io, I think Funkload would benefit from running Virtual users using Greenlets instead of Threads, using gevemt - this would allow each node to be able to run much more concurrent requests.

It could be a new option when running the bench runner - and threads would be kept as the default mode.

tarekziade commented 12 years ago

see issue #68