Re: Memory explodes loading CSV into hash

2002-04-29 Thread Stas Bekman
of mod_perl the memory usage pattern is different I'd suggest using Apache::Status. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL

Re: problems on OS X

2002-04-28 Thread Stas Bekman
Ken Williams wrote: On Sunday, April 28, 2002, at 01:47 PM, Stas Bekman wrote: Ken, CWD.pm, has always suffered from taint problems. This problem has been fixed in the bleadperl, try this patch: --- /tmp/Cwd.pmSun Apr 28 11:44:38 2002 +++ /home/stas/perl.org/perl-5.6.1/lib/Cwd.pm

Re: problems on OS X

2002-04-28 Thread Stas Bekman
Ken Williams wrote: On Sunday, April 28, 2002, at 04:48 PM, Stas Bekman wrote: it does solve the problem on linux. Ken, can you test the bleadperl? This fix was applied as a solution. If `pwd` doesn't work for you, that sucks! Meaning that the problem wasn't fixed in bleadperl :( Can

Re: Memory explodes loading CSV into hash

2002-04-28 Thread Stas Bekman
experiment with a very small data set and look at how much memory each record takes. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL

Re: cvs commit: modperl-docs/tmpl/custom/html download_linkpage_toc_section

2002-04-27 Thread Stas Bekman
Per Einar Ellefsen wrote: At 19:59 27.04.2002, Stas Bekman wrote: Don't misunderstand: when i said TOC I meant the list of links on the front page etc. have you checked the front page on perl.apache.org? These lists aren't generated with ul but with various dl inside a div class=toc. I

Re: problems on OS X

2002-04-27 Thread Stas Bekman
submitting it to Sarathy for 5.6.2. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com

Re: problems on OS X

2002-04-27 Thread Stas Bekman
Stas Bekman wrote: Ken Williams wrote: ... Ken, CWD.pm, has always suffered from taint problems. This problem has been fixed in the bleadperl, try this patch: --- /tmp/Cwd.pmSun Apr 28 11:44:38 2002 +++ /home/stas/perl.org/perl-5.6.1/lib/Cwd.pmFri Sep 14 17:09:10 2001 @@ -89,7

Re: Apache::VMonitor problem

2002-04-26 Thread Stas Bekman
Richard Titmuss wrote: Stas Bekman wrote: Richard Titmuss wrote: Hi, I am trying to setup Apache::VMonitor on a mod-perl enabled server. The page is returned OK but some of the information seem corrupt. The following is an example of the output which I get: ##PID M Elapsed

Re: Apache::VMonitor problem

2002-04-25 Thread Stas Bekman
in the extended mode? Id not it's an apache problem. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http

Re: Apache::OK error

2002-04-25 Thread Stas Bekman
released for real. So you can benefit from all the fixes reported since the release and new developments. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org

the cookbook review on perl.com

2002-04-25 Thread Stas Bekman
For a nice review of the latest and the greatest mod_perl cookbook head to perl.com: http://www.perl.com/pub/a/2002/04/25/review.html (by Simon Cozens) __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http

Re: Apache::OK error

2002-04-25 Thread Stas Bekman
__ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http

Re: Installing mod_perl 1.26 - URI::URL error

2002-04-23 Thread Stas Bekman
in advance ... Einar -- __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http

Re: SOLVED: Problem using Perl Modules under mod_perl

2002-04-23 Thread Stas Bekman
::netContestConfig. (whereas MyProjectName, is the name of your project :) __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED

Re: two distinct installations

2002-04-23 Thread Stas Bekman
. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

Re: SOLVED: Problem using Perl Modules under mod_perl

2002-04-23 Thread Stas Bekman
/perl.html#use_require_do_INC_and perldoc -f use perldoc -f require -- __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http

Re: startup for Apache 2.0/mod_perl 1.99

2002-04-23 Thread Stas Bekman
; print $q-header, $q-start_html(), 'Hello', $q-end_html(); __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED

Re: Installing mod_perl 1.26 - URI::URL error

2002-04-23 Thread Stas Bekman
[...] -- Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com The patch

Re: startup for Apache 2.0/mod_perl 1.99

2002-04-23 Thread Stas Bekman
. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http

Re: startup for Apache 2.0/mod_perl 1.99

2002-04-23 Thread Stas Bekman
to the http.conf. This makes it stop quicker and use a whole lot less memory. Also, the error at the browser comes back faster. Why did you have it set to 250 in first place? For testing set it to just a few to have the minimal overhead. __ Stas

Re: Problem using Perl Modules under mod_perl / PerlSetVar not working

2002-04-22 Thread Stas Bekman
. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

Re: mod_perl installation on Win32

2002-04-22 Thread Stas Bekman
. -- __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

Re: startup for Apache 2.0/mod_perl 1.99

2002-04-22 Thread Stas Bekman
(for 2.0 wasn't ported yet, and available for those seeking interesting challenges) __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL

Re: Problem using Perl Modules under mod_perl / PerlSetVar not working

2002-04-21 Thread Stas Bekman
/porting.html#Name_collisions_with_Modules_and_libs __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http

Re: Problem using Perl Modules under mod_perl / PerlSetVar not working

2002-04-21 Thread Stas Bekman
PerlSendHeader Off allow from all /Location doesn't work any better... As the folks said you need to use $r-dir_config if you want to pull the Location specific value. -- __ Stas BekmanJAm_pH -- Just Another

Re: mod_perl/apache: unreferenced scalar seg fault (?)

2002-04-20 Thread Stas Bekman
/dst_html/docs/1.0/guide/help.html#How_to_Report_Problems -- __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http

Re: Problem using Perl Modules under mod_perl

2002-04-19 Thread Stas Bekman
. -- __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http

Re: PDF generation

2002-04-19 Thread Stas Bekman
). I use html2ps for generating PS files (used for generating the mod_perl guide's pdf). __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto

Re: Compiling mod_perl 1.99 on Solaris 8

2002-04-18 Thread Stas Bekman
/preview/modperl-docs/dst_html/docs/2.0/user/help/help.html#Reporting_Problems __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED

Re: Problem Installing mod_perl + mod_ssl in Solaris 8 - Please H elp !

2002-04-18 Thread Stas Bekman
configured mod_perl, which wiped off the modperl config. See if you didn't mess up with the order of things. You should have a Makefile and a bunch of modperl files in src/modules/perl after you run 'perl Makefile ...' __ Stas Bekman

Re: Redhat 7.2 glibc update causes problems with Apache::Cookie?

2002-04-18 Thread Stas Bekman
the sources? perl -MCPAN -eshell cpan install Apache::Cookie __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org

PREANNOUNCE: modperl banners project

2002-04-17 Thread Stas Bekman
appreciated! __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http

Re: Problem Installing mod_perl + mod_ssl in Solaris 8 - Please Help !

2002-04-17 Thread Stas Bekman
the exact steps described here: http://perl.apache.org/preview/modperl-docs/dst_html/docs/1.0/guide/install.html#mod_perl_and_mod_ssl___openssl_ it seems like you've messed some of these __ Stas BekmanJAm_pH -- Just

Re: PREANNOUNCE: modperl banners project

2002-04-17 Thread Stas Bekman
:) __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org

Re: compiling modperl2 debug pb

2002-04-16 Thread Stas Bekman
is not really working yet on winfu. I didn't know that. -- __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http

Re: Looking for more information...

2002-04-16 Thread Stas Bekman
busy for a long long time if you didn't read it yet. What else do you need? There are two mod_perl books that you may wish to purchase and read, see the links on the site. __ Stas BekmanJAm_pH -- Just Another mod_perl

Re: Looking for more information...

2002-04-16 Thread Stas Bekman
it? You will also get a lot of help this way. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http

Re: Sharing Variable Across Apache Children

2002-04-16 Thread Stas Bekman
#Sharing_variables_between_processes This section needs work. Can anybody help me improve this section? Thanks! __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org

Re: bug: calling setlocale(LC_ALL,name of any locale with utf8 charset)more than once crashes httpd with mod_perl

2002-04-15 Thread Stas Bekman
(Unix) mod_perl/1.26_01-dev but the non-cvs version should probably work the same way. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL

Re: Mod_perl slower than mod_cgi, Please Help!

2002-04-15 Thread Stas Bekman
. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

Re: Apache::ServerUtil pb in modperl2

2002-04-15 Thread Stas Bekman
on please use the info at: http://perl.apache.org/preview/modperl-docs/dst_html/docs/1.0/guide/help.html#How_to_Report_Problems __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide

Re: How to report problems with modperl 2.0

2002-04-15 Thread Stas Bekman
Stas Bekman wrote: At this time some people will try to run incorrect versions of Apache and mod_perl and this will cause to most of your problems. So before we attempt to answer your questions, you have to tell us what versions you were using. Therefore: Whenever you have a problem

Re: Mod_perl slower than mod_cgi, Please Help!

2002-04-15 Thread Stas Bekman
://perl.apache.org/guide/install.html#How_can_I_tell_whether_mod_perl_ Also see this section: http://perl.apache.org/guide/performance.html#Configuration_Tuning_with_Apache __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http

Re: mod_perl memory

2002-04-15 Thread Stas Bekman
://perl.apache.org/guide/performance.html#Measuring_the_Memory_Usage_of_Su -- __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http

Re: Mod_perl slower than mod_cgi, Please Help!

2002-04-15 Thread Stas Bekman
__ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

Re: Found a sprintf() bug inPerl 5.6.1 (and mod_perl)

2002-04-15 Thread Stas Bekman
and POSIX::ceil functions will serve you better than will int(). this explains the problem. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http

Re: bug: calling setlocale(LC_ALL,name of any locale with utf8 charset)more than once crashes httpd with mod_perl

2002-04-14 Thread Stas Bekman
source distro. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http

Re: DSO on Solaris - child dies with seg fault

2002-04-14 Thread Stas Bekman
#How_to_Report_Problems __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http

Re: DSO on Solaris - child dies with seg fault

2002-04-13 Thread Stas Bekman
test has gone through w/o any errors) See if it helps you:http://perl.apache.org/guide/install.html#When_DSO_can_be_Used __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide

Re: Mem usage of modules

2002-04-12 Thread Stas Bekman
- is that means they were loaded into memoey twice yes http://perl.apache.org/guide/performance.html#Be_Careful_with_Symbolic_Links (in fact all the auk_ scripts are sym links to the same script auk) ? Thanks Pawel -- __ Stas

Re: alarms

2002-04-11 Thread Stas Bekman
Damyan Ivanov wrote: On Thu, Apr 11, 2002 at 12:30:53AM +0800 Stas Bekman wrote: mire wrote: I wish to know 2 things about mod_perl 1) what happens when you set an alarm for lets say 30 seconds and the request finishes in 20 ? Since apache child is very likely still alive is mod_perl too

Re: Apache::ServerUtil pb in modperl2

2002-04-11 Thread Stas Bekman
631 __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http

Re: How to reload PERL module in all Apache children

2002-04-11 Thread Stas Bekman
. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http

Re: How to reload PERL module in all Apache children

2002-04-11 Thread Stas Bekman
. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

Re: [Fwd: Re: How to reload PERL module in all Apache children]

2002-04-11 Thread Stas Bekman
interpreters by making them reload the code and put them in the head of the list. This should save the overhead of reloading during a request. Does this make sense? __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker

Challenging things to do: SIGSEGV catcher and backtrace extractor

2002-04-11 Thread Stas Bekman
once it works for 2.0. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http

Re: Challenging things to do: SIGSEGV catcher and backtrace extractor

2002-04-11 Thread Stas Bekman
Doug MacEachern wrote: On Fri, 12 Apr 2002, Stas Bekman wrote: If you read the rest of the post I mention it (without telling the name :). The problem with this module is that it's useful only after you have the core file. which is not good, because (as I've already explained): it's

Re: installing mod_perl against a different perl installation

2002-04-11 Thread Stas Bekman
1.13.22_4 and mod_perl 1.26 What's the problem, just install it into a different location perl Makefile.PL USE_APACI=1 APACHE_PREFIX=/some/path ... resulting in 2 modperl servers installed (assuming that you had one already) __ Stas

Re: alarms

2002-04-10 Thread Stas Bekman
/1.0/guide/porting.html#die___and_mod_perl __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http

Re: Apache-server in modperl2

2002-04-10 Thread Stas Bekman
(+ was extended). Actually dir_config is already documented. See: http://perl.apache.org/preview/modperl-docs/dst_html/docs/2.0/api/mod_perl-2.0/Apache/ServerUtil.html#METHODS __ Stas BekmanJAm_pH -- Just Another mod_perl

Re: dear administrator, Unsubscribe me please

2002-04-09 Thread Stas Bekman
] __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

Re: Help Requested: Segfault 11 7 MONTHS after compilation on multipleservers all compiled the same running different code and different RedhatReleased all on the same day [BUG]

2002-04-09 Thread Stas Bekman
is on :) __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http

Re: [announce] mod_perl-1.99_01

2002-04-08 Thread Stas Bekman
/Apache/TestTrace.pm and see if you can come up with a better solution. I've searched google, but didn't find any info regarding Term::ANSIColor and suggesting good cross-platform, cross-terminal colors. Thanks. __ Stas Bekman

Re: [announce] mod_perl-1.99_01

2002-04-08 Thread Stas Bekman
Ged Haywood wrote: Hi Stas, On Mon, 8 Apr 2002, Stas Bekman wrote: John Siracusa wrote: downside (see attached screenshot). the idea was to make certain messages more outstanding Then print only the messages you want people to see. In my view there is far too much output from

Re: [announce] mod_perl-1.99_01

2002-04-08 Thread Stas Bekman
John Siracusa wrote: On 4/8/02 2:41 AM, Stas Bekman wrote: I've searched google, but didn't find any info regarding Term::ANSIColor and suggesting good cross-platform, cross-terminal colors. Maybe I didn't understand the earlier part of your message, but can't you specify both

Re: doubt on how long the cookbook will apply

2002-04-06 Thread Stas Bekman
! __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

Re: solution to readdir/opendir mod_perl problem: rebuild!

2002-04-05 Thread Stas Bekman
installed during each build and also when you run httpd). Thanks a lot Louis, This solution will appear in the next release of the guide in the troubleshooting chapter. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker

Re: Problem with DBM concurrent access

2002-04-04 Thread Stas Bekman
as simple as tied(%dbm_array)-sync(); I believe that's not enough, because the reader may read data during the write, resulting in corrupted data read. You have to add locking. see the DBM chapter in the guide. -- _ Stas

Re: Any way to run two versions of the same perl classes at the sametime?

2002-04-02 Thread Stas Bekman
satisfy you:http://perl.apache.org/guide/modules.html#Apache_PerlVINC_Allows_Module mod_perl 2.0 has this problem solved (when it's released) __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org

Re: general timeout for mod_perl scripts?

2002-04-02 Thread Stas Bekman
try setting an alarm in a fixup handler. But if you're just trying to prevent runaway servers, I'd suggest Apache::Resource. or Apache::Watchdog::RunAway __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http

Re: Closer to installation

2002-04-02 Thread Stas Bekman
John, when debugging problems one should closely watch the error_log file (usually open with tail -f). It always tells you what the problem is. So what does it say with your latest problem? __ Stas BekmanJAm_pH

Re: Closer to installation

2002-04-02 Thread Stas Bekman
the backtrace from the core file (see the SUPPORT file) 4. you try to understand what the problem is by looking at the trace. if you don't understand it you send it to the list using the bugreport.pl script. __ Stas Bekman

Re: AddModule mod_perl.c

2002-03-27 Thread Stas Bekman
CGI-perl. At least that has always worked for me. As always, I would appreciate any more help I can get. Thanks. --- Stas Bekman [EMAIL PROTECTED] wrote: John Kolvereid wrote: Hi Per, --- Per Einar Ellefsen [EMAIL PROTECTED] wrote: At 00:47 25.03.2002, John Kolvereid wrote: Hi Per

Re: Apache build problem on Windows

2002-03-26 Thread Stas Bekman
/mod_perl_hooks.pm failed Hmm, this looks related to the -spi.bak bug reported earlier. Try this patch: http://marc.theaimsgroup.com/?l=apache-modperlm=101682366719414w=2 -- __ Stas BekmanJAm_pH -- Just Another mod_perl

Re: Getting configuration into a filter

2002-03-26 Thread Stas Bekman
best source for figuring out how to do things with new features. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http

Re: mod_perl training companies?

2002-03-25 Thread Stas Bekman
Randal L. Schwartz wrote: Stas == Stas Bekman [EMAIL PROTECTED] writes: Stas Steven Lembark wrote: http://www.stonehenge.com/ http://www.stonehenge.com/perltraining/ Stas Steven, They don't give mod_perl courses, at least I couldn't find any. We don't have any courses off-the-rack

Re: Apache::args vs Apache::Request speed

2002-03-25 Thread Stas Bekman
to see what's happening, than from looking at many numbers. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http

Re: 'Pinning' the root apache process in memory with mlockall

2002-03-25 Thread Stas Bekman
(which is definitely can be) you are welcome to improve it. If someone can do the real testing and share the results with the list, everybody will benefit. [the rest of the interesting rant removed] __ Stas BekmanJAm_pH

Re: 'Pinning' the root apache process in memory with mlockall

2002-03-25 Thread Stas Bekman
Bill Marrs wrote: At 10:53 PM 3/22/2002, Stas Bekman wrote: top and libgtop use the same source of information, so it has nothing to do with these tools. 'top' has the ability to display SWAP on a per-process basis (you have to change the defaults to see it, but it's there). yeah

Re: usubscribe

2002-03-25 Thread Stas Bekman
ras wrote: Hi everyone, I would like to unsubscribe to this list, but I don't know the adresse to which I must send the unsubscribe mail. http://perl.apache.org/#users-list __ Stas BekmanJAm_pH -- Just Another

Re: Permission conflict between mod_cgi and mod_perl

2002-03-25 Thread Stas Bekman
-- __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http

Re: AddModule mod_perl.c

2002-03-25 Thread Stas Bekman
to do next. -- __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http

Re: AddModule mod_perl.c

2002-03-24 Thread Stas Bekman
/ -- __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

Re: mod_perl training companies?

2002-03-24 Thread Stas Bekman
Steven Lembark wrote: http://www.stonehenge.com/ http://www.stonehenge.com/perltraining/ Steven, They don't give mod_perl courses, at least I couldn't find any. __ Stas BekmanJAm_pH -- Just Another mod_perl

Re: PerlModule hell - questions and comments

2002-03-23 Thread Stas Bekman
::Server::ReStarting) { require My::Sensitive::Module; } -- __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http

Re: Be carefull with apache 1.3.24

2002-03-23 Thread Stas Bekman
(-name='ID',-value=123456); my $c2 = new CGI::Cookie(-name='preferences', -value={ font = Helvetica, size = 12 }); print header(-cookie=[$c1,$c2]); print Done; -- __ Stas BekmanJAm_pH

Re: mod_perl on Apache 2.0.32

2002-03-22 Thread Stas Bekman
__ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

Re: Can't open perl script -spi.bak

2002-03-22 Thread Stas Bekman
'); system(@args) == 0 or die @args failed\n; } iedit lib/mod_perl_hooks.pm, __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto

Re: 'Pinning' the root apache process in memory with mlockall

2002-03-22 Thread Stas Bekman
rate demands. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http

Re: 'Pinning' the root apache process in memory with mlockall

2002-03-22 Thread Stas Bekman
Daniel Hanks wrote: On Sat, 23 Mar 2002, Stas Bekman wrote: See the discussion on the [EMAIL PROTECTED] list, http://marc.theaimsgroup.com/?t=10165973081r=1w=2 where it was said that it's a very bad idea to use mlock and variants. Moreover the memory doesn't get unshared when

Re: 'Pinning' the root apache process in memory with mlockall

2002-03-22 Thread Stas Bekman
Perrin Harkins wrote: Stas Bekman wrote: Moreover the memory doesn't get unshared when the parent pages are paged out, it's the reporting tools that report the wrong information and of course mislead the the size limiting modules which start killing the processes. Apache

Re: Off topic question a little worried

2002-03-21 Thread Stas Bekman
the script was called from and hopefully trace down the bugger. _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http

Re: Non-web use for Apache/mod_perl

2002-03-21 Thread Stas Bekman
, can you please send me an adapted version, or I can simply throw it in as is :) _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto

Re: Subroutines taking time to return..

2002-03-21 Thread Stas Bekman
it wrong. Next step is to run the script and usually it helps to read the docs :) http://thingy.kcilink.com/modperlguide/performance/Code_Profiling_Techniques.html _ Stas Bekman JAm_pH -- Just Another

Re: Subroutines taking time to return..

2002-03-21 Thread Stas Bekman
it wrong. Next step is to run the script and usually it helps to read the docs :) -- _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org

Re: 0 being appended to non mod_perl scripts.

2002-03-21 Thread Stas Bekman
, I forgot to throw in the ScriptAlias with the config block I emailed earlier. I do indeed have a ScriptAlias set to: ScriptAlias /cgi-bin/ /home/www/cgi-bin/ cool _ Stas Bekman JAm_pH -- Just Another

Re: 0 being appended to non mod_perl scripts.

2002-03-21 Thread Stas Bekman
is handling your script (you can check for $ENV{MOD_PERL}). (darren) -- People who are willing to give up freedom for the sake of short term security, deserve neither freedom nor security. -- Ben Franklin -- _ Stas Bekman

Re: Off topic question a little worried

2002-03-21 Thread Stas Bekman
. _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com http://singlesheaven.com http://perl.apache.org http://perlmonth.com/

Re: mod_perl does not see multipart POSTs -- SOLVED

2002-03-20 Thread Stas Bekman
. _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com http://singlesheaven.com http://perl.apache.org

Fwd: performance: using mlock(2) on httpd parent process

2002-03-20 Thread Stas Bekman
mlock(2) on httpd parent process Date: Wed, 20 Mar 2002 11:08:51 -0800 (PST) From: Scott Hess [EMAIL PROTECTED] To: Stas Bekman [EMAIL PROTECTED] CC: [EMAIL PROTECTED] On Thu, 21 Mar 2002, Stas Bekman wrote: On Wed, 20 Mar 2002, Stas Bekman wrote: mod_perl child processes save a lot

<    8   9   10   11   12   13   14   15   16   17   >