You mentioned that the data would take a while to load, but I think you'll find that it's not necessary to load the entire data into memory all the time.
Yes and no. :-)

It is a a small design system; a small change somewhere will propagate to other places. This is according to a design which is loaded, so the program can't understand what to do (-: probably mappable to the halting problem, or something. :-)

My application probably won't have a problem with (de)serializing. The standard approach will work splendidly.

But it could be used for other applications and if you go a factor of ten in complexity against what I've done -- I think you really don't want to tear it down and rebuild the data model for every small mod.

So I'm afraid that in my case, the standard solution won't scale. (-: But I'll give up solving the problems of 2006 now. :-)

Thanks for the help, everyone! :-D

Have to find a job with Perl. Monks and the language is wonderful fun.


In reply to Re^2: Shared between mod_perl processes? by BerntB
in thread Shared between mod_perl processes? by BerntB

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.