https://issues.apache.org/bugzilla/show_bug.cgi?id=51919
--- Comment #7 from Sebb <[email protected]> 2011-10-01 11:14:16 UTC --- (In reply to comment #6) > What if I remove CONTEXT_VARIABLES_LOCK and use a ConcurrentHashMap in > JMeterVariables? That would solve the immediate problem for JMeterVariables. It probably would not have too much of a performance or memory impact. However, that is only one aspect of this issue; JMeter was designed on the basis that samplers etc are cloned for each thread and so don't need to worry about thread-safety issues. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
