Re: [mp2] Windows nmake test results

2005-12-05 Thread Randy Kobes
On Fri, 2 Dec 2005, Goehring, Chuck wrote: Gentlemen, Having some problems building as shown below. Should I go ahead and file a bug report? On Win 2000, "nmake test" finishes like below. Log indicates some files are missing near the end. What do you suggest? Failed Test Stat Wstat

Re: The apache CPU race..

2005-12-05 Thread Thomas Schindl
Without seeing any code about what you are doing we cann't say much. Tom > --- Ursprüngliche Nachricht --- > Von: Fredrik Lindmark <[EMAIL PROTECTED]> > An: modperl@perl.apache.org > Betreff: The apache CPU race.. > Datum: Tue, 6 Dec 2005 03:36:05 -0200 > >PID COMMAND %CPU TIME #TH #

The apache CPU race..

2005-12-05 Thread Fredrik Lindmark
PID COMMAND %CPU TIME #TH #PRTS #MREGS RPRVT RSHRD RSIZE VSIZE 548 httpd 73.3% 0:45.79 6291 404 26.5M 44.6M 32.4M 110M 547 httpd0.0% 0:00.00 1 9 231 5.81M 39.1M 708K 59.6M This is the status aprox. 40 sec after the last page was delivered. (i

Re: Maintainer of Apache::DBI

2005-12-05 Thread Andreas J. Koenig
> On Mon, 5 Dec 2005 16:52:30 +0100, "Frank Maas" <[EMAIL PROTECTED]> said: >> I don't think that Apache::DBI CPAN indexing problem is off topic, >> since I think that mod_perl community doesn't known it too much. >> >> So, I suggest you to repost also to modperl list. Thanks, I've fixed

Re: Fwd: PAUSE indexer report OPI/Apache-DBI-Cache-0.06.tar.gz

2005-12-05 Thread Perrin Harkins
On Mon, 2005-12-05 at 20:44 +0100, Torsten Foertsch wrote: > I would not say that. DESTROY is reliable in that it does exactly what it > should. It is called when the last reference to an object goes away. The issue is that things don't always go out of scope when people think they do. We've all

Re: Fwd: PAUSE indexer report OPI/Apache-DBI-Cache-0.06.tar.gz

2005-12-05 Thread Torsten Foertsch
On Monday 05 December 2005 18:57, Perrin Harkins wrote: > On Mon, 2005-12-05 at 17:51 +0100, Torsten Foertsch wrote: > > With Apache::DBI::Cache on the other hand handles are cached only when > > they are free. > > Now I understand -- you are using the cache as a way to mark unused > handles. This

Re: Fwd: PAUSE indexer report OPI/Apache-DBI-Cache-0.06.tar.gz

2005-12-05 Thread Perrin Harkins
On Mon, 2005-12-05 at 17:51 +0100, Torsten Foertsch wrote: > With Apache::DBI::Cache on the other hand handles are cached only when they > are free. Now I understand -- you are using the cache as a way to mark unused handles. This is kind of confusing. It would be easier to understand if you al

Re: Fwd: PAUSE indexer report OPI/Apache-DBI-Cache-0.06.tar.gz

2005-12-05 Thread Torsten Foertsch
Hi, sorry for the late answer. I'll try to explain what Apache::DBI and my module does. Maybe it will then be clear why my module cannot be compatible with Apache::DBI and why it therefore must be an extra module. In fact I thought at first to create a quick patch to Apache::DBI. It would have

RE: Maintainer of Apache::DBI [was: ...OPI/Apache-DBI-Cache-0.06.tar.gz]

2005-12-05 Thread Frank Maas
(put back on the list as per request) >> On Mon, Dec 05, 2005 at 12:11:29PM +0100, Enrico Sorcinelli wrote: >>> On Mon, 5 Dec 2005 11:47:59 +0100 >>> Frank Maas <[EMAIL PROTECTED]> wrote: >>> >>> on 20 Aug 2005, Philip M. Gollucci take over the maintenance of >>> Apache::DBI :-) >> >> Is that th

apache2::upload with reverse_proxy

2005-12-05 Thread Scott Alexander
Hi, I did have two seperate machines in my test environment. A lite weight front end with just apache2 and a back end with mod_perl. File uploads worked fine using apache2::upload Now I have a front_end and mod_perl on the same machine but file uploads stopped working front_end with just one m

Re: Fwd: PAUSE indexer report OPI/Apache-DBI-Cache-0.06.tar.gz

2005-12-05 Thread Enrico Sorcinelli
On Mon, 5 Dec 2005 11:47:59 +0100 Frank Maas <[EMAIL PROTECTED]> wrote: > On Sun, Dec 04, 2005 at 10:45:03AM +0100, Enrico Sorcinelli wrote: > > > > Have you contacted Apache::DBI maintainer in order to integrate your work > > with > > that module? > > I have the distinct impression that the ma

Re: Fwd: PAUSE indexer report OPI/Apache-DBI-Cache-0.06.tar.gz

2005-12-05 Thread Frank Maas
On Sun, Dec 04, 2005 at 10:45:03AM +0100, Enrico Sorcinelli wrote: > > Have you contacted Apache::DBI maintainer in order to integrate your work with > that module? I have the distinct impression that the maintainer is too busy to respond. If I am not mistaken Philippe has tried this with no res

Re: mod_perl 2.0 $r->content and how to integrate GET, POST, multiple select data

2005-12-05 Thread Tom Schindl
Aren't you looking for APR::Request it should provide anything you need doesn't it? http://search.cpan.org/~joesuf/libapreq2-2.06-dev/ Tom Ashtanga Yogi wrote: > In http://www.stonehenge.com/merlyn/LinuxMag/col66.html (a recent intro to > mod_perl by Randal Schwartz), > he shows how to preserve