RE: How to make sure I use the same connection?

2008-07-22 Thread Phillip Gussow
Hi Oleg, Thanks for the answer. Unfortunately I'm bound to using 3.x :( After experimenting a little I think I can solve it relatively ok. I just extended the class and overloaded the getConnection method. That way it will allow me to 'hook' into the actual connection. I do have one problem

Re: How to make sure I use the same connection?

2008-07-22 Thread sebb
On 22/07/2008, Phillip Gussow [EMAIL PROTECTED] wrote: Hi Oleg, Thanks for the answer. Unfortunately I'm bound to using 3.x :( In which case, you may find it easier to use the SimpleHttpConnectionManager and manage the connections yourself. This is the approach taken by JMeter, because each