hi,
i have an module called hiGuiUserProfileBrowser which will be using modules like
package hiUserProfile;
our @ISA ="hiObject";
require Exporter;
require hiObject;
use Data::Dumper;
use hiXMLGen;
use hiXMLDOMParser;
use hiUiCCD;
where i will be using use hiGuiUserProfileBrowser in my
hiGuiUserProfileBrowser.cgi
when i hit this page ie hiGuiUserProfileBrowser.cgi,its very slow in response ,where i am using powerful apache server.
use hiUiCCD;
module will be using another module which will have connection/disconnection to an different oracle server and related oracle query functions apis.
since the page is slow i decided to convert my cgi files in to mod_perl application page.Do i need to modify any code when converting from cgi file to mod_perl.Do i need to configure anything in apache for converting to mod_perl.Any ideas and suggestions regarding this issue.
how to convert my existing cgi page to mod_perl.
Thanks,
srins.
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.