Hi Monks, Problem is with an application which comprises of two servers, on one of the servers a Perl application is hosted and on the other a J2EE based application. Perl application is used for Merchant creation for which Payment is happening on J2EE server. Flow is, initial merchant’s details are picked on Perl Application where we maintain the merchant related details in a session file. After requisite details are captured we direct the user to J2EE server to make the payment. After successful payment user is displayed with a screen where there is a link which would redirect the user back to the Perl application for creating all the rest of the merchant details. Issues were reported in case user is clicking twice on this link (I tried disabling the link after first click but because of few limitation that can’t done). When I looked in to the issue I realised that every click is initiating a new Perl Process and the first process get hanged when second click on the link is made. Process remains in that state of quiet some time before dying abnormally, this could be possibly due to Memory Exhaustion. Would really appreciate if one could help me in stating how can I deal with this Memory Exhaustion

In reply to Perl Process getting killed abnormally by rbsPerlRep

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.