We've recently written a mod_perl2 implementation for a site, consisting of a mod_perl+JSON-RPC API backend and mod_perl+TT frontend, 2 separate machines, although not really using many mod_perl features, only the basic $r and $c, for which we could use %ENV instead.
We used mod_perl for caching a large collection of objects in memory on the API side for fast response times.
Colleagues have suggested moving to FastCGI to aid in debugging possible memory leaks and writting tests (unfortunately we don't even have any tests for the modules we use on the backend side).
Would the move to FastCGI make these things any better/easier? We obviously need to get the tests written for our modules we use, but would the switch help with debugging the handlers? All they do is call on the other modules we've written (so far without tests).
Any comments/suggestions welcomed greatly.
Thanks
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.