I'm not sure I understand exactly what you mean, but JMeter doesn't have any provision for listening for callbacks or some such via a server listening process. JMeter samplers make requests of the server app (in this case HTTP POST requests) and receive the response back. Behavior can change in a limited fashion based on the contents of the response.
-Mike On 8 Sep 2003 at 23:44, Rishikesh Tembe wrote: > Hi, > > I have a question about a rather non-traditional web application that I am > supposed to test. > > The clients for this app basically read a bunch of data from a > script-file, construct an HTTP POST and send it to the app. Each client > can operate independently. > This behavior seems similar to the one in this discussion... > http://tinyurl.com/mo57 > and IMHO can be managed by extending JMeter. Please correct me if I am > wrong! > > What's important is that these clients' behavior can be configured via the > webapp through a control layer on the client side. My question is does > JMeter allow some way to communicate with the clients, e.g. through a > servlet or such? > > thanks, > Rishi > > > ===== > > > ______________________________________________________ __________________ > Yahoo! India Matrimony: Find your partner online. > Go to http://yahoo.shaadi.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: jmeter-user- [EMAIL PROTECTED] > For additional commands, e-mail: jmeter-user- [EMAIL PROTECTED] > -- Michael Stover [EMAIL PROTECTED] Yahoo IM: mstover_ya ICQ: 152975688 AIM: mstover777 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

