Re: Fw: test suite fails, mp2.02, apache 2.2.3

2006-09-07 Thread Greger
On Thu, 07 Sep 2006 03:27:47 -0700, Philip M. Gollucci wrote Philip M. Gollucci wrote: Greger wrote: this is the interesting part --t/log/error_log-snip--- END in modperl_extra.pl, pid=8065 [Thu Sep 07 04:30:15 2006] [info] removed PID file

Re: Temporary Handler?

2006-09-07 Thread David E. Wheeler
On Sep 6, 2006, at 18:19, Philip M. Gollucci wrote: Also see: ./hooks/TestHooks/push_handlers_same_phase.pm Its the closest test we have -- maybe extend or duplicate and tweak to test this and provide an example ? Maybe something like this? Index:

[RELEASE CANDIDATE]: mod_perl-2.0.3 RC1

2006-09-07 Thread Philip M. Gollucci
A release candidate for mod_perl 2.0.3 is now available for testing. Please grab the candidate from http://people.apache.org/~pgollucci/mp2/mod_perl-2.0.3-rc1.tar.gz and report back successes or failures. When reporting failures, please see the bug reporting guidelines at

[RELEASE CANDIDATE]: Apache-Test-1.29-RC1

2006-09-07 Thread Philip M. Gollucci
A release candidate for Apache-Test 1.29-RC1 is now available. http://people.apache.org/~pgollucci/at/Apache-Test-1.29-rc1.tar.gz Please take the time to exercise the candidate through all your existing applications that use Apache-Test and report back successes or failures. Changes since

[RELEASE CANDIDATE]: libapreq2 2.09-RC1

2006-09-07 Thread Philip M. Gollucci
Please download, test, and report back on the following candidate tarball: http://people.apache.org/~pgollucci/apreq2/libapreq2-2.09-rc1.tar.gz Changes since 2.08: - Build [Philip M. Gollucci] code around |#_!!_#| autoconf 2.60 bug. Not listed in CHANGES: test suite

Re: Using Apache::DBI

2006-09-07 Thread Jay Buffington
Reviving a thread 4 months later... On 5/10/06, Perrin Harkins [EMAIL PROTECTED] wrote: On Wed, 2006-05-10 at 10:26 -0700, Jay Buffington wrote: At first I was caching the database handle myself when running outside of mod_perl. In mod_perl I was relying on Apache::DBI returning the same

Re: Using Apache::DBI

2006-09-07 Thread Perrin Harkins
On Thu, 2006-09-07 at 12:29 -0700, Jay Buffington wrote: But, that handle might have expired, so it is possible to get a different handle. It's not likely, but it is possible. You'd need to have some transient error that caused the connection to die between DBI calls. (Not during a call,

Re: Using Apache::DBI

2006-09-07 Thread Jonathan Vanasco
take a look at: http://search.cpan.org/~crakrjack/DBIx-Transaction-0.008/ which allows for nested transactions in a DBI handle. I use something homegrown and similar (but not stable enough for cpan), that intercepts calls to connect/disconnect and treats them as begin/end commands

Re: Using Apache::DBI

2006-09-07 Thread Jay Buffington
This solves a problem I was having some time ago while implementing ecommerce (verisign): 1. insert customer's info 2. authorize credit card 3. log authorization response to database 4. if auth fails roll back #1, but keep #3 I was planning on solving this problem using Oracle's

Re: Using Apache::DBI

2006-09-07 Thread Jonathan Vanasco
On Sep 7, 2006, at 4:40 PM, Jay Buffington wrote: This solves a problem I was having some time ago while implementing ecommerce (verisign): 1. insert customer's info 2. authorize credit card 3. log authorization response to database 4. if auth fails roll back #1, but keep #3 Nested

Re: [RELEASE CANDIDATE]: mod_perl-2.0.3 RC1

2006-09-07 Thread Fred Moyer
Philip M. Gollucci wrote: http://people.apache.org/~pgollucci/mp2/mod_perl-2.0.3-rc1.tar.gz and report back successes or failures. When reporting failures, please see Configuring Apache/2.0.59 mod_perl/2.0.3-rc1 Perl/v5.8.6 ... All tests successful, 3 tests skipped. Linux 2.6.15

svn commit: r441118 - /perl/modperl/trunk/README

2006-09-07 Thread pgollucci
Author: pgollucci Date: Thu Sep 7 08:28:04 2006 New Revision: 441118 URL: http://svn.apache.org/viewvc?view=revrev=441118 Log: up httpd versions to the 2.0.59 officially supported -- the latest in the 2.0.x series Modified: perl/modperl/trunk/README Modified: perl/modperl/trunk/README

svn commit: r441079 - /perl/modperl/trunk/t/modperl/pnotes.t

2006-09-07 Thread pgollucci
Author: pgollucci Date: Thu Sep 7 05:55:41 2006 New Revision: 441079 URL: http://svn.apache.org/viewvc?view=revrev=441079 Log: Requires LWP. (for Keep-Alive) Modified: perl/modperl/trunk/t/modperl/pnotes.t Modified: perl/modperl/trunk/t/modperl/pnotes.t URL: