Re: Apache::DBI - alias disconnect before overload?

2006-05-25 Thread Philip M. Gollucci
Clinton Gormley wrote: On Thu, 2006-05-25 at 19:18 -0400, Jonathan Vanasco wrote: closing read-only connections opened / closed at startup Connections opened during startup shouldn't be persisted by Apache::DBI. Maybe you've found a bug. There is indeed a bug under Apache 2 - I submitted a pa

Re: Apache::DBI - alias disconnect before overload?

2006-05-25 Thread Jonathan Vanasco
perhaps its a bug. i don't know. basically, i have this: BEGIN { use MyApp::DB::Config; my $DB_config = MyApp::DB::Config->new(); $DB_config->dbconnect(); # connects and stores a dbh in a wrapper class $DB_config->{'DBH'} =snip pull some startup config vars =

Re: Apache::DBI - alias disconnect before overload?

2006-05-25 Thread Clinton Gormley
> On Thu, 2006-05-25 at 19:18 -0400, Jonathan Vanasco wrote: > > closing read-only connections opened / closed at startup > > Connections opened during startup shouldn't be persisted by Apache::DBI. > Maybe you've found a bug. > There is indeed a bug under Apache 2 - I submitted a patch for this

Re: Apache::DBI - alias disconnect before overload?

2006-05-25 Thread Perrin Harkins
On Thu, 2006-05-25 at 19:18 -0400, Jonathan Vanasco wrote: > closing read-only connections opened / closed at startup Connections opened during startup shouldn't be persisted by Apache::DBI. Maybe you've found a bug. > depending on the project's load order, Apache::DBI is sometimes > loaded bef

Re: Apache::DBI - alias disconnect before overload?

2006-05-25 Thread Jonathan Vanasco
On May 25, 2006, at 6:52 PM, Perrin Harkins wrote: What problem are you trying to solve? You might find it more useful to replace Apache::DBI with DBI->connect_cached. Keep in mind though, you will have to take care of not opening connections during startup and doing safety rollbacks in a

Re: Apache::DBI - alias disconnect before overload?

2006-05-25 Thread Perrin Harkins
On Thu, 2006-05-25 at 18:32 -0400, Jonathan Vanasco wrote: > I need to re-integrate disconnect back into Apache::DBI managed > connections What problem are you trying to solve? You might find it more useful to replace Apache::DBI with DBI->connect_cached. Keep in mind though, you will have to

Apache::DBI - alias disconnect before overload?

2006-05-25 Thread Jonathan Vanasco
I need to re-integrate disconnect back into Apache::DBI managed connections my choices are either: a- do it in some hacktastical manner that is useful only to me, but takes 20 minutes to implement b- do it as an actual reintegration/patch to Apache::DBI that others can use , but takes w

[Fwd: Call for Papers Opens for ApacheCon US 2006]

2006-05-25 Thread Geoffrey Young
FYI Original Message Subject: Call for Papers Opens for ApacheCon US 2006 Date: Thu, 25 May 2006 14:52:57 -0400 From: Rich Bowen <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] The Apache Software Foundation (ASF) is proud to announce that ApacheCon US 2006 will be held at the Hilton

mp2: utf-8 and uc() under modperl2

2006-05-25 Thread Gunnar Koppel
Terr! I have little problem with UTF-8 under modperl2. I made such little script for testing: --- #!/usr/bin/perl use strict; use locale; use utf8; binmode stdin, ":utf8"; binmode stdout, ":utf8"; my @alpha = qw(a b c d e f g h i j k l m n o p q r s š z ž t u v õ ä ö ü x y); print "Content

[mp2] 'Can't Load...' PerlRequire error for Apache2.2

2006-05-25 Thread Simon Wray
Hi all… I’m hoping you can help me with a problem I have configuring mod_perl2.   I’m completely new to Apache & Perl and am attempting to use them on an office XP SP2 machine so I can load the ASP.Net module and try that out. I’m mainly a VB, HTML & CSS person, so I’m in foreign territor