Re: [ANNOUNCE] RoboWeb 1.0b, web application test suite generator

2001-07-23 Thread Ilya Martynov
We should investigate how these 2 projects can work together when I'm done so that RoboWeb 'recorded' sessions can create WWW::Automate methods that utilise the structure of the page. The benefits of doing this are: 1- Resultant scripts are easier to interpret 2- Scripting apps that vary

http://dailynews.yahoo.com/h/zd/20010723/tc/it_bugs_out_over_iis_security_1.html

2001-07-23 Thread raptor
http://dailynews.yahoo.com/h/zd/20010723/tc/it_bugs_out_over_iis_security_1. html

Re: SAN food and entertainment

2001-07-23 Thread Sander van Zoest
I actually live in San Diego and just send off an e-mail to a friend with similar info. A great pub in San Diego is Shakespeare's Pub on 3701 India Street. For club info you can check out: http://www.sandiegoclubs.com/ for a general list (little dated).

Child Interprocess Data

2001-07-23 Thread Kevin Schroeder
Hi, I want to create a program for mod_perl that shares information in between all the child processes so they all have current information. The data will be stored in a MySQL database, but rather than query the DB each time which, due to the kind of server load, would work but would be

Re: Child Interprocess Data

2001-07-23 Thread Perrin Harkins
Kevin Schroeder wrote: I want to create a program for mod_perl that shares information in between all the child processes so they all have current information. There are many CPAN modules that cover this. Check the guide at http://perl.apache.org/guide/. One option that's easy to get

Re: [ANNOUNCE] RoboWeb 1.0b, web application test suite generator

2001-07-23 Thread Joshua Chamas
Ilya Martynov wrote: We should investigate how these 2 projects can work together when I'm done so that RoboWeb 'recorded' sessions can create WWW::Automate methods that utilise the structure of the page. The benefits of doing this are: 1- Resultant scripts are easier to interpret 2-

cgi-lib.pl

2001-07-23 Thread John Buwa
Hello, I have a huge system i wrote using the cgi-lib.pl as its core. I attempted to integrate mod-perl with my system and all my cgi-lib.pl which are used via a require in all scripts returns errors. My dont work, if they do the act very strange and unacceptable. My question is how do i

cvs commit: modperl-2.0/Apache-Test/lib/Apache TestServer.pm

2001-07-23 Thread dougm
dougm 01/07/23 13:31:23 Modified:Apache-Test/lib/Apache TestServer.pm Log: avoid cannot connect ... warnings when waiting for server to warmup Revision ChangesPath 1.13 +4 -1 modperl-2.0/Apache-Test/lib/Apache/TestServer.pm Index: TestServer.pm

cvs commit: modperl-2.0/Apache-Test/lib/Apache TestServer.pm

2001-07-23 Thread dougm
dougm 01/07/23 13:38:22 Modified:Apache-Test/lib/Apache TestServer.pm Log: wait a bit longer for test server to start Revision ChangesPath 1.14 +1 -1 modperl-2.0/Apache-Test/lib/Apache/TestServer.pm Index: TestServer.pm

cvs commit: modperl-2.0/Apache-Test/lib/Apache TestConfig.pm TestServer.pm

2001-07-23 Thread dougm
dougm 01/07/23 13:43:16 Modified:Apache-Test/lib/Apache TestConfig.pm TestServer.pm Log: need to test -e full path to t/logs/error_log for when t/TEST chdir into t/ Revision ChangesPath 1.11 +3 -3 modperl-2.0/Apache-Test/lib/Apache/TestConfig.pm Index: