PHP Crawler or Java Crawler?

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
yourock
Forum Newbie
Posts: 1
Joined: Wed Oct 13, 2010 2:06 pm

PHP Crawler or Java Crawler?

Post by yourock »

Hi,

I'm developing a crawler class in PHP.., its fast and runs pretty weel.. A friend of mine advise me to use a Nutch implementation... What are your experience? Does a Java crawler surpasses ANY PHP crawler code?

Tanks in advance ;)
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Re: PHP Crawler or Java Crawler?

Post by John Cartwright »

I wouldn't consider a PHP crawler to be faster than any threaded alternative.
Post Reply