Re: Mod_perl vs mod_php

2000-12-12 Thread spam
Does anyone have any mod_perl vs. mod_php benchmarks? Given the fact you are the good programmer either would be about the same. If you can't program your way out of a paper bag, benchmarks won't help you. Benchmarks are for managers, are you the one? pavel

Re: mod_perl advocacy project resurrection

2000-12-10 Thread spam
On Sun, 10 Dec 2000, Gunther Birznieks wrote: I'm currently using the Tomcat at work, and I have to say that although I really love perl and mod_perl, there are real advantages to using java. Over the past couple of years that I've been mostly lurking on this list there have been a couple

RE: [certification]

2000-12-09 Thread spam
On Sat, 9 Dec 2000, Gunther Birznieks wrote: However, the fact is that their can be other distinguishing factors on a CV, but to ignore those factors INCLUDING certs is just stupid unless you have the luxury of only having some ridiculously low number of CVs to look at and can spend that

apache configuration error logging

2000-12-03 Thread spam
hi. Here is situation: 1. I have written Auth, Authz and redirect handlers for user control. They take in information from httpd file via PerlSetVar statement for configuration purposes. They also log information into error logs via $r-log_error 2. I have integrated them to protect certain

Re: HTTP Mod_Perl mini-server

2000-12-03 Thread spam
On 3 Dec 2000, Greg Stark wrote: Perrin Harkins [EMAIL PROTECTED] writes: On Fri, 3 Nov 2000, Vivek Khera wrote: Lately I've been getting very interested in using solid-state disks for high-performance issues. They're expensive, but if you need that much speed, they're worth it.

Re: i am looking for mod perl tutor

2000-11-23 Thread spam
On Wed, 22 Nov 2000, mohammed abdul bari wrote: Hi, I am looking for mod perl tutors. I have a pretty good knowledge of perl but just a lil bit about appache modules. I need some one who could spare a day or 2 with 1 or 2 hours a day to get me basics. I live in santa clara. Really if you

Re: [ANNOUNCE] HTTP::GHTTP

2000-11-21 Thread spam
On Tue, 21 Nov 2000, Matt Sergeant wrote: This is a bit off topic as its not specifically mod_perl, but I wrote it for use in a mod_perl environment, so I figure it will be useful to other people. HTTP::GHTTP is a lightweight HTTP client library based on the gnome libghttp library. It

Re: Apache::Registry vs. Handlers

2000-11-19 Thread spam
On Sun, 19 Nov 2000, E.S. wrote: All other things being equal, what's the general performance difference between writing your own handlers or using a templating system vs. using your scripts under Apache::Registry? I've been running my old CGI scripts under Apache::Registry for awhile now,

Re: learning for someone like me

2000-11-18 Thread spam
Ok, run to a book store NOW, and get O'Rielly's Eagle Book! Read it from core to the core and then post questions here, once you are done. Good luck, Pavel look @ http://perl.apache.org/guide - To unsubscribe, e-mail:

Re: [OT] Another *new* idea patented

2000-11-18 Thread spam
On Sat, 18 Nov 2000, Bill Moseley wrote: I know this is way off topic, but I couldn't resist. Sorry if this is old news. First Amazon figures out that cookies could be used for, (who would have guessed?), maintaining state between sessions and patenting the concept. What a new idea!

Re: compiling modperl on alpha

2000-11-17 Thread spam
On Fri, 17 Nov 2000, Jimi Thompson wrote: Try getting rid of Perl 5.6 and using 5.005. This has worked for me and for several other folks running other flavors of Unix. Weird, but compiled 5.6 perl with default options does not mesh well with mod_perl, however I run Mandrake Linux, and 5.6

Re: database access

2000-11-15 Thread spam
On Tue, 14 Nov 2000, Les Mikesell wrote: I wonder if Apache::DBI could figure out what connections are worth holding open by itself? It could have some hints in the config file like regexps to match plus a setting that would tell it not to make a connection persist unless it had seen x

Re: Microperl

2000-11-15 Thread spam
On Thu, 16 Nov 2000, Robin Berjon wrote: I know what you mean but this is MicroPerl, not Perl. I don't know how much difference it makes, but it's certainly smaller. I'm afraid I can't help with embedding it though. I like the idea, not just for rewrites (I'm quite happy with mod_rewrite

Re: [OT] mod_perl evangelism

2000-11-14 Thread spam
On Tue, 14 Nov 2000, Greg Cope wrote: Agreed. I've always thought that php had better "web support" in terms of "How to do this in php" or tutorials. mod_perl's lack of similar resources is not a bad thing. Stas was up to something similar with sourcegarden - do not know where

Re: Modperl conflicting with other modules

2000-11-13 Thread spam
On Mon, 13 Nov 2000, Yu Di wrote: Hi, the problem is, when I compile Mod_perl and PHP both as static with Apache, none of them can work. And what's worse, when they are both static, I can't access any HTML pages either, the error log is just the same as described in my former mail. What is

Re: Passing data structures between Stacked Handlers

2000-11-12 Thread spam
On Sun, 12 Nov 2000, Dave Kaufman wrote: Is there a module that can do "Stacked Handler Pipelining", but doesn't pass around tied filehandles but data structures ? Can't you allocate some generic namespace, or better yet, create your own package called config and in that export functions

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