Apache 2.2, perl 5.10, Windows XP, Apache-DBI-cache
Apache 2.2, perl 5.10, Windows XP, Apache-DBI-cache
am 23.03.2009 22:20:53 von andynic
Hi,
I have installed on my Windows XP computer:
Apache 2.2
Perl 5.10,
mod_perl 2
MySql 5.10.
I would like to write a cgi script using a persistent database connection.
I have read that I need
For database persistent connections:
http://cpan.uwinnipeg.ca/dist/Apache-DBI-Cache
There I find downloads but not for Windows which requires a ppm version.
Would anyone know where I can find the Apache-DBI-Cache for the
above-mentioned set of software for installation via ppm on Windows XP.
Thanks for your help.
Andynic.
--
View this message in context: http://www.nabble.com/Apache-2.2%2C-perl-5.10%2C-Windows-XP% 2C-Apache-DBI-cache-tp22669395p22669395.html
Sent from the mod_perl - General mailing list archive at Nabble.com.
Re: Apache 2.2, perl 5.10, Windows XP, Apache-DBI-cache
am 24.03.2009 05:33:58 von Randy Kobes
On Mon, Mar 23, 2009 at 4:20 PM, andynic wrote:
>
> Hi,
>
> I have installed on my Windows XP computer:
> Apache 2.2
> Perl 5.10,
> mod_perl 2
> MySql 5.10.
>
> I would like to write a cgi script using a persistent database connection.
> I have read that I need
> For database persistent connections:
> http://cpan.uwinnipeg.ca/dist/Apache-DBI-Cache
>
> There I find downloads but not for Windows which requires a ppm version.
>
> Would anyone know where I can find the Apache-DBI-Cache for the
> above-mentioned set of software for installation via ppm on Windows XP.
>
> Thanks for your help.
> Andynic.
At the bottom of
http://cpan.uwinnipeg.ca/~opi/Apache-DBI-Cache
there's links to Win32 repositories which contain this package; from this, the
http://trouchelle.com/perl/ppmrepview.pl
repository looks like it has it.
--
best regards,
Randy
Re: Apache 2.2, perl 5.10, Windows XP, Apache-DBI-cache
am 24.03.2009 13:10:51 von Perrin Harkins
On Mon, Mar 23, 2009 at 5:20 PM, andynic wrote:
> I would like to write a cgi script using a persistent database connection.
> I have read that I need
> For database persistent connections:
> http://cpan.uwinnipeg.ca/dist/Apache-DBI-Cache
No, you don't. You don't need anything other than DBI with
connect_cached, but you can optionally use the extra features in
Apache::DBI.
- Perrin
Re: Apache 2.2, perl 5.10, Windows XP, Apache-DBI-cache
am 24.03.2009 13:26:25 von andynic
Thanks for this. I pretty new at this stuff. I will give it a try.
Andynic.
andynic wrote:
>
> Hi,
>
> I have installed on my Windows XP computer:
> Apache 2.2
> Perl 5.10,
> mod_perl 2
> MySql 5.10.
>
> I would like to write a cgi script using a persistent database connection.
> I have read that I need
> For database persistent connections:
> http://cpan.uwinnipeg.ca/dist/Apache-DBI-Cache
>
> There I find downloads but not for Windows which requires a ppm version.
>
> Would anyone know where I can find the Apache-DBI-Cache for the
> above-mentioned set of software for installation via ppm on Windows XP.
>
> Thanks for your help.
> Andynic.
>
--
View this message in context: http://www.nabble.com/Apache-2.2%2C-perl-5.10%2C-Windows-XP% 2C-Apache-DBI-cache-tp22669395p22679396.html
Sent from the mod_perl - General mailing list archive at Nabble.com.
Re: Apache 2.2, perl 5.10, Windows XP, Apache-DBI-cache
am 24.03.2009 13:31:56 von andynic
Concerning Rany's reply:
I was able to install it with the following command:
C:\>ppm install http://trouchelle.com/ppm10/Apache-DBI-Cache.ppd
Downloading Apache-DBI-Cache-0.08...done
Unpacking Apache-DBI-Cache-0.08...done
Generating HTML for Apache-DBI-Cache-0.08...done
Updating files in site area...done
7 files installed
--
View this message in context: http://www.nabble.com/Apache-2.2%2C-perl-5.10%2C-Windows-XP% 2C-Apache-DBI-cache-tp22669395p22679473.html
Sent from the mod_perl - General mailing list archive at Nabble.com.