unsubscibe

2001-10-09 Thread Pavel Antonov
unsubscibe

Re: Apache VMonitor

2001-10-09 Thread Stas Bekman
Jason Boxman wrote: Hey all! I'm actually not sure if this is a VMonitor issue or a Scoreboard issue, but here's my situation. (... Or to jump to the point, the reason for my post is my VMonitor output for Apache only shows partial information for the parent process and no

Re: unsubscibe

2001-10-09 Thread Stas Bekman
Pavel Antonov wrote: unsubscibe the unsubscrive instructions are in the mail headers of *every* message you receive from this list. even this one :) _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker

Re: [request] modperl mailing lists searchable archives wanted

2001-10-09 Thread Bill Moseley
Hi Stas, I just updated the search site for Apache.org with a newer version of swish. The context highlighting is a bit silly, but that can be fixed. I'm only caching the first 15K of text from each page for context highlighting. http://search.apache.org It seems reasonably fast (it's not

Re: how to catch a killed task?

2001-10-09 Thread Christoph Bergmann
Perrin Harkins wrote: I believe the limiting done by BSD::Resource is pretty harsh and may actually be at the kernel level. I don't think you can catch the signal and deal with it yourself. What you should do is use Apache::SizeLimit to handle your size constraints, and just use

Re: how to catch a killed task?

2001-10-09 Thread Perrin Harkins
Perrin Harkins wrote: I believe the limiting done by BSD::Resource is pretty harsh and may actually be at the kernel level. I don't think you can catch the signal and deal with it yourself. What you should do is use Apache::SizeLimit to handle your size constraints, and just use

Re: Redirections after printing content

2001-10-09 Thread Hans Poo
Andrew Ho wrote: Hans, HPI'am new to the list, and i've been looking for a solution for HPbuffering, in order to decide to make a redirect after the printing of HPHTML content. It seems that $| don't work fot this. Whether or not you have $| on, you will want to explicitly control whether

Re: how to catch a killed task?

2001-10-09 Thread Christoph Bergmann
Stas Bekman wrote: Christoph Bergmann wrote: hi... i use BSD::Resource to limit the ressources of the apache tasks. this works fine but now i want to clean up afterwards but i don't know how to catch a killed task... here is what i tried with signals: ... Does the

Re: What hourly rate to charge for programming?

2001-10-09 Thread Daniel Aldham
Hello, Many factors are to be taken into account to establish a base line. As you say, experience is one. It determines the experience you will provide your client with: your ability to solve their problems, to meet their requirements, to react to constraints, be technical or not, to

RE: [request] modperl mailing lists searchable archives wanted

2001-10-09 Thread Geoffrey Young
I've just updated the archives list at http://perl.apache.org/#maillists, so here is what we have: dev@@perl.apache.org - 2.5, but their search engines suck [EMAIL PROTECTED] - none [EMAIL PROTECTED] - none [EMAIL PROTECTED] - none [EMAIL PROTECTED] - 1 as far as I know,

Re: how to catch a killed task?

2001-10-09 Thread Christoph Bergmann
Perrin Harkins wrote: Perrin Harkins wrote: I believe the limiting done by BSD::Resource is pretty harsh and may actually be at the kernel level. I don't think you can catch the signal and deal with it yourself. What you should do is use Apache::SizeLimit to handle your size

Re: [request] modperl mailing lists searchable archives wanted

2001-10-09 Thread Elizabeth Mattijsen
At 05:59 PM 10/9/01 +0800, Stas Bekman wrote: Please try to send links only for good archives with good search engines. Thanks a bunch! Still in beta phase, and only containing Perl newsgroups, it nonetheless might be interesting to check out:

Both global hanlder and cgi scripts

2001-10-09 Thread Mat
Hi everybody, actually i'm working on a website where I want to have the following possibilities : - a global handler that will treat a request hitting http://myhost.com/ - the ability to have execution of separate cgi scripts like http://myhost.com/script.cgi I have the

Re: [request] modperl mailing lists searchable archives wanted

2001-10-09 Thread Stas Bekman
Geoffrey Young wrote: I've just updated the archives list at http://perl.apache.org/#maillists, so here is what we have: dev@@perl.apache.org - 2.5, but their search engines suck [EMAIL PROTECTED] - none [EMAIL PROTECTED] - none [EMAIL PROTECTED] - none [EMAIL PROTECTED] - 1 as

Re: [request] modperl mailing lists searchable archives wanted

2001-10-09 Thread Stas Bekman
Elizabeth Mattijsen wrote: At 05:59 PM 10/9/01 +0800, Stas Bekman wrote: Please try to send links only for good archives with good search engines. Thanks a bunch! Still in beta phase, and only containing Perl newsgroups, it nonetheless might be interesting to check out:

Apache VMonitor

2001-10-09 Thread Jason Boxman
Hey all! I'm actually not sure if this is a VMonitor issue or a Scoreboard issue, but here's my situation. I compiled and installed Scoreboard, GTop, and VMonitor. I load VMonitor in my startup.pl file as shown below: (... Or to jump to the point, the reason for my post is my VMonitor

[request] modperl mailing lists searchable archives wanted

2001-10-09 Thread Stas Bekman
Hi folks, We need your help. There are dozens of [EMAIL PROTECTED] mailing list archives, but just a few or none at all of the other modperl lists. Some archives are browsable, but their search engines simply suck. e.g. marc.theaimsgroup.com I think is the only one that archives [EMAIL

Re: Apache VMonitor

2001-10-09 Thread Jason Boxman
On Tuesday 09 October 2001 06:08 am, you wrote: Jason Boxman wrote: Hey all! snip Jason, Since you've already tried to look at the code and play with it, it's not a VMonitor's issue, but the Scoreboard's one. I'm running all the latest -dev versions of modperl/apache and it works for

cvs commit: modperl-2.0/lib/Apache Reload.pm

2001-10-09 Thread stas
stas01/10/09 01:32:46 Added: lib/Apache Reload.pm Log: - integrating Matt's Apache::Reload v0.07, as v0.08, so this version will be found via CPAN. - changing the warnings setup to use warnings pragma instead of $^W Revision ChangesPath 1.1

cvs commit: modperl-2.0/lib/Apache compat.pm

2001-10-09 Thread dougm
dougm 01/10/08 22:42:49 Modified:lib/Apache compat.pm Log: use __FILE__ instead of 1 for dummy %INC values Revision ChangesPath 1.22 +2 -2 modperl-2.0/lib/Apache/compat.pm Index: compat.pm

cvs commit: modperl-2.0/ModPerl-Registry/t closure.t

2001-10-09 Thread stas
stas01/10/09 09:48:31 Modified:ModPerl-Registry/t closure.t Log: - using select() instead of sleep to gain 1 sec delay granularity, needed for -M to notice that the file was modified Revision ChangesPath 1.2 +4 -1

cvs commit: modperl-2.0 Makefile.PL

2001-10-09 Thread dougm
dougm 01/10/09 11:28:37 Modified:.Makefile.PL Log: clean xs/*.def and xs/*.exp Revision ChangesPath 1.41 +1 -0 modperl-2.0/Makefile.PL Index: Makefile.PL === RCS file:

cvs commit: modperl-site index.html

2001-10-09 Thread stas
stas01/10/09 06:08:40 Modified:.index.html Log: add test-(dev|cvs) mailing lists info (relevant to us because of Apache::Test whose changes commits are posted there Revision ChangesPath 1.88 +112 -0modperl-site/index.html Index: index.html

Re: cvs commit: modperl-2.0/xs/ModPerl/Util ModPerl__Util.h

2001-10-09 Thread Stas Bekman
[EMAIL PROTECTED] wrote: dougm 01/10/08 10:57:45 Added: xs/ModPerl/Util ModPerl__Util.h Log: new module for util functions Revision ChangesPath 1.1 modperl-2.0/xs/ModPerl/Util/ModPerl__Util.h Index: ModPerl__Util.h