Re: which Handler to adjust Response-Headers?

2001-04-19 Thread Jochen Schnapka
On Wed, Apr 18, 2001 at 12:09:57PM -0700, Rob Bloodgood wrote: I wonder, which Handler I would have to invoke to mangle or adjust the response headers. I thought, this was the PerlFixupHandler. But $r-headers_out seems to be completly empty. You can do this at any phase of the request,

[OT] Re: Fast DB access

2001-04-19 Thread Cees Hek
On Thu, 19 Apr 2001, Murali V wrote: Hi, If you read the code more deeply, you'll find that the timeit is only wrapped around select and not around insert. We've written the insert code so that in the first round you can populate the database. You comment out the insert code after the

Re: Fast DB access

2001-04-19 Thread Differentiated Software Solutions Pvt. Ltd.,
We fully support this view. Why Databases... just read this mail. There are only 2 tracks a) Totally off-track discussing oracle. b) Other track making us defend our benchmarks.(Wish we had not used the word benchmark) People are saying either this benchmark is bad or all benchmarks are

Re: Fast DB access

2001-04-19 Thread Cees Hek
On Thu, 19 Apr 2001, Differentiated Software Solutions Pvt. Ltd., wrote: I get a feeling that the point we were trying to make is going to be missed. MLDBM is not a bad alternative to databases under specific conditions !! That point was definately not missed by me, and I have learned

Re: which Handler to adjust Response-Headers?

2001-04-19 Thread Jochen Schnapka
Hi again. Once again, I found the solution by myself. On Wed, Apr 18, 2001 at 05:13:21PM +0200, Jochen Schnapka wrote: Hi. I wonder, which Handler I would have to invoke to mangle or adjust the response headers. I thought, this was the PerlFixupHandler. But $r-headers_out seems to be

compiling mod_perl with Apaci 1.3_19

2001-04-19 Thread Murat Balkas
Hi, I'm having troubles when compiling mod_perl with 1.3_19. My configuration is below and my problem is that I can't force mod_perl to use gcc as compiler. On the creating process of Makefile, gcc is used as compiler, but when I 'make', at the beginning it uses gcc, but when cd'ed to

Re: Initialization code that recognized Location setting

2001-04-19 Thread darren chamberlain
Randy J. Ray ([EMAIL PROTECTED]) said something to this effect on 04/18/2001: I would like to have a PerlHandler that may be assigned to several different locations to initialize slightly differently based on the location. In my case, this is an XML-RPC server, and I want the location to be

RE: Initialization code that recognized Location setting

2001-04-19 Thread Geoffrey Young
-Original Message- From: darren chamberlain [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 19, 2001 7:48 AM To: [EMAIL PROTECTED] Subject: Re: Initialization code that recognized Location setting [snip] So, DIR_CREATE and DIR_MERGE can be used to run code when a specific

RE: which Handler to adjust Response-Headers?

2001-04-19 Thread Geoffrey Young
-Original Message- From: Jochen Schnapka [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 19, 2001 6:31 AM To: [EMAIL PROTECTED] Subject: Re: which Handler to adjust Response-Headers? Hi again. Once again, I found the solution by myself. On Wed, Apr 18, 2001 at 05:13:21PM

Re: Fast DB access

2001-04-19 Thread clayton cottingham
please be advised i also posted this benchmark to [EMAIL PROTECTED] some interesting thoughts etc on this there too thread is: [SQL] any proper benchmark scripts? if anyone is on the mysql lists please post to there

New Install Perl 5.6.1- mod_perl not findind mods

2001-04-19 Thread Jason Leidigh
Hi, I have a mod_perl 1.24 installed installed with Apache 1.3.12 in solaris. Perl at the time I installed mod_perl/Apache was 5.005. This distribution did not include ByteLoader. I now have a need for ByteLoader. Using the CPAN mod I installed it which really just went all the way and

Re: which Handler to adjust Response-Headers?

2001-04-19 Thread Jochen Schnapka
On Thu, Apr 19, 2001 at 08:42:40AM -0400, Geoffrey Young wrote: $r-headers_out seems to be completly empty. I think $r-headers_out will be empty until you do something to put something in it (like $r-headers_out-add(), $r-no_cache(1), or $r-send_http_headers()). Depending on which

RE: which Handler to adjust Response-Headers?

2001-04-19 Thread Geoffrey Young
-Original Message- From: Jochen Schnapka [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 19, 2001 12:52 PM To: [EMAIL PROTECTED] Subject: Re: which Handler to adjust Response-Headers? On Thu, Apr 19, 2001 at 08:42:40AM -0400, Geoffrey Young wrote: $r-headers_out seems

Re: New Install Perl 5.6.1- mod_perl not findind mods

2001-04-19 Thread darren chamberlain
Jason Leidigh ([EMAIL PROTECTED]) said something to this effect on 04/19/2001: Hi, I have a mod_perl 1.24 installed installed with Apache 1.3.12 in solaris. Perl at the time I installed mod_perl/Apache was 5.005. This distribution did not include ByteLoader. I now have a need for

problem with mod_perl and scripts .... please help!!!

2001-04-19 Thread abhishek agrawal
Hi, I am new to Apache and mod_perl. I have got the apache up and running and also go the modperl installed. When i try to run simple perl scripts under http://localhost/perl/simple-script.plx it works fine but when i try to run some scripts which use

Re: problem with mod_perl and scripts .... please help!!!

2001-04-19 Thread Vivek Khera
"aa" == abhishek agrawal [EMAIL PROTECTED] writes: aai am sure that i have installed the module Date::Calc properly using aappm. I dont know why is it giving this error. Is their some problem aausing Activeperl and modperl together? Obviously not, though. What happens when you

Fw: [OT] Re: Fast DB access

2001-04-19 Thread Differentiated Software Solutions Pvt. Ltd.,
Thanks for pointing out the mistake in postgres. Your Advice makes lots of sense. We will recreate the benchmark and post the results V Murali Differentiated Software Solutions Pvt. Ltd., 90, 3rd Cross,2nd Main, Ganga Nagar, Bangalore - 560 032 Phone : 91 80 3631445, 3431470 Visit us at

cvs commit: modperl-2.0/Apache-Test/lib/Apache TestConfigPerl.pm

2001-04-19 Thread dougm
dougm 01/04/19 10:21:35 Modified:Apache-Test/lib/Apache TestConfigPerl.pm Log: hack for testing PerlInputFilterHandlers Revision ChangesPath 1.8 +8 -1 modperl-2.0/Apache-Test/lib/Apache/TestConfigPerl.pm Index: TestConfigPerl.pm

cvs commit: modperl-2.0/lib/Apache ParseSource.pm

2001-04-19 Thread dougm
dougm 01/04/19 10:22:57 Modified:lib/Apache ParseSource.pm Log: generate tables into the xs/tables/current directory, pickup apr_read_type enum Revision ChangesPath 1.16 +4 -3 modperl-2.0/lib/Apache/ParseSource.pm Index: ParseSource.pm

cvs commit: modperl-2.0/lib/ModPerl ParseSource.pm

2001-04-19 Thread dougm
dougm 01/04/19 10:23:27 Modified:lib/ModPerl ParseSource.pm Log: re fixup Revision ChangesPath 1.2 +2 -2 modperl-2.0/lib/ModPerl/ParseSource.pm Index: ParseSource.pm === RCS file:

cvs commit: modperl-2.0/lib/ModPerl WrapXS.pm

2001-04-19 Thread dougm
dougm 01/04/19 10:24:46 Modified:lib/ModPerl WrapXS.pm Log: ablity to add code to the generate .pm Revision ChangesPath 1.6 +29 -2 modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS.pm ===

cvs commit: modperl-2.0/t/filter/TestFilter buckets.pm

2001-04-19 Thread dougm
dougm 01/04/19 10:31:10 Modified:t/filter/TestFilter buckets.pm Log: adjust APR::Bucket-readapi change Revision ChangesPath 1.2 +2 -1 modperl-2.0/t/filter/TestFilter/buckets.pm Index: buckets.pm

cvs commit: modperl-2.0/t/response/TestApache post.pm

2001-04-19 Thread dougm
dougm 01/04/19 10:36:37 Modified:t/response/TestApache post.pm Log: move read_post util so it can be used by other tests Revision ChangesPath 1.2 +1 -18 modperl-2.0/t/response/TestApache/post.pm Index: post.pm

cvs commit: modperl-2.0/xs modperl_xs_util.h

2001-04-19 Thread dougm
dougm 01/04/19 10:37:05 Modified:xs modperl_xs_util.h Log: add a few handy macros Revision ChangesPath 1.5 +5 -0 modperl-2.0/xs/modperl_xs_util.h Index: modperl_xs_util.h === RCS

cvs commit: modperl-2.0/xs/APR/Bucket APR__Bucket.h

2001-04-19 Thread dougm
dougm 01/04/19 10:38:16 Modified:xs/APR/Bucket APR__Bucket.h Log: proper implementation of APR::Bucket-read Revision ChangesPath 1.2 +20 -11modperl-2.0/xs/APR/Bucket/APR__Bucket.h Index: APR__Bucket.h

cvs commit: modperl-2.0/xs/Apache/Filter Apache__Filter.h

2001-04-19 Thread dougm
dougm 01/04/19 10:38:56 Modified:xs/Apache/Filter Apache__Filter.h Log: add MODIFY_CODE_ATTRIBUTES method Revision ChangesPath 1.4 +42 -0 modperl-2.0/xs/Apache/Filter/Apache__Filter.h Index: Apache__Filter.h

cvs commit: modperl-2.0/src/modules/perl mod_perl.c modperl_filter.c modperl_filter.h

2001-04-19 Thread dougm
dougm 01/04/19 10:44:22 Modified:src/modules/perl mod_perl.c modperl_filter.c modperl_filter.h Log: register/run PerlInputFilterHandlers Revision ChangesPath 1.48 +30 -2 modperl-2.0/src/modules/perl/mod_perl.c Index: mod_perl.c

cvs commit: modperl-2.0/xs/tables/current/ModPerl FunctionTable.pm

2001-04-19 Thread dougm
dougm 01/04/19 10:45:31 Modified:xs/tables/current/Apache ConstantsTable.pm FunctionTable.pm StructureTable.pm xs/tables/current/ModPerl FunctionTable.pm Log: sync Revision ChangesPath 1.6 +5 -1

cvs commit: modperl-2.0/src/modules/perl modperl_callback.c modperl_handler.c modperl_handler.h

2001-04-19 Thread dougm
dougm 01/04/19 10:57:17 Modified:src/modules/perl modperl_callback.c modperl_handler.c modperl_handler.h Log: move handler resolver code into modperl_handler_resolve routine Revision ChangesPath 1.41 +3 -34

cvs commit: modperl-2.0/src/modules/perl mod_perl.c

2001-04-19 Thread dougm
dougm 01/04/19 11:08:10 Modified:src/modules/perl mod_perl.c Log: tidy a bit Revision ChangesPath 1.49 +12 -10modperl-2.0/src/modules/perl/mod_perl.c Index: mod_perl.c === RCS file:

cvs commit: modperl-2.0/t/conf modperl_extra.pl

2001-04-19 Thread dougm
dougm 01/04/19 13:20:41 Modified:t/conf modperl_extra.pl Log: compile common APR constants Revision ChangesPath 1.4 +1 -0 modperl-2.0/t/conf/modperl_extra.pl Index: modperl_extra.pl

cvs commit: modperl-2.0/Apache-Test/lib/Apache TestConfig.pm TestConfigPerl.pm TestRequest.pm

2001-04-19 Thread dougm
dougm 01/04/19 14:21:20 Modified:Apache-Test/lib/Apache TestConfig.pm TestConfigPerl.pm TestRequest.pm Log: allow test modules to configure VirtualHosts and hit them with test requests Revision ChangesPath 1.9 +1 -1

cvs commit: modperl-2.0/xs/tables/current/ModPerl FunctionTable.pm

2001-04-19 Thread dougm
dougm 01/04/19 14:26:47 Modified:src/modules/perl mod_perl.h modperl_filter.c modperl_mgv.c modperl_types.h t/conf modperl_extra.pl xs modperl_xs_util.h xs/Apache/Filter Apache__Filter.h

cvs commit: modperl-2.0/t/filter/TestFilter input_msg.pm

2001-04-19 Thread dougm
dougm 01/04/19 14:28:04 Added: t/filter input_msg.t t/filter/TestFilter input_msg.pm Log: add test for InputFilterMessage handler Revision ChangesPath 1.1 modperl-2.0/t/filter/input_msg.t Index: input_msg.t

cvs commit: modperl-2.0/src/modules/perl modperl_filter.c modperl_filter.h

2001-04-19 Thread dougm
dougm 01/04/19 17:43:47 Modified:src/modules/perl modperl_filter.c modperl_filter.h Log: remove dead code Revision ChangesPath 1.16 +0 -11 modperl-2.0/src/modules/perl/modperl_filter.c Index: modperl_filter.c

cvs commit: modperl-2.0/t/filter/TestFilter input_body.pm input_msg.pm

2001-04-19 Thread dougm
dougm 01/04/19 18:21:29 Modified:t/filter/TestFilter input_body.pm input_msg.pm Log: remove filter ISA relationship, Input/Output classes are dead Revision ChangesPath 1.3 +0 -3 modperl-2.0/t/filter/TestFilter/input_body.pm Index: input_body.pm

cvs commit: modperl-2.0/xs/maps modperl_functions.map

2001-04-19 Thread dougm
dougm 01/04/19 18:57:26 Modified:src/modules/perl modperl_util.c modperl_util.h t/filter/TestFilter api.pm xs/Apache/Filter Apache__Filter.h xs/maps modperl_functions.map Log: add Apache::Filter::{TIEHANDLE,PRINT} methods

cvs commit: modperl-2.0/xs/tables/current/ModPerl FunctionTable.pm

2001-04-19 Thread dougm
dougm 01/04/19 20:03:41 Modified:xs/tables/current/ModPerl FunctionTable.pm Log: sync Revision ChangesPath 1.7 +19 -29modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm Index: FunctionTable.pm

cvs commit: modperl-2.0/xs/maps modperl_functions.map

2001-04-19 Thread dougm
dougm 01/04/19 20:07:55 Modified:Apache-Test/lib/Apache Test.pm lib/Apache compat.pm lib/ModPerl FunctionMap.pm WrapXS.pm xs/Apache/RequestIO Apache__RequestIO.h xs/maps modperl_functions.map Log: better implementation