Re: Mod_Perl and MaxRequestsPerChild

2007-10-17 Thread Mark Maunder
You're right. I just tried an equivalent config with the worker mpm with 1 process with 50 threads, no keepalive enabled and I tried a range for PerlInterpMax (and associated vars) and couldn't get a config I liked. Either there weren't enough interpreters and threads were stuck waiting for an inte

Re: Mod_Perl and MaxRequestsPerChild

2007-10-17 Thread Michael Peters
Perrin Harkins wrote: > On 10/17/07, Mark Maunder <[EMAIL PROTECTED]> wrote: >> Assuming threaded and prefork work equally well in my config, doesn't >> it therefore make sense to run a threaded MPM with a small interpreter >> pool instead of running prefork with a reverse proxy? > > Well, you're

Re: Mod_Perl and MaxRequestsPerChild

2007-10-17 Thread Perrin Harkins
On 10/17/07, Mark Maunder <[EMAIL PROTECTED]> wrote: > Assuming threaded and prefork work equally well in my config, doesn't > it therefore make sense to run a threaded MPM with a small interpreter > pool instead of running prefork with a reverse proxy? Well, you're going to use more memory with t

Re: Mod_Perl and MaxRequestsPerChild

2007-10-17 Thread Mark Maunder
I had no idea practical mod_perl was online - that's really cool! Assuming threaded and prefork work equally well in my config, doesn't it therefore make sense to run a threaded MPM with a small interpreter pool instead of running prefork with a reverse proxy? With prefork with a proxy it seems y

Re: help me...

2007-10-17 Thread Perrin Harkins
On 10/15/07, Tyler Bird <[EMAIL PROTECTED]> wrote: > I am running a perl email sending engine ( which delivers 50K+ emails > per hour ) > Anyways this system is made up of various daemons connecting to each other. Are you using mod_perl for this somehow? This list is only for mod_perl questions.

Re: redirect

2007-10-17 Thread Perrin Harkins
On 10/17/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > We are getting some responses from a html page and > filtering the content accoding to our > requirement. Do you mean you're getting dynamic content from running a program, or that you're just reading an HTML page? Static HTML pages neve

Re: Mod_Perl and MaxRequestsPerChild

2007-10-17 Thread Perrin Harkins
On 10/16/07, Mark Maunder <[EMAIL PROTECTED]> wrote: > This server has no proxy in front of it and only serves mod_perl > requests. Static content is loaded from another server with a > different hostname. Even so, if you run prefork, you need a proxy server. The reason is explained in detail her

Re: movin away from apache to sun java web server and perl module

2007-10-17 Thread Fred Moyer
[EMAIL PROTECTED] wrote: Team, migration: We are trying to move away from apache(nigrating from) to sun java webserver 6.x verison. Problem: In the above migration the apache web server has a mod perl used for Authenticaton with a tcp/ip server (written in java). I don't understand what the ro

Re: ModPerl make test and make install Issues

2007-10-17 Thread Fred Moyer
Suman, Shambhu wrote: ** ERROR test from make install step Warning: You do not have permissions to install into /usr/lib64/perl5/site_perl/5.8.5/x86_64-linux-thread-multi at /usr/lib/perl5/5.8.5/ExtUtils/Install.pm line 114. mkdir /usr/lib64/perl5/site_pe

Re: movin away from apache to sun java web server and perl module

2007-10-17 Thread Perrin Harkins
On 10/17/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > No we come to know that we cannot run mod perl in sun > java web server.? > > Is that the truth I cannot accept it. You would have to ask someone at Sun about that. The people on this list use apache and mod_perl. I suspect you could po

Re: ModPerl make test and make install Issues

2007-10-17 Thread Perrin Harkins
On 10/17/07, Suman, Shambhu <[EMAIL PROTECTED]> wrote: > I am trying to install mod-perl on a linux box. I do not have root > permissions. You need to tell it to install a private perl lib then. Check the install instructions for the details of how to tell it where to install the perl modules. I

Re: Changing text fonts and creating hyperlinks

2007-10-17 Thread Randy Kobes
On Wed, 17 Oct 2007, Loo, Peter # PHX wrote: Hi, I was wondering how I would go about changing the color of text (APPEND and TRUNCATE) for the following code: radio_group(-name=>'loadType', -values=>['APPEND', 'TRUNCATE'], -default=>'APPEND'), hr, submit("$su

Changing text fonts and creating hyperlinks

2007-10-17 Thread Loo, Peter # PHX
Hi, I was wondering how I would go about changing the color of text (APPEND and TRUNCATE) for the following code: radio_group(-name=>'loadType', -values=>['APPEND', 'TRUNCATE'], -default=>'APPEND'), hr, submit("$submit"), hr, end_form(); In ad

ModPerl make test and make install Issues

2007-10-17 Thread Suman, Shambhu
Hi, I am trying to install mod-perl on a linux box. I do not have root permissions. The make test failed on various test which I think could be ignore. However make install fails as obviously my user-id on the system does not have proper permission for all the directories. Here is the error tha

Re: Mod_Perl and MaxRequestsPerChild

2007-10-17 Thread Clinton Gormley
On Tue, 2007-10-16 at 15:08 -0400, Perrin Harkins wrote: > On 10/16/07, Clinton Gormley <[EMAIL PROTECTED]> wrote: > > Unless you have a really good reason to use worker, on linux, the > > recommended MPM is worker. > > I'm sure you meant to say prefork there. Ahhh - the old "replying after a

movin away from apache to sun java web server and perl module

2007-10-17 Thread anirudhghorpade
Team, migration: We are trying to move away from apache(nigrating from) to sun java webserver 6.x verison. Problem: In the above migration the apache web server has a mod perl used for Authenticaton with a tcp/ip server (written in java). No we come to know that we cannot run mod perl in sun java