Hello fellow perl worshipers. I have followed the helpful advise of many here, and created a script that works well. The good news is that I have 6000 unique users per month now, and the script has been working fine for three months. The bad news? is that the number of users is doubling every month or so. My question is, other than using my timer system that only allows use every 30 seconds from any one IP, and flock, and strict, and trimming down the script, I'm getting concerned for the future. My question, finally, is this - would it help to split my script into one main one that handles the form input and checks it for errors/abuse, and two or three other new scripts that handle other parts of the task, using require otherscript.pl for example ? Does splitting the tasks out (there are three main ones) help to make it keep working while it grows ? I don't have any sql or use many modules, its basically take in text input, arrange it, and output gif images that equate to the text. (Its an English-Mayan Glyph translator online at http://www.event12.com) However, I have some upgrades and will be using GD and GD::Text in the new version, instead of feeding up images, and I will change from using an alphabet of 26 characters to using an 84 character syllabary instead, so the GD will probably add some to the mix. Help please ? Suggestions are most welcome and usually implemented.

In reply to Good News/Bad ? by JimDuyer

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.