unsubscribe modperl

2000-11-10 Thread Dr. Gerhard Johannsen
unsubscribe modperl

Re: pre-loaded modules on Solaris

2000-11-10 Thread barries
On Thu, Nov 09, 2000 at 04:24:31PM -0800, Bill Moseley wrote: And here's comparing the totals returned by the pmap program that should detail shared and private memory (according to the paper cited above). Address Kbytes Resident Shared Private -- -- ---

Re: Building a ModPerl ISP for you!

2000-11-10 Thread barries
On Thu, Nov 09, 2000 at 10:12:10PM -0800, Joshua Chamas wrote: It would likely begin with our first cluster built out in California in the next year - year + 1/2, and grow on from there. Many thanks for your help. Cool. Best of luck. 1. How many dynamic web requests do you serve per

Re: database access

2000-11-10 Thread Tim Sweetman
Perrin Harkins wrote: On Thu, 9 Nov 2000, Tim Sweetman wrote: Apache::DBI is, as far as I know, dangerous, and people rarely seem to warn of this. It's no more dangerous than any other scheme for persistent connections, like JDBC pooling, etc. It's dangerous because: (a) Although

ApacheDBI persistant connections

2000-11-10 Thread Tamas
I have a problem with persistant connections from my PerlAuthHandler. If you request a page, then I get 2 persistant connections to the database. The quickly become sleeping connections. Fine so far. Wait around 30 seconds and then refresh the page. And get another 2 sleeping connections.

RE: ApacheDBI persistant connections

2000-11-10 Thread Geoffrey Young
-Original Message- From: Tamas [mailto:[EMAIL PROTECTED]] Sent: Friday, November 10, 2000 7:03 AM To: mod perl Subject: ApacheDBI persistant connections I have a problem with persistant connections from my PerlAuthHandler. If you request a page, then I get 2 persistant

Re: Fast DB access

2000-11-10 Thread Bill Moseley
At 09:20 PM 11/09/00 +, Tim Bunce wrote: On Thu, Nov 09, 2000 at 08:27:29PM +, Matt Sergeant wrote: On Thu, 9 Nov 2000, Ask Bjoern Hansen wrote: If you're always looking stuff up on simple ID numbers and "stuff" is a very simple data structure, then I doubt any DBMS can beat

Re: pre-loaded modules on Solaris

2000-11-10 Thread Bill Moseley
At 06:11 AM 11/10/00 -0500, barries wrote: Address Kbytes Resident Shared Private -- -- --- total Kb 24720 227203288 19432 pre-loaded modules total Kb 14592 1297630969880 not pre-loaed modules. Stupid question, probably, but when

ASP Editor

2000-11-10 Thread Differentiated Software Solutions Pvt. Ltd
Hi, We are using Apache::ASP. Could anybody refer us to a decent windows based editor for this. We want an editor which will have syntax highlighting features for both ASP objects as well as perlscript. Thanks, Murali Differentiated Software Solutions Pvt. Ltd.176, Ground Floor, 6th

RE: pre-loaded modules on Solaris

2000-11-10 Thread John Hughes
At 06:11 AM 11/10/00 -0500, barries wrote: Address Kbytes Resident Shared Private -- -- --- total Kb 24720 227203288 19432 pre-loaded modules total Kb 14592 1297630969880 not pre-loaed modules. When looking at pmap it looks

Re: ASP Editor

2000-11-10 Thread Ruben I Safir
Why would you ask this on a mod perl mailing list? Use EMACS.

RE: ASP Editor

2000-11-10 Thread Chris Strom
Emacs, of course! Use it in conjunction with MMM Mode for Emacs (http://mmm-mode.sourceforge.net/). Get the latest version of Emacs for windows from http://www.gnu.org/software/emacs/windows/ntemacs.html or http://www.xemacs.org (my preference is for the former). -Original

Re: Dealing with spiders

2000-11-10 Thread Marko van der Puil
Hi, I had the same thing, sometimes the spiders are programmed VERY sloppy. I had a site that responed to ANY request made to its location. The mayoraty of spiders does not understand about single and double qoutes or if you leave quotes out of your HREF's at all. also I understand that absolute

Re: pre-loaded modules on Solaris

2000-11-10 Thread John Siracusa
On 11/10/00 10:15 AM, John Hughes wrote: A guess: When pmap says "shared" it means stuff that realy shared. I.E. it's not counting stuff that is marked copy-on-write, which is shared UNTIL YOU TRY TO MODIFY IT. Is there any way to measure the size of the shared copy-on-write pages on

Re: Fast DB access

2000-11-10 Thread Les Mikesell
I think it is at least to the point where commercial code would be released - free software never has any pressure to make claims of stability even when they can... A lot of places are using it in production just to avoid the possibility of a slow fsck after a crash, but it is enormously faster

Re: Dealing with spiders

2000-11-10 Thread Bill Moseley
At 03:29 PM 11/10/00 +0100, Marko van der Puil wrote: What we could do as a community is create spiderlawenforcement.org, a centralized database where we keep track of spiders and how they index our sites. It's an issue weekly, but hasn't become that much of a problem yet. The bad spiders could

[OT] www.modssl.org www.openssl.org mirrors?

2000-11-10 Thread B. Burke
Does anyone know mirror sites for these servers? It seems they are having troubles this morning. I asked the modssl-users list, but since the server seems to be having troubles, I'm not sure if my message got through. Thanks, Brian B. [EMAIL PROTECTED]

Re: Building a ModPerl ISP for you!

2000-11-10 Thread Stas Bekman
I'm the author of Apache::ASP, and a regular contributor to this list, but today I have something different! I am looking at building a high end ISP for the likes of modperlers, who just need a little more, and would like some of your feedback. Below is a survey that would be useful

Re: Dealing with spiders

2000-11-10 Thread Christoph Wernli
Bill Moseley wrote: At 03:29 PM 11/10/00 +0100, Marko van der Puil wrote: What we could do as a community is create spiderlawenforcement.org, a centralized database where we keep track of spiders and how they index our sites. At this point, I'd just like to figure out how to detect them

Strange messages in mod_perl enabled Apache

2000-11-10 Thread Ilya Martynov
Hi, Recently I've noticed strange lookin messages in error log of mod_perl Apache. It looks like: Backend sent D message without prior T unexpected character n following 'I' or sometimes like: Unknown protocol character '.' read from backend. (The protocol character is the first character

unsubscribe modperl

2000-11-10 Thread geetika . bansal
unsubscribe modperl

fixed length file database interface?

2000-11-10 Thread cbell
Hello everyone... Does anyone know of a database interface similar to DBD::CSV that works with text files with fixed length fields/records

Re: ASP Editor

2000-11-10 Thread Kee Hinckley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 At 5:37 PM +0530 11/10/00, Differentiated Software Solutions Pvt. Ltd wrote: Hi, We are using Apache::ASP. Could anybody refer us to a decent windows based editor for this. We want an editor which will have syntax highlighting features for both

RE: dynamic vs. mostly static data

2000-11-10 Thread Jason Liu
Is a package global var, such as %CACHE in the code below, persistent during the life of a child process? Does each child get a copy of %CACHE after the parent forks? Thanks, Jason i often do something like this where i allow each individual child process to cache it's data. i do something

Re: dynamic vs. mostly static data

2000-11-10 Thread barries
On Fri, Nov 10, 2000 at 10:46:03AM -0800, Jason Liu wrote: Is a package global var, such as %CACHE in the code below, persistent during the life of a child process? Yup. Does each child get a copy of %CACHE after the parent forks? For all intents and purposes, yes. Most OSs will mark those

unsubscribe modperl

2000-11-10 Thread Dan Oana
unsubscribe modperl

Re: database access

2000-11-10 Thread Perrin Harkins
On Fri, 10 Nov 2000, Tim Sweetman wrote: Would you be interested in adding support for resetting some of these to Apache::DBI? It's pretty easy to do, using PerlCleanupHandler like the auto-rollback does. It would be database-specific though, so you'd have to find a way for people to

Re: database access

2000-11-10 Thread Les Mikesell
Perrin Harkins wrote: On Fri, 10 Nov 2000, Tim Sweetman wrote: Would you be interested in adding support for resetting some of these to Apache::DBI? It's pretty easy to do, using PerlCleanupHandler like the auto-rollback does. It would be database-specific though, so you'd have

Re: database access

2000-11-10 Thread clayton cottingham
Les Mikesell wrote: Perrin Harkins wrote: On Fri, 10 Nov 2000, Tim Sweetman wrote: Would you be interested in adding support for resetting some of these to Apache::DBI? It's pretty easy to do, using PerlCleanupHandler like the auto-rollback does. It would be database-specific

Re:[OT] unsubscribe modperl

2000-11-10 Thread Paul
--- Dan Oana [EMAIL PROTECTED] wrote: unsubscribe modperl I've seen several of these for the past day or two, and was going to respond with instructions on how to go about unsubscribingand seem to have deleted mine. How do I go about getting another copy of list-command instructions? Paul

PerlSetEnv leaking outside its intended(?) scope

2000-11-10 Thread martin langhoff
hi list, I guess it has to do with my terrible ignorance, but I had always thought that PerlSetEnv placed inside a VirtualHost would be visible only inside that particular vhost. Re-reading the F***ing Manual (that is, The Guide), I find no clear evidence of this. So,

Re:[OT] unsubscribe modperl

2000-11-10 Thread G.W. Haywood
Hi Paul, On Fri, 10 Nov 2000, Paul wrote: How do I go about getting another copy of list-command instructions? You get them with every message. Look in the headers. 73, Ged.

Re: [OT] unsubscribe modperl

2000-11-10 Thread Kip Cranford
On: Fri, 10 Nov 2000 13:46:33 PST Paul wrote: --- Dan Oana [EMAIL PROTECTED] wrote: unsubscribe modperl I've seen several of these for the past day or two, and was going to respond with instructions on how to go about unsubscribingand seem to have deleted mine. How do I go about getting

Re: Fast DB access

2000-11-10 Thread Matthew Byng-Maddick
On Fri, 10 Nov 2000, Les Mikesell wrote: [ReiserFS] production just to avoid the possibility of a slow fsck after a crash, but it is enormously faster at creating and deleting files too because everything is indexed so it would be an ideal stash for fast changing session data. If you don't

Re: Fast DB access

2000-11-10 Thread clayton cottingham
Matthew Byng-Maddick wrote: On Fri, 10 Nov 2000, Les Mikesell wrote: [ReiserFS] production just to avoid the possibility of a slow fsck after a crash, but it is enormously faster at creating and deleting files too because everything is indexed so it would be an ideal stash for fast

problems installing mod_perl mod_ssl

2000-11-10 Thread B. Burke
I've tried installing mod_perl mod_ssl, following both the instructions at http://perl.apache.org/guide and the INSTALL.simple.mod_ssl file that comes with mod_perl-1.24. When I run the perl Makefile.PL for mod_perl, it keeps complaining that I need apache 1.3.0. I was able to install