Re: Fast DB access

2000-11-11 Thread Leon Brocard
Matt Sergeant sent the following bits through the ether: Note that Theo Schlossnagel was saying over lunch at ApacheCon that if your filename has more than 8 characters on Linux (ext2fs) it skips from a hashed algorithm to a linear algorithm (or something to that affect). So go careful

(OT) Semaphore/signalling question

2000-11-11 Thread Christian Jaeger
What's the best way to unlock several sister processes waiting for an event at once? I just want to tell "now it's ready, go on". An idea would be to use normal unix signals, but there are only 32 of them (aren't there?) and their management would be rather complicated. I'm looking for

Re: Dealing with spiders

2000-11-11 Thread ___cliff rayman___
Robin Berjon wrote: But on a related issue, I got several logfiles corrupted because I log user-agents there and some seem to use some unicode names that confuse Apache and convert to \n. Does anyone else have this problem ? I don't think it could lead to server compromission, but it's never

question on DBIx::Recordset PrevNextForm

2000-11-11 Thread conark
Is there any way to hide the form data that the DBIx::Recordset PrevNextForm function generates? i just noticed that if someone does a "view source," the user can view your db connection, username, password, etc. That doesn't seem very secure even though this is a pretty cool subroutine to

Passing data structures between Stacked Handlers

2000-11-11 Thread Thomas Klausner
Hi! Is there a module that can do "Stacked Handler Pipelining", but doesn't pass around tied filehandles but data structures ? If there isn't, could it be implemented by dumping the data structure to $r-notes (with Data::Dumper) and have it eval'ed back by the next handler? -- D_OMM

premature TCP termination

2000-11-11 Thread spam
Hi, I wonder if there is some sort of notification my module can receive if the user has terminated HTTP transaction(ie dowloading of a search result), by closing TCP link, or the Apache's connection has timed out... URLs, pointers would be excellent. Thanks, Pavel

Changing REMOTE_ADDR passing to a request.

2000-11-11 Thread Alson Wong
hello,I have a question here. There are 2 server, server A and server B.There are also 2 cgi files.access-ip.cgi store in server A. ip.cgi store in server B.The access-ip.cgi looks like this:#!/usr/bin/perlprint "Content-type: text/html\n\n";use

Re: Changing REMOTE_ADDR passing to a request.

2000-11-11 Thread barries
On Sun, Nov 12, 2000 at 11:07:59AM +0800, Alson Wong wrote: So, how do I pass/set the environment variable of REMOTE_ADDR from server A ? So that I can control the env of remote_addr at the server B ? Well, you could do it several ways. The "normal" way is to set a header in the request

Re: unsubscribe modperl

2000-11-11 Thread Asaf Klibansky
unsubscribe modperl - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, November 10, 2000 6:18 PM Subject: unsubscribe modperl unsubscribe modperl

cvs commit: modperl-site/embperl Changes.pod.1.html

2000-11-11 Thread richter
richter 00/11/11 05:28:50 Modified:embperl Changes.pod.1.html Log: Embperl Webpages - Changes Revision ChangesPath 1.184 +3 -1 modperl-site/embperl/Changes.pod.1.html Index: Changes.pod.1.html