Re: Apache::args vs Apache::Request speed

2002-01-31 Thread Ian Ragsdale
How about setting something up on SourceForge? I know they have OS X environments available for compiling and testing. Ian On 1/28/02 2:19 PM, John Siracusa [EMAIL PROTECTED] wrote: I'm cc-ing this to the Mac OS X Perl list in the hopes that someone can provide a test environment for you.

RE: Perl Sections: command_rec for directive `ISA' not found!

2002-01-31 Thread Jonathan Hilgeman
I previously posted the below, but after experiencing this same problem after upgrading MySQL, I did some research and noticed that I had to re-compile/re-install the Msql-Mysql-modules-1.2216.tar.gz package/module when the libmysqlclient.so file got updated. For instance, I first installed the

Re: New mod_perl Logo

2002-01-31 Thread Paul Cotter
mod_perl is a lousy name. It is causing me a problem. My potential customers have heard of Perl and Apache, MySql and Postgres, but they dot like the idea of perl modifying the Apache processing. It strikes them as tinkering round with the internals and liable to cause problems 'when we

Re: New mod_perl Logo

2002-01-31 Thread brian moseley
On Wed, 30 Jan 2002, Paul Cotter wrote: Give it some other marketting name, even if it keeps its original name in places like this. didn't you people read perrin's message? do you think this is the first time this topic has been discussed? do you think it's gonna change doug's mind /this/

Re: New mod_perl Logo

2002-01-31 Thread Issac Goldstand
Jay Lawrence wrote: I looked at some of the candidates at http://wypug.digital-word.com/mod_perl/ must confess I am partial to http://wypug.digital-word.com/mod_perl/logos/louise_bramald_1.jpg so far Thinking camels for Perl and feathers for Apache putting them together all I could see is

Re: New mod_perl Logo

2002-01-31 Thread Gunther Birznieks
How could another name look nice on your resume if they don't know what it is ? Why don't you just nickname mod_perl as something else and then put THAT name on your resume if you are so concerned about naming. At 09:36 PM 1/30/2002, Paul Cotter wrote: mod_perl is a lousy name. It is

Re: New mod_perl Logo

2002-01-31 Thread Gunther Birznieks
At 04:50 PM 1/31/2002, brian moseley wrote: On Wed, 30 Jan 2002, Paul Cotter wrote: Give it some other marketting name, even if it keeps its original name in places like this. didn't you people read perrin's message? do you think this is the first time this topic has been discussed? do

New mod_perl logo - revisited

2002-01-31 Thread Jonathan M. Hollin
Reminder: A growing collection of new mod_perl logo candidates is available at: http://wypug.digital-word.com/mod_perl/ Jonathan M. Hollin - WYPUG Co-ordinator West Yorkshire Perl User Group http://wypug.pm.org/

Re: performance coding project? (was: Re: When to cache)

2002-01-31 Thread raptor
One memory speed saving is using global VARS, I know it is not recomended practice, but if from the begining of the project u set a convention what are the names of global vars it is ok..F.e. I'm using in all DB pages at the begining : our $dbh = dbConnect() or dbiError(); See I know (i'm

ld: 0711-319 WARNING: Exported symbol not defined:

2002-01-31 Thread J S
Hi, Apache compiles OK, but during make there are a lot of the following messages: .. .. ld: 0711-319 WARNING: Exported symbol not defined: Perl_yyrule ld: 0711-319 WARNING: Exported symbol not defined: cast_i32 ld: 0711-319 WARNING: Exported symbol not defined: cast_iv ld: 0711-319 WARNING:

Re: Problems changing the realm with auth_name

2002-01-31 Thread John Kelly
Hi, I've just moved up to a very recent PPM level of mod_perl and changed my webserver. It's IBM_HTTP_SERVER/1.3.19 Apache/1.3.20 (Win32) mod_perl/1.26_01-dev I'm still getting this problem $r-auth_name(Realm $value); my $realm = $r-auth_name(); $realm returns the value of the

Re: problems with DirectoryIndex under mod_perl + Template Toolkit

2002-01-31 Thread Tim Noll
Unfortunately, I could not get Apache::ShowRequest to compile, despite tinkering with it quite a bit. But, per your suggestion, I wrote a Fixup handler to solve this problem. However, in my web searches, I came across post after post that seem to describe the same problem or something similar.

Re: mod_perl Developer's Cookbook

2002-01-31 Thread ___cliff rayman___
ordered my today through the website (puts a little extra money in the hands of mod_perlers: http://www.modperlcookbook.org/ cliff Matt Sergeant wrote: My copy just arrived! I'll try and get through most of it as fast as I can and post a review. Congrats Geoff, Paul and Randy. Looks great

Re: mod_perl Developer's Cookbook

2002-01-31 Thread Jay Lawrence
For the Canadians out there you can get it at Chapters.Indigo.CA too Search for Geoffrey Young as mod_perl does not come up through their search engine. Jay - Original Message - From: ___cliff rayman___ [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 31, 2002 12:29 PM

Re: mod_perl Developer's Cookbook

2002-01-31 Thread clayton cottingham
FYI canadians based in vancouver can get this at http://www.granvillebooks.com/ ive had way better experience ordering from them than ordering from chapters they tell me itll take two weeks though as its a brand new item if you are in this area please check em out they have a great

IPC::ShareLite

2002-01-31 Thread Rasoul Hajikhani
Folks, I have created a data structure and used IPC::ShareLite to save it in the main memeory. Can someone tell me how to look at it and destroy it. Thanks -r

Re: IPC::ShareLite

2002-01-31 Thread Sam Tregar
On Thu, 31 Jan 2002, Rasoul Hajikhani wrote: I have created a data structure and used IPC::ShareLite to save it in the main memeory. Can someone tell me how to look at it and destroy it. Your system should have a program called ipcs you can use to examine IPC shared structures (memory,

Re: New mod_perl Logo

2002-01-31 Thread Ron Savage
Paul How about attaching a copy of _the_ mod_perl book each time you send out your resume. The recipients should be impressed and thus realize it's a Real Program, and I'm sure the authors would consider a bulk discount :-). (Having worked only 2 out of the last 8 months I do appreciate your

Location Directives Problem

2002-01-31 Thread David Wheeler
Hi All, Below I have the output of Apache::PerlSections-dump from Bricolage. I'm doing a lot of configuration in a Perl module where I simply switch to the Apache::ReadConfig package and do my thing. This keeps httpd.conf clean but allows me to do all the data munging I need to to get all the

Re: Location Directives Problem

2002-01-31 Thread Geoffrey Young
The problem is that the Location directives below are acting more like LocationMatch directives. For example, if I hit the URL '/admin/workflow/media', I would expect the '/' Location's handlers to handle the request. But they're not. Instead, it's the '/media' Location handlers. It's as

Re: mod_perl Developer's Cookbook

2002-01-31 Thread Joe Brenner
___cliff rayman___ [EMAIL PROTECTED] wrote: ordered my today through the website (puts a little extra money in the hands of mod_perlers: http://www.modperlcookbook.org/ I just ordered mine through fatbrain, myself, I won't deal with amazon: http://www.noamazon.com If there's a

Re: mod_perl Developer's Cookbook

2002-01-31 Thread Paul Lindner
On Thu, Jan 31, 2002 at 06:18:55PM -0800, Joe Brenner wrote: ordered my today through the website (puts a little extra money in the hands of mod_perlers: http://www.modperlcookbook.org/ I just ordered mine through fatbrain, myself... Thanks! I won't deal with amazon: