https://issues.apache.org/bugzilla/show_bug.cgi?id=50659
--- Comment #10 from Sebb <[email protected]> 2011-02-04 05:31:12 EST --- (In reply to comment #9) > Can you explain me what that owner thread checking is about in > RemoteJMeterEngineImpl? Start up involves 2-3 method calls: - config - setProperties (optional) - runTest Without owner checking, client A could call config, then client B, then client A could call runTest - which would use the wrong test plan. Likewise for reset(), only the owner is allowed to reset, otherwise the GUI can kill off another test (I think this must be what you were experiencing originally). -- 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]
