Re: Problem with Tie::DBI and DBI in modperl

2001-03-19 Thread Perrin Harkins
On Mon, 19 Mar 2001, John Mulkerin wrote: > I'm trying to use the plain vanilla TicketTool.pm from O'Reilly's mod > perl book, Apache Modules with Perl and C. It uses Tie::DBI to create > a hash of the mysql connection. When I run just the authentication > subroutine with Perl -d "authenticate.p

[NQ] Newbie Question about mod_perl

2001-03-19 Thread Differentiated Software Solutions Pvt. Ltd.,
Hi,   Now I am doing mod_perl programing And I have gone through the related documents also. I have written two mod_perl programs whose output is same (through browser). I want to know what are the difference between them!  If there is any difference then what are the pros and cons in usin

Re: [OT?] %ENV question, mod_rewrite vs. mod_perl?

2001-03-19 Thread Sean Chittenden
Use a mod_perl transhandler for this, it's the phase of the apache process that's responsible for matching the URI/request to a file that'll be executed in the response phase. http://perl.apache.org/guide/snippets.html#PerlTransHandler_example -sc On Mon, Mar 19, 2001 at 07:42:1

please help with perl script

2001-03-19 Thread Keletso Mokgethi
hi all, i am a novice trying to run a perl script on apache for a real time dat aquisition system. i am using a perl script developed by a professor in india who wrote a book on programming the parallel port, which i have attached. the thing is i don't know how to run the script on apache, well

LimitRequestBody

2001-03-19 Thread Victor Michael Blancas
The httpd documentation says that the default LimitRequestBody configuration is 0. However, i'm only able to upload files of size less than 1.0MB. Any ideas, thanks. -- Mike

[OT?] %ENV question, mod_rewrite vs. mod_perl?

2001-03-19 Thread Paul Evad
I'm new to mod_perl, so please bear with me a bit. I'm digging through as much information as I can find and have a few questions. I've used mod_rewrite for a lot of URI re-mapping solutions, but this particular job I'm doing is a bit of a challenge. I have an existing perl script (non mod_per

Re: [OT]Re: my()speed (was: [DIGEST] mod_perl digest 03/17/01)

2001-03-19 Thread Stas Bekman
On Mon, 19 Mar 2001, Paul wrote: > > --- Geoffrey Young <[EMAIL PROTECTED]> wrote: > > mod_perl digest > >March 11, 2001 - March 17, 2001 > > Recent happenings in the mod_perl world... > > . . . > > mailing list highlights > > . . . > > o There was

Re: dbm locking info in the guide

2001-03-19 Thread Stas Bekman
On Mon, 19 Mar 2001, Perrin Harkins wrote: > While working on adding info on Berkeley DB to the Guide, I came across > this statement: > > "If you need to access a dbm file in your mod_perl code in the read only > mode the operation would be much faster if you keep the dbm file open > (tied) all

Re: ApacheCon session handouts

2001-03-19 Thread Stas Bekman
On Mon, 19 Mar 2001, Dave Rolsky wrote: > Oops, deleted the message but someone just asked if the session notes > would be available via the web. > > I don't know of the official ApacheCon plan but I can say that mine (for > my Intro to Mason presentation) will be available somewhere. Mine are a

Problem with Tie::DBI and DBI in modperl

2001-03-19 Thread John Mulkerin
O mighty Wizards please help if you can: I'm trying to use the plain vanilla TicketTool.pm from O'Reilly's mod perl book, Apache Modules with Perl and C. It uses Tie::DBI to create a hash of the mysql connection. When I run just the authentication subroutine with Perl -d "authenticate.pm" it r

dbm locking info in the guide

2001-03-19 Thread Perrin Harkins
While working on adding info on Berkeley DB to the Guide, I came across this statement: "If you need to access a dbm file in your mod_perl code in the read only mode the operation would be much faster if you keep the dbm file open (tied) all the time and therefore ready to be used. This will work

Re: [OT] ApacheCon BOF

2001-03-19 Thread Sean C. Brady
Ya, I know... I just love to give Nick some grief once in a while... :) ~Sean "Randal L. Schwartz" wrote: > > > "Sean" == Sean C Brady <[EMAIL PROTECTED]> writes: > > Sean> 42,539,693,877 to be exact... sorry Nick! :) > > 42 billion has the right sound to it. It's "the answer", after

Re: [OT] ApacheCon BOF

2001-03-19 Thread Randal L. Schwartz
> "Sean" == Sean C Brady <[EMAIL PROTECTED]> writes: Sean> 42,539,693,877 to be exact... sorry Nick! :) 42 billion has the right sound to it. It's "the answer", after all, a billion times over. :) -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 <[EMAIL PRO

Re: [OT] ApacheCon BOF

2001-03-19 Thread Sean C. Brady
42,539,693,877 to be exact... sorry Nick! :) ~Sean "Randal L. Schwartz" wrote: > > [ugh - next time, don't be a top-quoter - bleh] > > > "Nick" == Nick Tonkin <[EMAIL PROTECTED]> writes: > > >> "mod_perl: 20 billion hits served" > >> And turn the "m" into a stylized arch. :) > > Nick>

notes() from registry->php->registry

2001-03-19 Thread Daniel
Hello all, I've got a registry script that issues a subrequest for a php page that issues a subrequest on another registry script. registry->php->registry The initial registry script sets: $r->notes("seen"=> $seen); my $subr = $r->lookup_uri("test.php3"); $subr->run; The php.php3 file does:

Re: [OT] ApacheCon BOF

2001-03-19 Thread Kip Hampton
Nick Tonkin wrote: > > er, maybe 20 trillion ... ? seeing as how ValueClick alone has done a bit > over 42 billion since 6/98 ... :) > > How about an oyster, open, showing the perl inside, wearing a Parka > and driving a Vespa? Heh. Well, if you are going to go *that* route, we might consider d

Re: [OT] ApacheCon BOF

2001-03-19 Thread Randal L. Schwartz
[ugh - next time, don't be a top-quoter - bleh] > "Nick" == Nick Tonkin <[EMAIL PROTECTED]> writes: >> "mod_perl: 20 billion hits served" >> And turn the "m" into a stylized arch. :) Nick> er, maybe 20 trillion ... ? seeing as how ValueClick alone has done a bit Nick> over 42 billion since

Re: [OT] ApacheCon BOF

2001-03-19 Thread Nick Tonkin
er, maybe 20 trillion ... ? seeing as how ValueClick alone has done a bit over 42 billion since 6/98 ... :) How about an oyster, open, showing the perl inside, wearing a Parka and driving a Vespa? ~~~ Nick Tonkin On 19 Mar 2001, Randal L. Schwartz wrote: > > "Geoffrey" == Geoffre

Re: perl5.6 (was: Shared variables, inner subs and "our")

2001-03-19 Thread Bogomolnyi Constantin
Hi , Unicode is a way of pain . don't go this way . specialy in 5.7.0 were it is broken . 5.6.0 is well you know what . There is many other systems to hold multilingual apps , that not require any unicode . I use 5.7.0 in production (i386 , BSD 4.2) and it runs perfectly . Except unicode sup

Re: ApacheCon session handouts

2001-03-19 Thread Ken Williams
[EMAIL PROTECTED] (Dave Rolsky) wrote: >Oops, deleted the message but someone just asked if the session notes >would be available via the web. > >I don't know of the official ApacheCon plan but I can say that mine (for >my Intro to Mason presentation) will be available somewhere. At most conferen

ApacheCon session handouts

2001-03-19 Thread Dave Rolsky
Oops, deleted the message but someone just asked if the session notes would be available via the web. I don't know of the official ApacheCon plan but I can say that mine (for my Intro to Mason presentation) will be available somewhere. -dave /*== www.urth.org We await the New S

Re: [OT] ApacheCon BOF

2001-03-19 Thread Drew Taylor
I second that suggestion. I have one from last year (I found the BOF because Stas laid the T-shirts out in a path to the room - good one Stas! :-), but I won't be there this year. Speaking of which, will the mod_perl classes have the handouts available over the web? John Saylor wrote: > > Hi >

Re: [OT] ApacheCon BOF

2001-03-19 Thread Robert Landrum
At 3:59 PM -0500 3/19/01, Paul Cotter wrote: > >From: "Geoffrey Young" <[EMAIL PROTECTED]> > > >> >> What I don't have are any ideas for a shirt theme. The sponsor will be >> taking care of all the graphics work required - just your mental capital >is >> needed. > >For the logo: I considered a

Re: [OT] ApacheCon BOF

2001-03-19 Thread Paul Cotter
>From: "Geoffrey Young" <[EMAIL PROTECTED]> > > What I don't have are any ideas for a shirt theme. The sponsor will be > taking care of all the graphics work required - just your mental capital is > needed. For the logo: I considered and Apache with 4 legs, but then settled on a camel with

Re: [OT] ApacheCon BOF

2001-03-19 Thread Perrin Harkins
On Mon, 19 Mar 2001, Charles J. Brabec wrote: > The Perl advocate's version: > >mod_perl: Let's see you try to do this with Python. I know you're only joking, but let's not fall into that trap of confusing arrogance with advocacy. This is my chief complaint about Pythoners: they're always i

Re: Apache::ASP FileUploadMax

2001-03-19 Thread Joshua Chamas
Victor Michael Blancas wrote: > > I've set FileUploadMax to 50 but I'm still am able to upload files > bigger. Do I have to put this directive within a Apache > Directive. > To see the settings that Apache::ASP picks up, set Debug to -1,-2, or -3 for system level debugging, and look at t

Re: [OT] ApacheCon BOF

2001-03-19 Thread Tom Brown
> > > > "mod_perl: 20 billion hits served" > > And turn the "m" into a stylized arch. :) > > LOL!! Way to go, Randal! > > Or how about a play on the old Superman line? > A graphic with O'Reilly's Eagle and a caption like > > "Look! Up on the net! It's a bird! It's a plane! > No, it'swait,

Re: [OT] ApacheCon BOF

2001-03-19 Thread John Saylor
Hi ( 01.03.19 13:35 -0500 ) Geoffrey Young: > In the spirit of things free and fun, I again have a sponsor for mod_perl > T-Shirts for this year's ApacheCon BOF. Any thought of making a extra and selling them off the list for people who can't get to ApacheCon and yet want to proclaim their mod

Re: [OT] ApacheCon BOF

2001-03-19 Thread Charles J. Brabec
On Mar 19, Geoffrey Young ([EMAIL PROTECTED]) was heard to say: > > In the spirit of things free and fun, I again have a sponsor for mod_perl > T-Shirts for this year's ApacheCon BOF. I think we can afford to make this > year's BOF a bit more organized than last year's (probably no shirt > tos

Re: [OT] ApacheCon BOF

2001-03-19 Thread Paul
--- "Randal L. Schwartz" <[EMAIL PROTECTED]> wrote: > > "Geoffrey" == Geoffrey Young <[EMAIL PROTECTED]> writes: > > Geoffrey> What I don't have are any ideas for a shirt theme. The > Geoffrey> sponsor will be taking care of all the graphics work > Geoffrey> required - just your mental ca

Re: [OT] ApacheCon BOF

2001-03-19 Thread Matt Sergeant
On Mon, 19 Mar 2001, Geoffrey Young wrote: > Hi all... > > In the spirit of things free and fun, I again have a sponsor for mod_perl > T-Shirts for this year's ApacheCon BOF. I think we can afford to make this > year's BOF a bit more organized than last year's (probably no shirt > tossings) b

Re: [ANNOUNCE] MLDBM::Sync v.07

2001-03-19 Thread Joshua Chamas
Perrin Harkins wrote: > > On Mon, 19 Mar 2001, Joshua Chamas wrote: > > A recent API addition allows for a secondary cache layer with > > Tie::Cache to be automatically used > > When one process writes a change to the dbm, will the others all see it, > even if they use this? No, activation of t

Re: [ANNOUNCE] MLDBM::Sync v.07

2001-03-19 Thread Perrin Harkins
On Mon, 19 Mar 2001, Joshua Chamas wrote: > A recent API addition allows for a secondary cache layer with > Tie::Cache to be automatically used When one process writes a change to the dbm, will the others all see it, even if they use this? - Perrin

[ANNOUNCE] MLDBM::Sync v.07

2001-03-19 Thread Joshua Chamas
Hey, The latest MLDBM::Sync v.07 is in your local CPAN and also http://www.perl.com/CPAN-local/modules/by-module/MLDBM/ It provides a wrapper around MLDBM databases, like SDBM_File and DB_File, providing safe concurrent access, using a flock() strategy and per access dbm i/o flushing. A rec

[ANNOUNCE] Tie::Cache v.11

2001-03-19 Thread Joshua Chamas
Hey, Tie::Cache v.11 is in your local CPAN or http://www.perl.com/CPAN-local/modules/by-module/Tie/ Its a memory size limiting LRU cache based on key count, or total bytes approximation, useful for mod_perl environments where you want to limit the amount of memory your process is taking. Some

[OT] ApacheCon BOF

2001-03-19 Thread Geoffrey Young
Hi all... In the spirit of things free and fun, I again have a sponsor for mod_perl T-Shirts for this year's ApacheCon BOF. I think we can afford to make this year's BOF a bit more organized than last year's (probably no shirt tossings) but the shirts will likely be there just the same. Wha

Re: [OT] ApacheCon BOF

2001-03-19 Thread Randal L. Schwartz
> "Geoffrey" == Geoffrey Young <[EMAIL PROTECTED]> writes: Geoffrey> What I don't have are any ideas for a shirt theme. The Geoffrey> sponsor will be taking care of all the graphics work Geoffrey> required - just your mental capital is needed. "mod_perl: 20 billion hits served" And turn t

[OT]Re: my()speed (was: [DIGEST] mod_perl digest 03/17/01)

2001-03-19 Thread Paul
--- Geoffrey Young <[EMAIL PROTECTED]> wrote: > mod_perl digest >March 11, 2001 - March 17, 2001 > Recent happenings in the mod_perl world... > . . . > mailing list highlights > . . . > o There was an OT but interesting thread on whether lexical >

[DIGEST] mod_perl digest 03/17/01

2001-03-19 Thread Geoffrey Young
-- mod_perl digest March 11, 2001 - March 17, 2001 -- Recent happenings in the mod_perl world... Features o

Apache::ASP FileUploadMax

2001-03-19 Thread Victor Michael Blancas
I've set FileUploadMax to 50 but I'm still am able to upload files bigger. Do I have to put this directive within a Apache Directive. -- Mike