On Mon, Jun 27, 2011 at 06:23:33PM -0700, Ian Smith-Heisters wrote: > > John could probably say better than I, but we use separate worker > processes in testing and production, so that could be a decent first > test. I'll keep the list apprised if I do go ahead with this and find > that it works, or make any fixes.
Hello, the way to determine if a storage is OK for multiple workers is by running through the test/functional/ct_* tests. Passing one time is no proof. I use test/looper.sh as in ./test/looper test/functional/ct_0_concurrence.rb -- --redis to run the test multiple times. I consider that after 100 runs, the storage passed the test. I do this for the three ct_ tests. I have to integrate that email in the documentation... Cheers, -- John Mettraux - http://jmettraux.wordpress.com -- you received this message because you are subscribed to the "ruote users" group. to post : send email to [email protected] to unsubscribe : send email to [email protected] more options : http://groups.google.com/group/openwferu-users?hl=en
