in reply to Re: Combining LWP::Parallel::UserAgent with WWW::Mechanize
in thread Combining LWP::Parallel::UserAgent with WWW::Mechanize
With multiple processes, I have tracked down two basic approaches, apart from LWP::Parallel which you didn't like.
Do you think one way has any advantages over the other? Or are these ways essentially the same under the hood?
FWIW I'm on linux now (new job -- yay! now I get perl in its native habitat :) ), since this seems to be relevant when forking comes into play. (Forking works better on linux.)
Also, to give a bit more contetx, I'll be downloading potentially 10s of thousands of websites, but no more than 100 from any one particular domain.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Combining LWP::Parallel::UserAgent with WWW::Mechanize
by perrin (Chancellor) on Apr 21, 2006 at 15:06 UTC |