Re: [ANNOUNCE] Apache::Scoreboard 2:01

2003-12-22 Thread Richard F. Rebel
just has a NAME > pod section, giving the name and abstract of the module, and > register Apache2::Foo with PAUSE. Apache2::Foo would not > have any code - it's purpose is just to be used in a > PREREQ_PM when one wants the mod_perl 2 version of > Apache::Foo in the mod_perl 2 p

Re: Mod_perl aware web host providers

2004-01-08 Thread Richard F. Rebel
to be web host rating services, but are really just > lists and thus almost assuredly ads. > > I think the advice from trusted, reliable sources such as those on this > list is the best way to find good vendors. > > Thank you much in advance! > > Kurt Hansen [EMAIL PROTECTED] -- Richard F. Rebel [EMAIL PROTECTED] t. 212.239. signature.asc Description: This is a digitally signed message part

[mp2] Regex memory leak introduced in 5.8.1 causes havoc in mp2

2004-02-09 Thread Richard F. Rebel
s a URL with most of the thread on p5p: http://www.mail-archive.com/[EMAIL PROTECTED]/msg73076.html Thanks! -- Richard F. Rebel [EMAIL PROTECTED] t. 212.239. signature.asc Description: This is a digitally signed message part

Re: [mp2] Regex memory leak introduced in 5.8.1 causes havoc in mp2

2004-02-09 Thread Richard F. Rebel
2004-02-09 at 13:11, Ged Haywood wrote: > Hi there, > > On Mon, 9 Feb 2004, Richard F. Rebel wrote: > > > After upgrading to perl 5.8.1 from 5.8.0 during a distribution upgrade, > > I noticed a steady memory leak that eventually leads to the server > > failing. > &

Re: MPM worker and ithreads

2004-02-23 Thread Richard F. Rebel
admit (atleast to me, I stopped following the issue a while ago, may be fixed now) that this is even a bug or a problem. Best, Richard F. Rebel On Sat, 2004-02-21 at 06:07, Stefan Cars wrote: > Hi! > > I don't have any problems, I'm just interested in what people think

Re: MPM worker and ithreads

2004-02-23 Thread Richard F. Rebel
S and Perl guts. Well, that would be the problem... XS + Perl Guts. Talk about arcane. -- Richard F. Rebel [EMAIL PROTECTED] t. 212.239. signature.asc Description: This is a digitally signed message part

Re: MPM worker and ithreads

2004-02-23 Thread Richard F. Rebel
On Mon, 2004-02-23 at 16:04, Perrin Harkins wrote: > On Mon, 2004-02-23 at 10:03, Richard F. Rebel wrote: > > I am using ap2 + mp2 with the worker mpm and ithreads to serve about 12 > > million dynamically generated pages per day. This includes RPC calls > > via HTTP and da

Re: MPM worker and ithreads

2004-02-23 Thread Richard F. Rebel
On Mon, 2004-02-23 at 16:49, Perrin Harkins wrote: > On Mon, 2004-02-23 at 16:40, Richard F. Rebel wrote: > > Umm, maybe we are talking about different things. If I run my > > application with 500+ httpd's in the process list using prefork, it uses > > a lot more mem

Re: MPM worker and ithreads

2004-02-23 Thread Richard F. Rebel
On Mon, 2004-02-23 at 18:01, Perrin Harkins wrote: > On Mon, 2004-02-23 at 17:16, Richard F. Rebel wrote: > > Interesting. I just noticed documentation on the web site about these > > directives. Were these docs here about 1 year ago (when I wrote this > > app???). > >

Re: MPM worker and ithreads

2004-02-23 Thread Richard F. Rebel
On Mon, 2004-02-23 at 19:48, Perrin Harkins wrote: > On Mon, 2004-02-23 at 19:37, Richard F. Rebel wrote: > > Eh well, do I get points for making a prod > > system run with mp2 and mpm-worker? > > Certainly. We are all eager for this kind of info. Yay, points. > > Mo

Re: MPM worker and ithreads

2004-02-23 Thread Richard F. Rebel
On Mon, 2004-02-23 at 20:34, Stas Bekman wrote: > Richard F. Rebel wrote: > > > Speaking of, does anyone know of a way to tell exactly how many > > interpreters are running in a given process? > > Sounds like a job for Apache::Status. Though it will need an API to query

Apache2+mp2 Reverse Proxy -> Apache1+mp1

2004-02-25 Thread Richard F. Rebel
benefit or detriment for using them between the two apaches? I would think that keepalives should be off so that the ap1 instances can be freed to service another request while the reverse proxy is busy feeding slower clients. Thanks, Richard -- Richard F. Rebel [EMAIL PROTECTED] t. 212.239.

Re: Apache2+mp2 Reverse Proxy -> Apache1+mp1

2004-02-25 Thread Richard F. Rebel
__ > 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://ap

[MP2] After upgrade to 2.0.49 * mp 1.99_13 slots always in W state

2004-04-14 Thread Richard F. Rebel
generated content. This does NOT happen when I tested with static content only. Clues? It's quite important for me to upgrade. -- Richard F. Rebel [EMAIL PROTECTED] t. 212.239. signature.asc Description: This is a digitally signed message part

Re: [MP2] After upgrade to 2.0.49 * mp 1.99_13 slots always in W state

2004-04-14 Thread Richard F. Rebel
Hello Stas, Didn't try it as the bug fixes I wanted are in 2.0.49. I just submitted a bug report. Thanks, On Wed, 2004-04-14 at 15:40, Stas Bekman wrote: > Richard F. Rebel wrote: > > Hello, > > Robert, always submit a proper bug report as explained here: > http

[MP2] sharing between threads using mpm_worker.

2004-05-07 Thread Richard F. Rebel
sks. The problem is one task has to be synchronized between all threads in a whole process. Works fine under perl alone, problems arise under mod_perl+worker_mpm tho. Thanks, -- Richard F. Rebel [EMAIL PROTECTED] t. 212.239. signature.asc Description: This is a digitally signed message part

mp2 + worker mpm + threads + threads::shared + PerlChildInitHandler

2005-01-17 Thread Richard F. Rebel
aemonizing on startup. Where is the correct place to start such an 'manager' thread in each apache child? I thought that by installing a ChildInitHandler from the BEGIN block would work just fine... Thanks! -- Richard F. Rebel cat /dev/null > `tty` signature.asc Description: This is a digitally signed message part

Re: mp2 + worker mpm + threads + threads::shared + PerlChildInitHandler

2005-01-17 Thread Richard F. Rebel
Harkins wrote: > On Mon, 2005-01-17 at 11:25 -0500, Richard F. Rebel wrote: > > Unfortunately, it's high volume enough that it's no longer possible to > > keep these counters in the databases updated in real time. (updates are > > to the order of 1000's per s

Re: [SOLVED] mp2 + worker mpm + threads + threads::shared + PerlChildInitHandler

2005-01-17 Thread Richard F. Rebel
my $r = shift; lock(%{$SHARED{'test'}}); $SHARED{'test'}->{'count'}++; $r->no_cache(); $r->err_headers_out->{"Expires"} = "Sat, 1 Jan 2000 00:00:00 GMT"; $r->err_headers_out->{"Pragma&quo

Re: [mp1 and mp2] Grokking memory

2005-02-10 Thread Richard F. Rebel
know what effect this behavior has on copy-on-write pages (aka shared), but I wouldn't be surprised if this defeats this type of sharing. Richard F. Rebel On Thu, 2005-02-10 at 16:27 -0600, ben syverson wrote: > I don't think I'm getting mod_perl's shared memory scheme yet. I

Re: [mp1 and mp2] Grokking memory

2005-02-10 Thread Richard F. Rebel
in a module in a place that would be executed soon as the module is loaded. Now that I think about this, I bet this may be your problem if you are sure the data is not being shared with COW pages. Best, On Thu, 2005-02-10 at 16:51 -0600, ben syverson wrote: > Hi Richard, > > Sorry -- I

Re: [mp1 and mp2] Grokking memory

2005-02-10 Thread Richard F. Rebel
my stuff before releasing). Best, On Thu, 2005-02-10 at 18:32 -0500, Perrin Harkins wrote: > On Thu, 2005-02-10 at 18:28 -0500, Richard F. Rebel wrote: > > As far as I know, especially on linux, there is no way to tell exactly > > how 'shared' your apache processes are, excep

Re: [mp1 and mp2] Grokking memory

2005-02-10 Thread Richard F. Rebel
RES STATETIME WCPU > CPU COMMAND > 91778 nobody40 13496K 12584K select 0:00 0.00% > 0.00% httpd > > > On Feb 10, 2005, at 5:28 PM, Richard F. Rebel wrote: > > > OHHH, and BTW, when do you load this hash? > > The hash is called in a star

[Fwd: Re: /proc/*/statm, exactly what does "shared" mean?]

2005-02-12 Thread Richard F. Rebel
if there is a way to report on COW pages from the command line. Best, Richard F. Rebel Forwarded Message ---- > From: Hugh Dickins <[EMAIL PROTECTED]> > To: Richard F. Rebel <[EMAIL PROTECTED]> > Cc: linux-kernel@vger.kernel.org > Subject: Re: /proc/*/statm, exa

Re: [mp2] Memory not being shared

2005-02-12 Thread Richard F. Rebel
, Perrin! I'm not sure if there is a problem with > 2.6.10 or if 2.6.8 was the kernel on the machine when I originally > compiled perl. > > Has anyone else seen problems with the 2.6.10 kernel? > > I guess my next step is to re-compile perl and see where that leads me. > >

Re: [mp2] Memory not being shared

2005-02-12 Thread Richard F. Rebel
sted a response from the linux kernel mailing list a short time ago that goes into detail. Best, Richard F. Rebel On Fri, 2005-02-11 at 23:04 -0500, Stas Bekman wrote: > I plugged vmonitor in the mp2 test suite (which loads a lot of modules) > and the conclusions are as following: > >

Re: measuring shared memory on linux (was [Fwd: Re: /proc/*/statm, exactly what does "shared" mean?)]

2005-02-14 Thread Richard F. Rebel
On Mon, 2005-02-14 at 17:39 -0500, Perrin Harkins wrote: > > Thanks for pursuing that issue at the linux kernel list, Richard. As you > > have suggested it doesn't look very good. > > I want to add my thanks too. You are welcome. I wish I wasn't the bearer of such bad news tho. > Or on anythin

Re: Sharing variables across Apache threads with threads::shared

2005-02-22 Thread Richard F. Rebel
nted to 5 by PID 17462 > Tue Feb 22 14:06:41 2005: magic_number incremented to 6 by PID 17462 > Tue Feb 22 14:06:45 2005: magic_number incremented to 3 by PID 17458 > Tue Feb 22 14:06:46 2005: magic_number incremented to 4 by PID 17458 > Tue Feb 22 14:06:50 2005: magic_number incremente

Re: Question: Limiting Filetypes Uploaded

2005-03-02 Thread Richard F. Rebel
d idea. > > > > -- > > Dan Wilga [EMAIL PROTECTED] > > Web Administrator http://www.mtholyoke.edu > > Mount Holyoke CollegeTel: 413-538-3027 > > South Hadley, MA 01075"Who left the cake out in the rain?" > -- Richard F. Rebel <[EMAIL PROTECTED]> WhenU.com signature.asc Description: This is a digitally signed message part

Re: Question: Limiting Filetypes Uploaded

2005-03-03 Thread Richard F. Rebel
On Wed, 2005-03-02 at 23:48 -0500, jonathan vanasco wrote: > On Mar 2, 2005, at 7:21 PM, Richard F. Rebel wrote: > > I worked for a company who did mass free hosting and I can tell you > > that > > browser supplied mime types are not enough in many situations. > I agree -

PerlCleanupHanlder not called when user clicks on STOP in browser.

2005-10-14 Thread Richard F. Rebel
achieve this? Thanks! -- Richard F. Rebel cat /dev/null > `tty` signature.asc Description: This is a digitally signed message part

Re: PerlCleanupHanlder not called when user clicks on STOP in browser.

2005-10-17 Thread Richard F. Rebel
around but didn't find anything. A quick note about rough location or something to search for would be great. Thanks. On Fri, 2005-10-14 at 17:35 -0400, Perrin Harkins wrote: > On Fri, 2005-10-14 at 17:32 -0400, Richard F. Rebel wrote: > > I have been noticing that PerlCleanupHandle

Re: PerlCleanupHanlder not called when user clicks on STOP in browser.

2005-10-17 Thread Richard F. Rebel
1.0/guide/debug.html#Handling_the__User_pressed_Stop_button__case > > - Perrin > -- Richard F. Rebel cat /dev/null > `tty` signature.asc Description: This is a digitally signed message part