I read the whole tuning stuff several times but it's very dense, I guess I'll have to re read it many times before really understanding the "Whole Big Picture of Things"
Ok to make things clearer:
I use only MethodHandlers.
My modules reside in a structure like this:
Projet1/handler1.pm
Projet1/handler2.pm
And I have a
lib/Project1Config1/param.pm
lib/Project1Config2/param.pm
Each vHost uses the same module, except for the config file
And I'm asking myself a lot of silly question on wether it is efficient or not, wheter I could find a way to organize things to save up memory
It seems that the answer is no, exept if I
preload the handler modules at startup, but I have to be sure that the right vHost gets the right config file, and that things don't mess up along the way.
I'll be reading your links right away, thanx :)
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.