Re: Memory explodes loading CSV into hash

2002-04-28 Thread Jeffrey Baker
On Sun, Apr 28, 2002 at 05:18:24PM +0200, Ernest Lergon wrote: Hi, in a mod_perl package I load a CSV file on apache startup into a simple hash as read-only class data to be shared by all childs. A loading routine reads the file line by line and uses one numeric field as hash entry

Re: ASP Cookieless Sessions (WAS Re: Apache::ASP)

1999-12-07 Thread Jeffrey Baker
_ Joshua Chamas Chamas Enterprises Inc. NodeWorks free web link monitoring Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051 -- Jeffrey Baker * [EMAIL PROTECTED]

Re: installation problems

1999-11-24 Thread Jeffrey Baker
"Jesús Mª Lasso Sánchez" wrote: hi: I'm working with linux servers based on RedHat 6.0 with Apache 1.3.9. My problem is when compile the mod_perl module before to install Apache. More exactly when i'm doing: perl Makefile.PL it produces this error when is creating the makefile:

Where to start with mod_perl (was Re: Flaky software)

1999-11-23 Thread Jeffrey Baker
Glen Lee Edwards wrote: I'm brand new to the list, so I thought I'd better ask a question before making another post: What is the specific purpose/slant of this list? Is it a developer's list? A general list to help those running Mod Perl? Are only programming geniuses allowed to

Re: Perl Domination in CGI Programming

1999-11-03 Thread Jeffrey Baker
Stas Bekman wrote: [slashdot summary snipped] Well, if the trend continues we ought to learn Java some day :) Ha! Well they are going to have to make JServ operable at some point if they want to replace Perl. Seriously, could they make their configuration process more opaque? I went to the

Re: Checking for valid dates

1999-11-02 Thread Jeffrey Baker
"Tubbs, Derric L" wrote: Is there a reasonably easy method to make sure that an entered date is valid, I.E. is not 30 Jan 99? I am using Time::Local to convert a date entered through an HTML form into the epoch offset (or whatever you call it) and would like to make sure that valid dates

Re: mod_perl 2.21 segmentation fault

1999-11-02 Thread Jeffrey Baker
glibc 2.0.7 ^^^ Maybe you should consider upgrading to a non-experimental libc. Aside from that, I have no clue. I know dozens of people who use this same setup, and they all work out fine. Did you compile everything together yourself? What happense when you remove mod_perl or

Re: Failing to reconnect after Oracle shutdown abort (Apache::DBI)

1999-11-02 Thread Jeffrey Baker
Greg Stark wrote: *** From dbi-users - To unsubscribe, see the end of this message. *** *** DBI Home Page - http://www.symbolstone.org/technology/perl/DBI/ *** Tim Bunce [EMAIL PROTECTED] writes: On Mon, Nov 01, 1999 at 09:01:48PM +, Tim Bunce wrote: Has anyone

Re: Apache::Session and File Upload (Was: Apache::Session hangs script)

1999-10-21 Thread Jeffrey Baker
Kip Cranford wrote: Again, I'm using mod_perl 1.21, apache 1.3.9, Apache::Session 1.03, on a RedHat 6 linux system with perl 5.005_03, and am using Netscape Comm. 4.51 as my browser. The problem now seems to be Apache::Session and file uploads. My handler is providing a simple file

Re: Runaway processes

1999-10-21 Thread Jeffrey Baker
Joshua Chamas wrote: Mike Dameron wrote: We have several scripts using Apache::ASP and DBI, which return information from an Oracle database. The problem is that if I run a report that taken a long time (not sure how long but over 30 minutes) and the connection either times out or I

Re: please comment on new art for perl.apache.org

1999-10-11 Thread Jeffrey Baker
Alex Schmelkin wrote: 1. What browsers are different percentages of your user populations using? 2. What screen resolutions are different percentages of your user populations using? 3. What purpose will the site serve - simply providing information, or a

Re: Bug in libapreq makes form elements stick to an apache child

1999-01-17 Thread Jeffrey Baker
Cliff Rayman wrote: `perldoc -f defined` yields a couple of sentences: You may also use Cdefined() to check whether a subroutine exists, by saying Cdefined func without parentheses. On the other hand, use of Cdefined() upon aggregates (hashes and arrays) is not guaranteed to produce

Re: mod_perl on Apache 2.0

1999-01-02 Thread Jeffrey Baker
Matt Sergeant wrote: On Thu, 04 Nov 1999, Jeffrey Baker wrote: I'm assuming that Perl itself is reentrant, since it has been embedded in multithreaded environments before (IIS). Hopefully someone can comment on that. This work was based on PERL_OBJECT support, which is currently only

Re: Installation Problem with Apache::Session and Mason

1999-01-02 Thread Jeffrey Baker
[EMAIL PROTECTED] wrote: I'm having a problem setting up Apache::Session on one machine and not another, and I'm hoping that someone will recognize what I'm doing wrong. I'm using Mason to make the connection to the package when Apache starts up. On the problem server, the following