Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
but the aplication among offered that I prefer is Cloud LAMP server: CentOS 6.x, Apache, MySQL, PHP… How it is about Perl installation and version? I expect Perl 5.10.1 installed On CentOS

Yes, that is correct and it should be installed by default. However, be aware that CentOS (like all the RedHat-based distros) does not include all of the Core Perl modules by default and if you require these they would need to be installed via yum. Many monks will advise you to avoid using the system perl anyway but I don't necessarily agree with that. So long as your personally-installed modules (ie. not via yum) are kept separate from the system and vendor modules then they can happily coexist.

Is 1 or 2GB RAM enough for this my application? Till now maximum number of site visits was around 1000 visits in a day in the peak ...

If, as discussed previously, you perform the image-generation on a schedule and not on-demand so that essentially the webserver is just serving static content then yes, you can probably get away with the low RAM indicated. Remember to strip out all the unnecessary modules from the Apache configuration to lower the memory footprint. Sensible caching and a hybrid MPM (worker or event) would help too. 1000 visits a day should be quite achievable (so long as they don't all arrive at once).

There's no harm in using something like RRDTool just to produce graphs if that's what you want.

Best of luck with your project.


In reply to Re: Web monitoring with Perl, comments and suggestions on general approach please by hippo
in thread Web moniitoring with Perl, comments and suggestions on general approach please by predrag

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (6)
As of 2024-04-19 07:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found