If you can get it to work, it would be good.
 
But it might be an idea to make Listener notification switchable.
We're intending to use a pre-defined standard recording script, and would
like to be able add listeners to it without necessarily having them invoked
during proxy recording.

[The idea is that JMeter is started with a default script, the test is
recorded, and saved as a new script. Saves a bit of effort, especially as
one can edit the JMX file to add the proxy controller.]

==

I'm also intending to add Simple Controllers (SC) to contain each set of
samples, as an option.
This will require a change to ProxyControl so that the Controllers are added
as the next child of the original target, and the samples are added as
children of the SC. I think this can be done by just changing the target to
the last SC, having previously stored the original target elsewhere, so that
the next SC can be added OK.

At the moment, the Proxy class only accepts one request per browser
connection; it always closes the connection when it has been processed. I'd
like to change that to re-use the connection (having regard to the
connection: close headers). I'm hoping that this will give another way of
detecting when a page has been fully loaded.

S.
-----Original Message-----
From: Jordi Salvat i Alabart [mailto:[EMAIL PROTECTED]
Sent: 30 November 2003 23:29
To: JMeter Developers List
Subject: Re: cvs commit:
jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/proxy
Proxy.java ProxyControl.java


Hi.

I've just noticed that this change can become problematic -- due to the 
need to notify listeners of test start/stop events to get them do their 
job properly. I will change it now -- or remove it if I can't get where 
I want to.

Sorry for the little mess.
-- 
Salut,

Jordi.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to