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 www.diffs

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

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

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 p

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 B

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->header

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

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: 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

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:

RE: Initialization code that recognized 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 setting > [snip] > > So, DIR_CREATE and DIR_MERGE can be used to run code when a > specific L

Re: Initialization code that recognized 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 > b

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 Le

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

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 som

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 usel

[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

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 re