Well, I need to enable the use of HPL (another HTML/Perl embed) to IIS. On Apache HPL can be called through CGI and mod_perl. But using from mod_perl is the best way, since the Interpreter stay in the memory with the module and everything that you need loaded, and the HPL interpreter can use the memory to cache the parse of the document, db connections and make persistent documents (like FastCGI).
But in IIS you only can use Perl from .pl files that actualy is a call to "perl.exe script.pl" (like the CGI way). From ActivePerl you can use the perliis.dll to already have the interpreter in the memory, what is faster, but not like mod_perl.
There is a way to use mod_perl on IIS (well, I need to try to ask)? I think that not, but there is a way to have a shared memory on Win32 of the Perl variables and have some modules already loaded inside perliis.dll?
I never have used IIS, and probably will use just to enable HPL on it, since I don't know how crazy you can be to use this for commercial purpose, since you haven't all the resources of Linux, is not faster than Apache and the security... (well, FBI know that)! But I need to have HPL on IIS since I have a commercial project that want to use their own servers to host the site, and thei use IIS (if the client want blue bannas, the client want blue bannanas, but I don't recommend blue bannanas), and of course for who wants to use HPL on IIS in their own proejects, since I have the idea to make HPL as a platform idependent of the OS and the DB.
Graciliano M. P.
"The creativity is the expression of the liberty".
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.