Closed Thread
Results 1 to 5 of 5

Thread: Use Parallel Processing for Faster Perl Scripts

  1. #1
    AlanQ's Avatar
    AlanQ is offline Newbie
    Join Date
    Apr 2009
    Location
    Las Vegas
    Posts
    17
    Rep Power
    0

    Use Parallel Processing for Faster Perl Scripts

    Introduction

    Usually we run various scripts like newsletter mailer, backup scripts, etc. which take quite a lot of time, making us think of some ways to make it faster. One way to make it faster is to run some operations in parallel, like sending email to 20 subscribers in parallel for the newsletter mailer, instead of mailing one by one. Implenting parallel processing would bring in a huge difference in the taken to run the script.

    Source: Use Parallel Processing For Faster Perl Scripts
    Last edited by Jordan; 04-20-2009 at 08:32 AM. Reason: Copied

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #2
    Join Date
    Sep 2007
    Location
    Karlstad, Sweden
    Posts
    3,082
    Blog Entries
    7
    Rep Power
    42

    Re: Use Parallel Processing for Faster Perl Scripts

    this should be moved to tutorials! Great text!
    __________________________________________
    I study Information Systems at Karlstad University when I'm not on CodeCall

  4. #3
    Jordan Guest

    Re: Use Parallel Processing for Faster Perl Scripts

    Please stop copying tutorials from other forums: Use Parallel Processing For Faster Perl Scripts

    These tutorials belong to their authors and those forums. We do not rip off articles. Also, post your original tutorials in the tutorial sections.

  5. #4
    Join Date
    Sep 2007
    Location
    Karlstad, Sweden
    Posts
    3,082
    Blog Entries
    7
    Rep Power
    42

    Re: Use Parallel Processing for Faster Perl Scripts

    Too bad it wasn't an original. it was great written.
    __________________________________________
    I study Information Systems at Karlstad University when I'm not on CodeCall

  6. #5
    phpforfun's Avatar
    phpforfun is offline Speaks fluent binary
    Join Date
    Feb 2008
    Posts
    1,232
    Blog Entries
    17
    Rep Power
    24

    Re: Use Parallel Processing for Faster Perl Scripts

    Quote Originally Posted by AlanQ View Post
    Introduction

    Usually we run various scripts like newsletter mailer, backup scripts, etc. which take quite a lot of time, making us think of some ways to make it faster. One way to make it faster is to run some operations in parallel, like sending email to 20 subscribers in parallel for the newsletter mailer, instead of mailing one by one. Implenting parallel processing would bring in a huge difference in the taken to run the script.
    Quote Originally Posted by Jordan View Post
    Please stop copying tutorials from other forums: Use Parallel Processing For Faster Perl Scripts

    These tutorials belong to their authors and those forums. We do not rip off articles. Also, post your original tutorials in the tutorial sections.

    BUSTED!
    Checkout my new forum! http://adminreference.com/

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. I/O processing
    By renoald in forum Visual Basic Programming
    Replies: 4
    Last Post: 09-24-2008, 12:03 AM
  2. Processing
    By Matt in forum General Programming
    Replies: 2
    Last Post: 07-12-2007, 10:45 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts