Philip M. Gollucci wrote:
> Please download, test, and report back on the following
> candidate tarball:
>
> http://people.apache.org/~pgollucci/apreq2/libapreq2-2.09-rc1.tar.gz
mod_perl 2.0.3rc1/httpd 2.0.59/perl 5.8.6/ linux 2.6.15
All tests successful, 5 tests skipped. (tested with and withou
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
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 transact
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
AUTONOMOUS_TRAN
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
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, sin
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
> sam
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 fix
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 1.28:
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
http://perl.apache.or
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: t/hooks/TestHooks/push_handlers_same_phase
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
>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
>>/home/oobi/Desktop/mod_perl-2.0.2/t/logs/httpd.pid (pid=8061)
>>[
13 matches
Mail list logo