Hi, Maybe this is something to do with a bug that I just reported. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25103 The bug I reported is actually in...
Michael Corcoran
mcorcoran@...
Dec 1, 2003 9:56 am
46669
FWIW, it segfaults on a jsp request... I suppose that this is handled by a third party module such as mod_jk? See the final snippet: [pid 32119] read(11,...
Jeff Trawick
trawick@...
Dec 1, 2003 12:54 pm
46670
... I was reminded by a little bird that you had mentioned in your original message that you were using the WebLogic plug-in. Maybe some hints here will help...
Jeff Trawick
trawick@...
Dec 1, 2003 10:52 pm
46671
... We are using the BEA weblogic plugin to broker *.jsp to our application server. We are using the latest QE'ed build of the plugin. ... We are also using...
mattyml@...
Dec 2, 2003 1:33 am
46672
... I have had a case open with BEA since the issue started. They don't think (based on a large strace I sent in) that the SEGFAULTS are occuring within their...
mattyml@...
Dec 2, 2003 1:43 am
46673
... Unfortunately some of our kernels still have broken prctl(PR_SET_DUMPABLE, 1) support after some over-aggressive ptrace security fixes were added, the 7.3...
Joe Orton
jorton@...
Dec 2, 2003 9:48 am
46674
Hi, If someone has a bit of time, we've got a bunch of backports in the STATUS file that already have 3 +1s which can be merged. Sander...
Sander Striker
striker@...
Dec 2, 2003 1:16 pm
46675
Backported from 2.1. Stable for me in various loads. -- Brian Akins Senior Systems Engineer CNN Internet Technologies ... +++ fdqueue.c 2003-09-28...
Brian Akins
bakins@...
Dec 2, 2003 1:40 pm
46676
So (Ben), what is it that breaks with "BSD make" when reverting the cruft that has been added to server/Makefile.in to use an absolute path to exports.c? This...
Joe Orton
jorton@...
Dec 2, 2003 3:15 pm
46677
... I'm glad you're making progress. But I'm wondering why raising the mod_cgid Listen backlog was so important. If 100 mod_cgid connections wasn't enough at...
gregames@...
Dec 2, 2003 3:25 pm
46678
... [SNIP] ... I was probably driving the server pretty hard for CGI's. The avg. number of forks per second were around 15..20 - but often, the forks went up...
MATHIHALLI,MADHUSUDAN...
madhum@...
Dec 2, 2003 5:07 pm
46679
... oh, I see what you mean now - <IfModule prefork.c> works but httpd -V doesn't show prefork.c. ... k :) ... well, I wasn't taling about the Apache-Test...
Geoffrey Young
geoff@...
Dec 2, 2003 5:07 pm
46680
... here is the latest patch. basically, it's the same as what I submitted before. the differences are those suggested by stas and jeff - make the ...
Geoffrey Young
geoff@...
Dec 2, 2003 7:19 pm
46681
... Cool! What OS/arch are you using? Also, any idea how well it performs compared to before the patch? -aaron...
Aaron Bannert
aaron@...
Dec 2, 2003 7:38 pm
46682
... Currently Linux on i386 (with non-portable-atomics). I have not noticed any increase in performance, but I can, now, easily have 4096 active clients,...
Brian Akins
bakins@...
Dec 2, 2003 7:42 pm
46683
... Please use the reviewed by lines for backported commits. Thanks! -- justin...
Justin Erenkrantz
justin@...
Dec 2, 2003 9:33 pm
46684
... I noticed this change while I was trying to backport Japanese translation of 2.1 document to 2.0. Since this change is only done in 2.1, I dived into...
Yoshiki Hayashi
yoshiki@...
Dec 3, 2003 5:44 am
46685
... Yes. I guess I should go back and review FB's change... --Cliff...
Cliff Woolley
jwoolley@...
Dec 3, 2003 5:58 am
46686
... Oh, actually, he does appear to have added that in the commit log dated stoddard 2003/11/20 11:44:19. I'm still reviewing though....
Cliff Woolley
jwoolley@...
Dec 3, 2003 5:59 am
46687
... This seems reasonable. +1 (untested). One question, though. Why is ptrans no longer a child pool of pchild? --Cliff...
Cliff Woolley
jwoolley@...
Dec 3, 2003 6:01 am
46688
... Oh, my bad. I grepped 2.0 source tree and checked mpm_winnt.c against HEAD but didn't grep 2.1 tree... So the change is only in 2.1 and documentation is...
Yoshiki Hayashi
yoshiki@...
Dec 3, 2003 6:23 am
46689
... Good intentions and all I was going to look into that. This was a straight port from worker. Bill...
Bill Stoddard
bill@...
Dec 3, 2003 2:24 pm
46690
Does the request pool get "cleaned up" after every request? IE, If I register a cleanup on r->pool, will it get ran after every request? -- Brian Akins Senior...
Brian Akins
bakins@...
Dec 3, 2003 4:00 pm
46691
... This rubs me the wrong way FWIW. I think it is best to have all directives for a specific MPM together in one container, and have that container specific...
Jeff Trawick
trawick@...
Dec 3, 2003 4:06 pm
46692
... this looks good to me (i.e., this is the last chance for anybody to complain)...
Jeff Trawick
trawick@...
Dec 3, 2003 4:07 pm
46693
... Really? Humph. Guess we should look into that, yeah. :-)...
Cliff Woolley
jwoolley@...
Dec 3, 2003 4:09 pm
46694
... Yep, exactly right....
Cliff Woolley
jwoolley@...
Dec 3, 2003 4:41 pm
46695
... Okay hang on, just to be clear... you have to register it on every request, and THEN it will get run after every request. You can't just register it once...
Cliff Woolley
jwoolley@...
Dec 3, 2003 4:43 pm
46696
... Right. Or more correctly, register it on every request on which I want to run the cleanup. Just wanted to make sure. I assume the same is true for...