Link to home
Start Free TrialLog in
Avatar of PlumInternet
PlumInternet

asked on

What language is the best for a web crawler and indexer ?

Hello,

We are wanting to develop a web crawler and a rather complex indexer and would like to know what language would be best suited for the task. Our aim is to crawl millions of sites and indexing based on complex pattern matching
Avatar of Fippy_Darkpaw
Fippy_Darkpaw

PERL
Err oops submitted early. Yeah PERL = built in pattern matching, easy shuffling of large amounts of data, TONS of example code on the web dealing with Web interface
ASKER CERTIFIED SOLUTION
Avatar of mkatmonkey
mkatmonkey
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
If your budget is low then go for Open source like PHP or Java. I would recommand Java because you can avail the  multithreading environment  and Linux OS which is cheaper then MS Windows.

if budget is not an issue then you go for MS technologies like C#.net, VB.net or VC++ .net.
For MS technology I would recommand C# because easy you can avail the coding style of C++ and user interface of VB.

I have developed it so far using c# when I was learner of c#.

----
Satyadev