Hi, Artem -

Welcome to the Monastery. Sorry you didn't get better replies but I can understand and agree with the other posters who wanted more info and more research on your part. I deal a lot with non-English speakers, and the suggestion I'll offer is that when trying to get a point across in another language it's better to say more rather than less. Don't use shorthand, especially when asking for free advice. ;-D

mod_perl embeds the Perl interpreter in Apache, but unless it's expanded since the last I worked with it (several years ago now), it isn't a plug-in oriented architecture. Apache is, and Apache modules can be written in Perl or C. My company used to make some nifty use of C modules in Apache 1.3, but found that the technique is best limited to very low-level speedups as opposed to application-generators like you mention, unless (for example) calendar generation is a really big part of your web code. The pain of recompiling Apache every time we tweaked something was just too great in relation to the minor speedups we accomplished. Using Apache modules to accelerate database-oriented list operations was great, but embedding entire table display pages was not.

HTH :D

Don Wilde
"There's more than one level to any answer."

In reply to Re: Possible misunderstanding? by samizdat
in thread Possible misunderstanding? by artemave

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.