RE: Re: Re: Web Crawler

1999-11-23 Thread ricarDo oliveiRa
tools.com/tools/tools.html Cheers ./Ricardo Oliveira --Original Message-- From: "Miguel A.L. Paraz" <[EMAIL PROTECTED]> To: ricarDo oliveiRa<[EMAIL PROTECTED]> Sent: November 23, 1999 1:31:45 PM GMT Subject: Re: Re: Web Crawler On Tue, Nov 23, 1999 at 07:00:27AM -0500

Re: Re: Web Crawler

1999-11-23 Thread Miguel A.L. Paraz
On Tue, Nov 23, 1999 at 07:00:27AM -0500, ricarDo oliveiRa wrote: > - I'm not writing a web crawler from scratch. the initial source code was > based on Google's, adapted to serve the specific needs of this web site where did you get source code of Google!? cheers, ---m -- M

RE: Re: Web Crawler

1999-11-23 Thread ricarDo oliveiRa
Hi again! ricarDo> thanks in advance for any further help. I have a web crawler ricarDo> running in a solaris+apache+mod_perl web server, and for some ricarDo> reason, when I try go get the contents of a certain page, it ricarDo> hangs and gives no timeout whatsoever. >First,

Re: Web Crawler

1999-11-22 Thread Randal L. Schwartz
>>>>> "ricarDo" == ricarDo oliveiRa <[EMAIL PROTECTED]> writes: ricarDo> thanks in advance for any further help. I have a web crawler ricarDo> running in a solaris+apache+mod_perl web server, and for some ricarDo> reason, when I try go get the contents

Web Crawler

1999-11-22 Thread ricarDo oliveiRa
Hi there, thanks in advance for any further help. I have a web crawler running in a solaris+apache+mod_perl web server, and for some reason, when I try go get the contents of a certain page, it hangs and gives no timeout whatsoever. use LWP::Simple; ... $page_text = get($thisURL

Web Crawler

1999-11-22 Thread ricarDo oliveiRa
Hi there, thanks in advance for any further help. I have a web crawler running in a solaris+apache+mod_perl web server, and for some reason, when I try go get the contents of a certain page, it hangs and gives no timeout whatsoever. use LWP::Simple; ... $page_text = get($thisURL