I’m about to endeavor on a private project of mine. As always is the case, I was wondering which technologies I should use. Basically, I’m trying to implement a web application with these pieces involved: My initial reaction was to simply stick to the apache/mod_perl architecture. However, I may be working with people who are more knowledgeable about JSP/tomcat set up. Is there a way to strike a compromise (without hurting anyone’s feelings)?


From my earlier experience, developing anything in JSP/tomcat takes more time than it does when developing in apache/mod_perl. Also, JSP/tomcat runs slower than apache/mod_perl, unless of course I chose to purchase expensive third-party applications to aide this aspect. For example, there’s only a handful of server applications supporting JSP that make JSP pages efficient and in fact slightly outperform mod_perl/apache web sites. Unfortunately, they come at significant cost. For example, most basic package of Resin server for JSP costs $3.5K US! This is far beyond my budget limitations ;-). Also, I’m a little bit weary about the benchmarks that this company came up with. In the back of my mind I think the company is somewhat skewing their benchmark results to make their product look favourable. Also, he makes some loose remarks about Perl and apache implementations.

If you have any web sites that you know have done a good job comparing the two technologies, please feel comfortable to submit them here. I’ll appreciate any help I could get! ;-)

_____________________
# Under Construction

In reply to JSP/tomcat outperforms Apache/mod_perl? by vladb

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.