As I would be testing the features like FTP,Email etc., So I would be using the Perl modules Net::FTP, Net::SMTP,POP3,IMAP etc in my script(s), which would be executing on a workstation (unix flavour) acting as a client and sending the request to server(unix flavour):

The scenario could be like this: 1) send 10 mails after every 2 mins
2) Try ftp for 10 users every 3 mins/5 mins>br> 3) Check if can access webpages (thru' Mechanize module) every 5 mins and other stuff (testing other features) which would be doing something every TIMEPERIOD.

Those would be independent of each other and will not need to communicate with each other and would be sending the requests to the server.

I may have to get the logs/reports after one iteration or after completion of some particular test , that I still need to figure out. But right now I am more concerned about the approach should I take related to threads or processes?

In reply to Re: threads or processes ? - Simulation test by contactme
in thread threads or processes ? - Simulation test by contactme

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.