Re: caching questions

2003-07-23 Thread Peter Haworth
On Tue, 22 Jul 2003 13:05:00 +0300, Stas Bekman wrote: Peter Haworth wrote: Cache::Mmap (which I wrote) isn't threadsafe, but should work OK in a forking MPM. If anyone wants to contribute code to make it threadsafe (preferably without impacting single-threaded performance too much), I'll

ANNOUNCE: Cache::Mmap 0.07

2003-06-18 Thread Peter Haworth
/04utf8.t) This changes the file format, so added format version number to file header Existing files which aren't cache files are not overwritten From: PAUSE [EMAIL PROTECTED] To: Peter Haworth [EMAIL PROTECTED] Subject: CPAN Upload: P/PM/PMH/Cache-Mmap-0.07.tar.gz Date: Tue, 17 Jun 2003

Re: [OT] Better Linux server platform: Redhat or SuSe?

2002-07-03 Thread Peter Haworth
ever gets bigger. -- Peter Haworth [EMAIL PROTECTED] We don't care how they do it in New York.

Re: Commercial use of mod_perl / modules]

2002-07-01 Thread Peter Haworth
On 29 Jun 2002 01:46:00 +0400, Ilya Martynov wrote: On Fri, 28 Jun 2002 16:38:25 -0500, Stephen Clouse [EMAIL PROTECTED] said: SC On Fri, Jun 28, 2002 at 01:09:21PM +0100, Peter Haworth wrote: The GPL doesn't restrict use, only distribution. SC I believe you need to read it again

[ANNOUNCE] Cache::Mmap 0.04

2001-12-31 Thread Peter Haworth
, and updating underlying data, if necessary. -- Peter Haworth [EMAIL PROTECTED] I don't know what kinds of evil I've done in the past. I don't even want to know. I just want that evil to carry on having its good effects -- Damian Conway on his use of pack/unpack/vec

[ANNOUNCE] Cache::Mmap 0.03

2001-12-28 Thread Peter Haworth
since version 0.01 Fixed serious bug in read(), which didn't update the current bucket content size when expiring entries. This caused infinite loops in _find() and _insert(), which have also been fixed, should anything else ever go wrong in a similar way -- Peter Haworth

[ANNOUNCE] HTML::StickyForms 0.05

2001-06-18 Thread Peter Haworth
attribute to checkbox_group()/radio_group()/select() The uploaded file HTML-StickyForms-0.05.tar.gz has entered CPAN as file: $CPAN/authors/id/P/PM/PMH/HTML-StickyForms-0.05.tar.gz size: 5663 bytes md5: 18406762bcd4657064ce7f026ee93adb -- Peter Haworth [EMAIL PROTECTED

[ANNOUNCE] Cache::Mmap 0.02

2001-06-07 Thread Peter Haworth
Request entered by: PMH (Peter Haworth) Request entered on: Thu, 07 Jun 2001 17:26:01 GMT Request completed: Thu, 07 Jun 2001 17:26:57 GMT Virtually Yours, Id: paused,v 1.74 2001/05/20 14:59:52 k Exp k -- Peter Haworth [EMAIL PROTECTED] `I wouldn't quite call it mark

Re: Lightweight CGI.pm for PerlHandlers

2001-05-21 Thread Peter Haworth
in combination with Apache::Request will generate form elements. You'll have to do the other elements yourself, though. -- Peter Haworth [EMAIL PROTECTED] This seems dangerously close to COBOL, something difficult to argue in favor of. -- Tom Christiansen

RE: dynamic vs. mostly static data

2000-11-03 Thread Peter Haworth
tells me where, I'd be happy to RTFM. Ask me if you need more info. -- Peter Haworth [EMAIL PROTECTED] "Writing for a penny a word is ridiculous. If a man really wants to make a million dollars, the best way would be to start his own religion." -- L. Ron Hubbard

[ANNOUNCE] Cache::Mmap 0.01

2000-09-20 Thread Peter Haworth
entries to be stored manually, with the option of updating the original data store (writethrough or write-on-demand). You can find it at $CPAN/authors/id/P/PM/PMH/Cache-Mmap-0.01.tar.gz I'm giving a talk about the module at yapc::Europe this weekend. -- Peter Haworth [EMAIL PROTECTED] &q

[ANNOUNCE] HTML-StickyForms-0.03.tar.gz

2000-08-30 Thread Peter Haworth
Message --- From: [EMAIL PROTECTED] To: "Peter Haworth" [EMAIL PROTECTED], [EMAIL PROTECTED] Sent: Wed, 30 Aug 2000 12:05:14 +0200 Subject: CPAN Upload: P/PM/PMH/HTML-StickyForms-0.03.tar.gz The uploaded file HTML-StickyForms-0.03.tar.gz has entered CPAN as file: $CPAN/authors/i

ANNOUNCE: HTML::StickyForms 0.02

2000-06-27 Thread Peter Haworth
file HTML-StickyForms-0.02.tar.gz has entered CPAN as file: $CPAN/authors/id/P/PM/PMH/HTML-StickyForms-0.02.tar.gz size: 4716 bytes md5: c2c216faba385af3186a3e5d83923700 No action is required on your part Request entered by: PMH (Peter Haworth) Request entered on: Tue, 27 Jun 2000 13:42

Re: my param

2000-06-23 Thread Peter Haworth
foreach(@array){ @{$params{$_}}=param($_); } # Now, instead of print @whatever, do this: print @{$params{whatever}}; } -- Peter Haworth [EMAIL PROTECTED] "C++ gives me the willies. Physical willies. I take medication for it." -- Kurt Starsinic on p6p

[ANNOUNCE] HTML::StickyForms 0.01

2000-06-15 Thread Peter Haworth
-0.01.tar.gz has entered CPAN as file: $CPAN/authors/id/P/PM/PMH/HTML-StickyForms-0.01.tar.gz size: 2804 bytes md5: a52d669328840c0314309d3e615a540a No action is required on your part Request entered by: PMH (Peter Haworth) Request entered on: Thu, 15 Jun 2000 13:49:15 GMT Request completed

Re: Form generation libraries

2000-05-25 Thread Peter Haworth
On 24-May-00 at 18:50, Jeffrey W. Baker ([EMAIL PROTECTED]) wrote: On Wed, 24 May 2000, Peter Haworth wrote: Jeffrey W. Baker wrote: On Wed, 24 May 2000, Peter Haworth wrote: Jeffrey W. Baker wrote: myInput = hfTextInputNew(); myInput-addAttr(myInput, "name", &

Re: Form generation libraries

2000-05-24 Thread Peter Haworth
Jeffrey W. Baker wrote: On Wed, 24 May 2000, Peter Haworth wrote: Jeffrey W. Baker wrote: myInput = hfTextInputNew(); myInput-addAttr(myInput, "name", "first_name"); myInput-addAttr(myInput, "value", "Jeffrey"); printf("%s\n", my

Re: RFC: Apache::Request::Forms (or something similar)

2000-05-23 Thread Peter Haworth
brian moseley wrote: On Mon, 22 May 2000, Peter Haworth wrote: In light of the non-dependency on mod_perl, the Apache::Request::Form name is also out. I'd still rather not use the CGI::Form name, in case there are any current users whose interface would change, which is a shame

Re: RFC: Apache::Request::Forms (or something similar)

2000-05-18 Thread Peter Haworth
after all, and reusing the CGI::Form name makes it look more general than it really is, not to mention any strange version skew effects CPAN.pm might introduce when people try to install things. -- Peter Haworth [EMAIL PROTECTED] "Where a computer like the ENIAC is equipped with 18,0

RFC: Apache::Request::Forms (or something similar)

2000-05-17 Thread Peter Haworth
requests. -- Peter Haworth [EMAIL PROTECTED] "We're sorry. The brain you have mailed has been disconnected or is no longer in service. Please re-check the address and send your message again. If you feel you have reached this recording in error, JUST STOP CREATING EVIL PUNCTU

Re: RFC: Apache::Request::Forms (or something similar)

2000-05-17 Thread Peter Haworth
Autarch wrote: On Wed, 17 May 2000, Peter Haworth wrote: Drew Taylor and I are about to write a subclass of Apache::Request which includes form element generation methods, a la CGI.pm. The current favourite name is Apache::Request::Forms, but we'd like to know if anyone has a better

Re: Newbie Question -

2000-05-09 Thread Peter Haworth
for yourself though. Plus you get to restrict the API to one style which makes your code much simpler and faster than CGI.pm -- Peter Haworth [EMAIL PROTECTED] "Psychos do not explode when sunlight hits them. I don't give a f**k how crazy they are." -- Seth Gecko,

Re: Caching DB queries amongst multiple httpd child processes

2000-02-03 Thread Peter Haworth
by an arbitrary number of processes. Unfortunately, it's not publically available yet, but I hope to get it released soon. -- Peter Haworth [EMAIL PROTECTED] "The warts in a language tend to be more orthogonal than the features" -- Larry Wall, at the Perl Conference 2.0

Re: squid performance

2000-01-25 Thread Peter Haworth
free for my new use. This would also remove some of the confusion about what it actually does. -- Peter Haworth [EMAIL PROTECTED] "Save the whales. Feed the hungry. Free the mallocs."

Re: eval'ed Apache::Session tie panics with POPSTACK?

1999-10-20 Thread Peter Haworth
Apache::Session, so I don't know how you can avoid the call to croak. -- Peter Haworth [EMAIL PROTECTED] "I think that's very legible. If you don't, you need to read more perl." -- Tom Christiansen