|
|
|
|
|
by odo
4230 days ago
|
|
I am also interested in load testing stateful sessions e.g. log in, wait, do stuff, wait, log out.
Using ponos this could be done by spawning a (gen_server-) process in the task which runs the session and then terminates.
In this scenario the load function would model the arrival rate of the users. |
|