CORE::format() and CORE::write() under 5.6.x

2001-04-22 Thread Stas Bekman
There is this entry in the guide: The interface to file handles which are linked to variables with Perl's tie() function is not yet complete. The format() and write() functions are missing. If you configure Perl with Csfio, write() and format() should work just fine. Is this still

Re: Fast DB access

2001-04-22 Thread Murali V
We fully support this view. Why Databases... just read this mail. There are only 2 tracks a) Totally off-track discussing oracle. b) Other track making us defend our benchmarks.(Wish we had not used the word benchmark) People are saying either this benchmark is bad or all benchmarks are

Re: Fast DB access

2001-04-22 Thread Murali V
Hi, We've continuing this discussions Reponses to queries raised in the last 24 hours. WIM Could you post the SQL statements used to create the tables as well? See our posting on April 17th. Our attachments have the create table sql too. CLAYTON [drfrog]$ perl fast_db.plCLAYTON

Re: Must restart Apache when any .pm changes?

2001-04-22 Thread Dave Rolsky
On Sat, 21 Apr 2001, Steve Leibel wrote: I believe the way this works is that the first time any Apache child process sees "use Foo" that is the version of Foo.pm that will be used by that process. No subsequent "use Foo" within components will have any effect during the life of that Apache

Re: Must restart Apache when any .pm changes?

2001-04-22 Thread Issac Goldstand
man Apache::StatINC Issac Internet is a wonderful mechanism for making a fool of yourself in front of a very large audience. --Anonymous Moving the mouse won't get you into trouble... Clicking it might. --Anonymous PGP Key 0xE0FA561B - Fingerprint: 7E18 C018 D623 A57B 7F37 D902 8C84

Apache::AuthDBI

2001-04-22 Thread Christian Heiss
Hi, I’m using Apache::AuthDBI to verifying the users on my web site. I can connect to thethe protected site, but there is a output in the error log:

Re: Initializing CGI Object from $r

2001-04-22 Thread Mark Maunder
Hi, CGI accepts filehandles, hashref's, manually typed query string and another CGI object. (type 'perldoc CGI'). You don't want to pass it any of these because they're mainly used for debugging. Just create an instance of CGI without passing it any params. Since you're writing a handler I

Cookies in PerlAccessHandlers

2001-04-22 Thread Alec Smith
In a PerlAccessHandler I have code similar to the following: sub handler { my $r = shift; my ($cgi, $cookie); use CGI; $cgi = new CGI; $cookie = $cgi-cookie(-name = 'test'); # For debugging only open(TEST, "/tmp/accesstest"); flock(TEST,2); print TEST

Perl Config for VirtualHosts

2001-04-22 Thread Steven Vetzal
Hi Folks, I've been grappling with this for a while, and was wondering if anyone could help me out... I'm trying to set up a series of VirtualHost sections in httpd.conf using Perl. I want to set the PerlHandler for the VirtualHost to "perl-script", but I want to define several Location

Must restart Apache when any .pm changes?

2001-04-22 Thread Steve Leibel
I'm experimenting with using Perl modules (.pm files) underneath Mason components. As far as I can see, the only way to guarantee that changes made in the .pm are seen by the Mason code is to restart Apache whever the .pm file changes. This is true whether the "use" statement is in

Re: Fast DB access

2001-04-22 Thread Murali V
Hi, If you read the code more deeply, you'll find that the timeit is only wrapped around select and not around insert. We've written the insert code so that in the first round you can populate the database. You comment out the insert code after the first round and run the benchmark several

sighandler restoration under 5.6.x

2001-04-22 Thread Stas Bekman
Another perl 5.6.x question: According to http://theoryx5.uwinnipeg.ca/cgi-bin/guide-filter?page=debug/Debugging_Signal_Handlers_SIG_.html;query=ALRM;match=and;where=all;stem=no Perl does not restore the original Apache C handler when you use the local $SIG{FOO} clause under mod_perl (mod_perl

Re: Must restart Apache when any .pm changes?

2001-04-22 Thread Kee Hinckley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 At 5:36 AM +0200 4/22/01, Issac Goldstand wrote: man Apache::StatINC Issac Apache::Reload seems better. But if you have "use lib" statements in your code you'll need some patches to it that I don't believe have been released yet. - -- Kee

Re: Must restart Apache when any .pm changes?

2001-04-22 Thread Matt Sergeant
On Sun, 22 Apr 2001, Kee Hinckley wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 At 5:36 AM +0200 4/22/01, Issac Goldstand wrote: man Apache::StatINC Issac Apache::Reload seems better. But if you have "use lib" statements in your code you'll need some patches to it that I

Re: Perl Config for VirtualHosts

2001-04-22 Thread Nikolaus Rath
* Steven Vetzal [EMAIL PROTECTED] wrote: Location= [ "/ext" = { SetHandler = "default-handler" } ], ^ ^ Shouldn't this be { .. }? --_=_NextPart_001_01C0CADA.7F31E412 Content-Type: text/html;

Re: Apache::AuthDBI

2001-04-22 Thread Edmund Mergl
Christian Heiss wrote: and my .htacces is: --- PerlModule Apache::AuthDBI AuthName "something else" ... how does your startup.pl look like ? The configuration 'PerlModule

ANNOUNCE: Apache::Reload 0.07

2001-04-22 Thread Matt Sergeant
This is a minor update as promised with some patches from a couple of sources to help reload when "use lib" is in effect. Let me know if it works (or doesn't) please. -- Matt/ /||** Founder and CTO ** ** http://axkit.com/ ** //||** AxKit.com Ltd ** ** XML

unsuscribe

2001-04-22 Thread ka0z
unsuscribe --- Este mensaje fue enviado mediante Web E-mail de MegaRed INTERNET POR CABLE http://www.megared.net.mx

Re: [OT] Re: Fast DB access

2001-04-22 Thread Murali V
Thanks for pointing out the mistake in postgres. Your Advice makes lots of sense. V Murali - Original Message - From: Cees Hek [EMAIL PROTECTED] To: Murali V [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, April 20, 2001 1:45 AM Subject: [OT] Re: Fast DB access On Thu, 19 Apr

[job] need a perl guru?

2001-04-22 Thread Ivan Kohler
mod_ and regular flavours. http://420.am/~ivan/resume.html -- meow _ivan

Patches for perl 5.6.1, Apache and modperl for the AIX 4.3 native dlopen

2001-04-22 Thread Jens-Uwe Mager
PGP message