in reply to Re^2: Processing large file using threads
in thread Processing large file using threads
Is this line
doing any DNS-ish stuff ? If so, I'd suspect that's your bottleneck, and you'll need to look into a smarter hostname cache solution. Threads will help, but probably not as much as you'd hope.my ($host)=GetHost($url);
|
|---|