Re: Fast DB access

2001-04-18 Thread Differentiated Software Solutions Pvt. Ltd.,
Hi, There are4 responses to our results. We will answer them to the best of our ability. MATT This is a very very old version of postgresql. Try it again with 7.1 forMATT more respectable results. Accepted. We knew this when we conducted the benchmarks. We've had terrible experience with

Re: Fast DB access

2001-04-18 Thread Matt Sergeant
On Wed, 18 Apr 2001, Differentiated Software Solutions Pvt. Ltd., wrote: Hi, There are 4 responses to our results. We will answer them to the best of our ability. MATT This is a very very old version of postgresql. Try it again with 7.1 for MATT more respectable results. Accepted. We

Final form of perl config code [Was: RE: What the heck actuallyhappens in a perl section?]

2001-04-18 Thread Thomas K. Burkholder
Thanks to those who helped out with this. Nobody quite got the case of beer, but here's the final form, just in case anyone ever needs something similar to this in the future. It's pretty ugly still (and I know there are some better ways for some of this), but I could see it being useful in

Re: pulling arguments off rewrite rule

2001-04-18 Thread Erdmut Pfeifer
On Tue, Apr 17, 2001 at 09:15:20PM -0400, Christopher Fox wrote: I am trying to get the arguments from a referrer off a rewrite rule here's the deal: I have a request coming in http://www.blah.com/index.htm?ref=xxx I want to pull the ref=xxx and have it follow the user throughout my

Apache::ASP error

2001-04-18 Thread Rick Glunt
I have Apache::ASP setup and running. The sample site works and very simple asp pages I created work, however, I have a page that is generating the following error in the Apache error log and will not display on my browser: [error] Undefined subroutine

RE: pulling arguments off rewrite rule

2001-04-18 Thread Christopher Fox
Hi Erdmut, Yes ... basically we want to track which company sent us the reference when customers subscribe. the ref=xxx where xxx will = some company id I want to tack this on to every click so that when the user finally submits an application we can credit the company that gave us the customer

simple question on installing and configuring

2001-04-18 Thread Emma Wermström (EMW)
Hi! I want to add mod_perl to my apache server. However, I already have my server up and running and when I do: perl Makefile.PL I get a request for my apache source directory. I don't know where it is located so I just put: /usr/local/etc/apache. Now the procedure continues but I get an

Re: simple question on installing and configuring

2001-04-18 Thread Stas Bekman
On Wed, 18 Apr 2001, [iso-8859-1] Emma Wermström (EMW) wrote: Lots of questions! I'd be grateful for at least one answer. Thanks, Lots of answers: http://perl.apache.org/guide/ _ Stas Bekman JAm_pH -- Just

which Handler to adjust Response-Headers?

2001-04-18 Thread Jochen Schnapka
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 completly empty. This is my handler: use strict; use Apache::Constants; use Apache::Table; sub handler { my $r = shift; #

Re: Fast DB access

2001-04-18 Thread Matthew Kennedy
On 17 Apr 2001 18:24:43 -0700, clayton wrote: i wanted a good benchmark for postgres and mysql {i hope to transpose the sql properly!} This is a good comparison of MySQL and PostgreSQL 7.0: "Open Source Databases: As The Tables Turn" -- http://www.phpbuilder.com/columns/tim20001112.php3

Re: Fast DB access

2001-04-18 Thread Matthew Kennedy
On 18 Apr 2001 12:00:57 +0530, Differentiated Software Solutions Pvt. Ltd., wrote: Hi, There are 4 responses to our results. We will answer them to the best of our ability. MATT This is a very very old version of postgresql. Try it again with 7.1 for MATT more respectable results.

Re: Fast DB access

2001-04-18 Thread clayton cottingham
Matthew Kennedy wrote: On 17 Apr 2001 18:24:43 -0700, clayton wrote: i wanted a good benchmark for postgres and mysql {i hope to transpose the sql properly!} This is a good comparison of MySQL and PostgreSQL 7.0: "Open Source Databases: As The Tables Turn" --

Re: Apache::ASP error

2001-04-18 Thread Joshua Chamas
Rick Glunt wrote: I have Apache::ASP setup and running. The sample site works and very simple asp pages I created work, however, I have a page that is generating the following error in the Apache error log and will not display on my browser: [error] Undefined subroutine

Re: Fast DB access

2001-04-18 Thread ed phillips
Matthew Kennedy wrote: I'm on several postgresql mailing lists and couldn't find a recent post from you complaining about 6.5.3 performance problems (not even by an archive search). Your benchmark is worthless until you try postgresql 7.1. There have been two major releases of postgresql

Re: Fast DB access

2001-04-18 Thread Dave Hodgkinson
clayton cottingham [EMAIL PROTECTED] writes: Matthew Kennedy wrote: On 17 Apr 2001 18:24:43 -0700, clayton wrote: i wanted a good benchmark for postgres and mysql {i hope to transpose the sql properly!} This is a good comparison of MySQL and PostgreSQL 7.0: "Open

(OT) Re: Fast DB access

2001-04-18 Thread Matthew Kennedy
On 18 Apr 2001 08:49:38 -0700, clayton cottingham wrote: Matthew Kennedy wrote: On 17 Apr 2001 18:24:43 -0700, clayton wrote: i wanted a good benchmark for postgres and mysql {i hope to transpose the sql properly!} This is a good comparison of MySQL and PostgreSQL 7.0:

Re: (OT) Re: Fast DB access

2001-04-18 Thread clayton cottingham
Matthew Kennedy wrote: This might help too: http://www.angelfire.com/nv/aldev/pgsql/GreatBridge.html Of course benchmarks are so debatable anyway.. Matt i saw those they are pretty good but greatbridge is tied into postgres somehow im looking for impartial benchmarks nonetheless i

Re: Fast DB access

2001-04-18 Thread Matt Sergeant
On Wed, 18 Apr 2001, ed phillips wrote: You can scale any of these databases; Oracle, MySQL or PostgreSQL, but please research each one thoroughly and tune it properly before you do your benchmarking. And, again, MySQL does support transactions now. Such chutzpah for them to have promoted

Re: Fast DB access

2001-04-18 Thread Joe Brenner
[EMAIL PROTECTED] wrote: Matthew Kennedy wrote: I'm on several postgresql mailing lists and couldn't find a recent post from you complaining about 6.5.3 performance problems (not even by an archive search). Your benchmark is worthless until you try postgresql 7.1. There have been two

RFC: Apache::ReverseLocation

2001-04-18 Thread Geoffrey Young
Hi all... well, I put some more work into it and have overcome a few issues (like restoring $r-filename and making vhosts work)... anyway, I would be interested if anyone gets the chance to work with it or deem it worthy of future development... --Geoff

RE: pulling arguments off rewrite rule

2001-04-18 Thread Rob Bloodgood
Yes ... basically we want to track which company sent us the reference when customers subscribe. the ref=xxx where xxx will = some company id I want to tack this on to every click so that when the user finally submits an application we can credit the company that gave us the customer I

Initialization code that recognized Location setting

2001-04-18 Thread Randy J. Ray
A pointer to sample code on CPAN would be quite welcome here... 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 the means of

Re: Fast DB access

2001-04-18 Thread Perrin Harkins
"Chutzpah" is an interesting way of putting it. I've been thinking of them as "slimeballs in the busy of conning webkids into thinking they have a real RDBM product". (It isn't a moot point, because it's the same people working on it: human character issues are actually relevant when

Re: Fast DB access

2001-04-18 Thread Robert Landrum
At 3:43 PM -0700 4/18/01, Perrin Harkins wrote: "Chutzpah" is an interesting way of putting it. I've been thinking of them as "slimeballs in the busy of conning webkids into thinking they have a real RDBM product". (It isn't a moot point, because it's the same people working on it: human

Passing Tied Filehandles

2001-04-18 Thread Paul Cotter
Hi I was trying to get NET::Ftp to work in Apache to post statistics via FTP. These stats are in memory and are manipulated before being posted. I wanted totie a filehandle so thatNet::FTP would call my READ code. So I could just go MyNetFTPObject-put(TIED_FILE_HANDLE, remote_file) I

ANNOUCE: HTML::Mason 1.02

2001-04-18 Thread Jonathan Swartz
The URL http://www.masonhq.com/download/HTML-Mason-1.02.tar.gz has entered CPAN as file: $CPAN/authors/id/J/JS/JSWARTZ/HTML-Mason-1.02.tar.gz size: 279249 bytes md5: 47a64b6c6f7885fa7192c7a9382fa998 Mason is a component-based web site development system with caching, debugging, and

Re: Fast DB access

2001-04-18 Thread Clayton Cottingham aka drfrog
[drfrog]$ perl fast_db.pl postgres 16 wallclock secs ( 0.05 usr + 0.00 sys = 0.05 CPU) @ 400.00/s (n=20) mysql 3 wallclock secs ( 0.07 usr + 0.00 sys = 0.07 CPU) @ 285.71/s (n=20) postgres 17 wallclock secs ( 0.06 usr + 0.00 sys = 0.06 CPU) @ 333.33/s (n=20) mysql 3 wallclock secs ( 0.01

Re: Fast DB access

2001-04-18 Thread Wim Kerkhoff
Clayton Cottingham aka drfrog wrote: [drfrog]$ perl fast_db.pl postgres 16 wallclock secs ( 0.05 usr + 0.00 sys = 0.05 CPU) @ 400.00/s (n=20) mysql 3 wallclock secs ( 0.07 usr + 0.00 sys = 0.07 CPU) @ 285.71/s (n=20) postgres 17 wallclock secs ( 0.06 usr + 0.00 sys = 0.06 CPU) @

[OT] Re: Fast DB access

2001-04-18 Thread Cees Hek
On 18 Apr 2001, Clayton Cottingham aka drfrog wrote: [drfrog]$ perl fast_db.pl postgres 16 wallclock secs ( 0.05 usr +0.00 sys = 0.05 CPU) @ 400.00/s (n=20) mysql 3 wallclock secs ( 0.07 usr +0.00 sys = 0.07 CPU) @ 285.71/s (n=20) postgres 17 wallclock secs ( 0.06 usr +

Re: Fast DB access

2001-04-18 Thread Differentiated Software Solutions Pvt. Ltd.,
Hi, We've continuing this discussions Reponses to queries raised in the last 24 hours. WIM Could you post the SQL statements used to create the tables as well? See our posting on April 17th. Our attachments have the create table sql too. CLAYTON [drfrog]$ perl fast_db.plCLAYTON

Re: Apache::ASP and no global.asa

2001-04-18 Thread Joshua Chamas
Rick Glunt wrote: I am trying to setup Apache::ASP to handle asp pages for one of my virtual domains in Apache but I am getting an 'Internal Server Error' on the browser and an error in the Apache log files that goes something like [error] Undefined subroutine

Re: Fast DB access

2001-04-18 Thread Differentiated Software Solutions Pvt. Ltd.,
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 first round and run the benchmark several

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

2001-04-18 Thread dougm
dougm 01/04/18 08:53:25 Modified:xs/maps apache_structures.map Log: keepalive has moved out of the conn_rec Revision ChangesPath 1.4 +0 -2 modperl-2.0/xs/maps/apache_structures.map Index: apache_structures.map

cvs commit: modperl-site/netcraft graph.jpg index.html input.data pseudo-graph.jpg

2001-04-18 Thread sbekman
sbekman 01/04/18 09:41:48 Modified:netcraft graph.jpg index.html input.data pseudo-graph.jpg Log: April numbers Revision ChangesPath 1.9 +211 -227 modperl-site/netcraft/graph.jpg Binary file 1.37 +1 -0 modperl-site/netcraft/index.html

permissions problem

2001-04-18 Thread Stas Bekman
running this at perl.apache.org: cd /www/perl.apache.org cvs update -dP ... U current/src/modules/perl/perl_util.c cvs update: Updating current/src/modules/win32 cvs [update aborted]: cannot rename file mod_perl.def to CVS/,,mod_perl.def: Permission denied ... please correct the perms...

cvs commit: modperl-2.0/t/response/TestAPI conn_rec.pm

2001-04-18 Thread dougm
dougm 01/04/18 22:46:04 Modified:t/response/TestAPI conn_rec.pm Log: remove tests for stuff moved out of conn_rec Revision ChangesPath 1.3 +1 -5 modperl-2.0/t/response/TestAPI/conn_rec.pm Index: conn_rec.pm