arachnode.net
An open source .NET web crawler written in C# using SQL 2005/2008

Browse Site by Tags

Showing related tags and posts across the entire site.
  • Re: Server Errors that being take care by the website

    Megetron, I have a situation where I build lists of particular web sites I want to crawl. I do it via a sql script that will submit the crawl requests, but it may give you some ideas. In the sql I just do something like this: declare @id bigint declare @url varchar(255) declare @depth int declare @restrictcrawl...
    Posted to General Questions by Kevin on 5 Sep 2009
  • Re: What are these fields used for and mean?

    They correspond to the enum: namespace Arachnode.SiteCrawler.Value.Enums Flags ] { [ public enum UriClassificationType : byte { None = 0, Domain = 1, Extension = 2, FileExtension = 4, Host = 8, Scheme = 16 } } RestrictCrawlTo means that the Crawl won't crawl WebPages that aren't the same UriClassificationType...
    Posted to General Questions by arachnode.net on 23 Jul 2009
Page 1 of 1 (20 items)
An open source .NET web crawler written in C# using SQL 2005/2008

copyright 2004-2010, arachnode.net LLC

Powered by Community Server (Non-Commercial Edition), by Telligent Systems