Re: In need to efficiently retrieve HTTP

2012-11-24 Thread Jenda Krynicky
- Because it's all backwards! - Why is that? - Because it's hard to read. - Why? - Please do not top post! From: 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

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 - >

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