>>>>> "j" == jleidigh  <[EMAIL PROTECTED]> writes:

j> faster. But now they want to do super tuning and also
j> compare Resource consumption between JRun/Java Servlets
j> and Apache/mod_perl. My main concern is the fact that
j> apache/mod_perl child proccess can be as big as 12 MB.
j> Specifically my question is....

j> 1. Is there a way to make mod_perl multi-threaded?

Not until apache 2.0 and mod_perl 2.0

j> 2. Is there a way to lower this memory consumtion?

Yes. See "The Guide".  If they are going to compare Java servlets,
then you must configure your mod_perl to act as a pure mod_perl server
rather than a server that answers all requests.  This is the
front-end/back-end setup that The Guide describes.

j> 3. Is there a way to precomplie perl to machine code to
j> better perfomance? They are planning to do the same for
j> Java and may gain performance.

Don't think so, but there could be.

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Vivek Khera, Ph.D.                Khera Communications, Inc.
Internet: [EMAIL PROTECTED]       Rockville, MD       +1-240-453-8497
AIM: vivekkhera Y!: vivek_khera   http://www.khera.org/~vivek/

Reply via email to