Multiple Connections on Apache::DBI?

2000-09-13 Thread Mark D Wolinski
Hi all, I'm using DBI to connect to a mySQL DB. I want to make two connections at the same time, as seen here: $DBI{database} = "DBI:mysql:db_a"; $DBI{hostname} = A hostname; $DBI{username} = A Username; $DBI{password} = A Password; $DBI{db} = join (":",$DBI{database},$DBI{hostname}); $db_driv

Apache::DBI Wisdom Sought

2000-08-31 Thread Mark D Wolinski
Hi all, You'll pardon me a little, I hope for this message does tend to lap over out of ModPerl, but if it'll make you feel at ease, I shall only expect wisdom on the modperl side. I run a service of free message boards where users can create their own message boards. Currently and in the past

RE: DB persistence

2000-08-16 Thread Mark D Wolinski
If I have mod_perl installed, will CGI's not running under mod_perl benefit from Apache::DBI as well if they connect to the same database? Mark W > -Original Message- > From: Shimon Rura [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 16, 2000 2:22 PM > To: Pramod Sokke; [EMAIL PRO

RE: 3 Accesses and then nothing...

2000-07-27 Thread Mark D Wolinski
That sounds like an "Ah Ha!" kind of response. I'll give it a try. Mucho Thankos. Mark W > -Original Message- > From: Amy Farrell [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 27, 2000 7:50 PM > To: Mark D Wolinski > Cc: modperl > Subject

RE: 3 Accesses and then nothing...

2000-07-27 Thread Mark D Wolinski
. The weird fact is that it's not outputting anything to the error log either. So, I'm lost. Mark W > -Original Message- > From: ___cliff rayman___ [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 27, 2000 4:49 PM > To: Mark D Wolinski; modperl > Subject: Re:

3 Accesses and then nothing...

2000-07-27 Thread Mark D Wolinski
Hi all.. I'm getting started in Mod_Perl, so I'll assume this is a newbie question. Here's the problem, with a relatively basic program the system works for 2 or 3 accesses then comes up with "Document Contains No Data" until a restart. I'm using httpd -x So would anyone be kind enough to tell

Persistant DB Connections

2000-07-20 Thread Mark D Wolinski
Okay, first, I have not read the manual completely... So, what I'm looking for is where can I find information on the following, if possible (I have both the Eagle and can look up the Guide as well)... I have an app that can't be run under mod_perl right now because it's awfully dirty. However,

RE: [excitement :)] mod_perl rocks!

2000-05-08 Thread Mark D Wolinski
I don't mean to rain on the parade, but... The more important number would be to look at the number of unique IPs, which has only moderately grown. I installed mod_perl this weekend on my main server to start testing it, etc. Netcraft, of course, reports that I've got mod_perl, which may be ref