[JOB] Senior Perl Engineer, MP focus

2005-07-01 Thread Matthew Berk
[EMAIL PROTECTED] All applicants will be asked to submit code samples. Thanks, Matthew Berk CTO, Open List, Inc. It takes strong Perl to discover great pearls.

Apache2::Status, B::TerseSize

2005-05-11 Thread Matthew Berk
Trying to track down a bit o' memory bloat using the Symbol Table dump in /perl-status and B::TerseSize. Running into some problemsError: [Wed May 11 15:38:54 2005] [error] [client ::1] Use of uninitialized value in length at /Library/Perl/5.8.6/darwin-thread-multi-2level/Apache2/Status.pm line

[JOB] Senior MP, Perl Engineer(s)

2005-03-02 Thread Matthew Berk
http://www.openlist.com/ Job details:http://www.openlist.com/about/jobs.htm Inquiries: [EMAIL PROTECTED] (please send resume, cover letter) Thanks, Matthew Berk Co-Founder and C.T.O. Open List, Inc. It takes strong Perl to discover great pearls.

Re: contention for require()'d code library

2005-02-10 Thread Matthew Berk
overhead for recompilation. Again, the case was: - registry script foo.pl - registry script bar.pl - library lib.pl - both scripts require() the library Best, Matthew On Feb 8, 2005, at 11:52 AM, Joe Schaefer wrote: Matthew Berk <[EMAIL PROTECTED]> writes: Apologies in advance for the conc

preferred LB methods

2005-02-10 Thread Matthew Berk
Folks, Am fresh off the chapters dealing with load balancing in Practical mod_perl, but wanted to ask if folks have had any success using LVS in lieu of the recommended Squid or if anyone's had any success with other OS projects like Balance. Personally, I'm used to shelling out for Cisco,

contention for require()'d code library

2005-02-08 Thread Matthew Berk
Apologies in advance for the conceptual nature of this inquiry. I have two chunks of code that are being run as separate scripts under Registry. Both are using require() (I know, I know) to pull in a library of subroutines. The behavior I'm seeing, which is quite odd, is that without warning, on

Re: compile problems

2004-12-20 Thread Matthew Berk
AM, Matthew Berk wrote: Apologies if I'm posting in the wrong place, but here goes: AMD Opteron, Suse 9.1, perl 5.8.6, Apache 2.0.52, mod_perl 1.99_17 Apache compiles fine. When compiling mod_perl, I execute "/usr/local/bin/perl Makefile.PL MP_APXS=/usr/local/apache2/bin/apxs" and

compile problems

2004-12-17 Thread Matthew Berk
Apologies if I'm posting in the wrong place, but here goes: AMD Opteron, Suse 9.1, perl 5.8.6, Apache 2.0.52, mod_perl 1.99_17 Apache compiles fine. When compiling mod_perl, I execute "/usr/local/bin/perl Makefile.PL MP_APXS=/usr/local/apache2/bin/apxs" and then make, and get: /usr/lib64/gcc-l

if-modified-since

2004-12-12 Thread Matthew Berk
Does anyone have any code snippets demonstrating the generation of an if-modified-since header from within a mod_perl script? Using apache2/mod_perl on redhat. We process templates using text::template, and generate our own content-type header, but from what I can tell, apache doesn't prepend t

mod_perl and 64-bit linux

2004-12-01 Thread Matthew Berk
I am considering upgrading to a 64-bit Opteron-based machine running RH linux. Using perl 5.8, apache 2, mod_perl. Has anyone run into any problems running their mod_perl applications on a 64-bit box with a 64-bit linux OS? Thanks in advance, Matthew -- Report problems: http://perl.apache.org/b