The servlet zones concept also has no parallel in
mod_perl. That is one of the most compelling reasons
for load distribution.

So, the reason you don't allow direct connections to
your mod_perl system is because of security? You
didn't explicitly say...

I have both loaded as DSOs. I haven't yet encountered
the ApJServMount and RewriteRules you speak of, as
this only when you are mucking directly with the
Apache API, which I haven't needed to yet. In theory
it should give you added flexibility (at the tradeoff
of complexity)

Thanks for your insights.

-Nick

--- Leslie Mikesell <[EMAIL PROTECTED]> wrote:
> According to Nick Bauman:
> > Anyone out there using mod_perl and mod_jserv
> together
> > on a production system? What are your results? I'm
> > playing around with a combined mod_perl, mod_jserv
> > (both as DSO's) apache and it seems to work pretty
> > slick, but I'm wondering if I'm building a
> > Frankenstein that will bring me grief later...
> 
> I have them in a production setup, but not using
> mod_jserv
> heavily yet.  I took the approach of compiling
> mod_jserv
> statically into the front end httpd with a separate
> mod_perl version as a back end.  The only real
> ugliness
> is the stack of ApJServMount and RewriteRules that
> sort out where everything goes.
> 
> The one quirk I noticed is that if you try to
> include
> both mod_perl and mod_java statically, the mod_perl
> tests will not run because the test config file does
> not set any jserv authentication.  But, I only tried
> that for a low-usage test machine - I don't think I
> would run a non-proxied mod_perl in production with
> internet connections anyway.
> 
> > Personal benchtests seem to be awesome, with Perl
> > slightly leading Java in performance (using ibm's
> JDK
> > brought the figures much closer together than
> > Blackdown's) but real world is different as we all
> > know.
> 
> Mostly I am investigating java because we have data
> that can be obtained in xml and formatted using
> various xsl stylesheets and there is no support
> for this in perl yet (and I'm too lazy to write my
> own).  I am very impressed by the ability to develop
> the java servlets on windows or unix and copy the
> servlet bytecode to the other and run it unchanged.
> Likewise you can transparently run the apache on
> one machine and the jserve on another without regard
> to the operating system.
> 
>    Les Mikesell
>     [EMAIL PROTECTED]
> 


=====
# Nick Bauman
# Technical Programmer
# Founding Child of Simplexity Systems,
# A Non-Profit IT Consortium (Sempher Ubi Sububi)
__________________________________________________
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com

Reply via email to