In need to efficiently retrieve HTTP

2012-11-21 Thread Daniel Burgaud
Hi All Basically, I need to fetch thousands and thousands of small 200~4000 byte files (map files). Opening and closing a socket connection is too slow a process so much so a single file would take as much as 10 seconds! Is there any perl script out there that can be used to efficiently fetch HTT

RE: In need to efficiently retrieve HTTP

2012-11-21 Thread Tobias Hoellrich
Hi Daniel - http://stackoverflow.com/questions/6473785/improving-lwpsimple-perl-performance should bring you on the right track. If you want to avoid multiple threads/processes then "Keep-Alive" most likely will give you the biggest performance gain. The TCP connection stays open after you made

RE: In need to efficiently retrieve HTTP

2012-11-21 Thread Brian Raven
From: perl-win32-users-boun...@listserv.activestate.com [mailto:perl-win32-users-boun...@listserv.activestate.com] On Behalf Of Tobias Hoellrich Sent: 21 November 2012 14:45 To: Daniel Burgaud Cc: Perl-Win32-Users Subject: RE: In need to efficiently retrieve HTTP > Hi Daniel - > http://stackove

Perl for Banking and Finance Domain

2012-11-21 Thread Perl Perl
Dear All, I want to know, the material and source code / open source project, where Perl is used for Banking and Finance Domain. And if you can guide me to tutorial and books where, it explains about the Perl usage for Banking and Finance domain, it will be a great help. I searched on internet, b