It is a flat file (request file) management program that runs in the background on my machine. It enables distributed activation of databases. ie. It picks up flat files from a central server, brings them to a local machine (where the program is running) and then activates another perl program that opens the file up, reads it and then uses the content to execute a database system held locally. The program also deals with the output files generated from the analytical database.

This program can run on many machines. And because of this it enables distributed computing.

The problem I have is that it occassionally gets stuck in one of the inner while loops (requiring a Ctrol-C from me). I'm not sure why. Anyway, the new approach I am outlining here is an attempt to make the program more robust.

In reply to Re^2: Nested while loops by Win
in thread Nested while loops by Win

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.