I suggest that you do an experiment to see how your
site is going to scale. Set up test cases to
exercise a database loaded with fake data, and
create a dummy mock-up of your content.
Use LWP to emulate various levels of
user load on your site.
Create a graph that shows page-load time versus
the number of users. This is a great way to
evaluate different coding approaches and modules,
not just mod_perl.
You could also create your own little
network to experiment with the performance
improvement that you expect to get from mod_perl.
It's great to be able to go into a meeting and say
something along the lines of,
"We can serve 500 users with the CGI setup,
but when we start to approach this limit, let's
reconsider and evaluate a mod_perl approach,
which I think will serve at least 5000 users. After all,
I was able to emulate 3000 users on a P300 that
I picked up at a garage sale."
It's also fun to offer load
testing services for competing approaches! I
have offered this several times, and no one has
ever taken me up on it.
It should work perfectly the first time! - toma
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.