Re: [Grinder-use] (no subject)
Distributed load testing framework - Java, Jython, or Clojure scripts.
Brought to you by:
philipa
|
From: Philip A. <ph...@ma...> - 2013-10-10 10:59:44
|
On 10/10/13 11:42, Salma Bouriat wrote: > Hey all, > I have two questions: > > - what is the best way to run multiple simultaneous users ? run many > threads or many processes ? Start with threads. http://grinder.sourceforge.net/faq.html#threads-vs-processes > > - which part of the code is run for every process ? because i need to > have multiple users picked randomly, and in order to avoid repetition > I want to store them in a list from which users are deleted once the > task is accomplished This may help: http://grinder.sourceforge.net/g3/script-gallery.html#scriptlifecycle.py - Phil |