I would recommend using the LWP::UserAgent module.
Create a script
that spawns multiple instances of itself and then uses
LWP::UserAgent
to do the CGI stuff.
Best Regards,
Reiner.
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Eric Mosley
Sent: Saturday, November 11, 2000 12:24
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: stress testing web cgiHi,I need to write a perl program that will stress test our web sites perl cgi routines.It primarily has to call a cgi program and pass in form data (the CGI routines are set up for POST).Does anybody have sample code or recommend a good module for that purpose?Thanks,Eric
