Hi all. I'm developing samplers for my custom java server, and basically I have 2 samplers - Connect and Disconnect request ... Thing is that Connect sampler instantiates socket connection, and needs to pass that Socket object to Disconnect sampler so I could send my custom disconnect object through that Socket instance. But I dunno still how to share objects between samplers ? I see few components in JMeter that seem to be able to do this (Configuration, Modifier...), but I ask this way if someone can suggest me the cleanest and simpliest way ....
Regards, Vjeran --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

