Hi Qingxian, Not with the current version. However, it would not be too hard to support it. The only issue AFAIK is that the test result is put under a single key in the application scope. We would simply need to :
- generate a pseudo unique number on cactus client side - pass this number in the HTTP request to the server - let the server side store the test result in the application object under a key made of this unique number - let the cactus client side call the server side to retrieve the test result, passing along the unique number again I've added this as a todo ... feel free to submit a patch if you're interested :-) Thanks -Vincent > -----Original Message----- > From: Qingxian Wang [mailto:qingxian_wang@;sunsystems.com] > Sent: 30 September 2002 12:29 > To: 'Cactus Users List' > Subject: Concurency test > > Hi, > > Can we use Cactus to do concurency test, i.e. to test multi-clients? > > Qingxian > > > This e-mail and any files transmitted with it are confidential and > intended > solely for the use of the individual or entity to whom it is addressed. If > you have received this e-mail in error you must not copy, distribute or > take > any action in reliance on it. Please notify the sender by e-mail or > telephone. > We utilise an anti-virus system and therefore any files sent via e-mail > will > have been checked for known viruses. You are however advised to run your > own > virus check before opening any attachments received as we will not in any > event accept any liability whatsoever once an e-mail and/or any attachment > is received. Any views expressed by an individual within this e-mail do > not > necessarily reflect the views of Systems Union Group plc or any of its > subsidiary companies. > > > -- > To unsubscribe, e-mail: <mailto:cactus-user- > [EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:cactus-user- > [EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:cactus-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:cactus-user-help@;jakarta.apache.org>
