I am using gsite crawler to generate google sitemaps and is successful in doing so with my sites except one .When the crawler reaches some particular page it starts crawling it again and again and never stops. What could be the possible reason? Could any one help?
Impossible to say without you giving us the url. However, one reason might be if you have a page that dynamicly creates a link pointing to itself, but with a different query string. e.g. if : page.php?datetime=whatever-new-datetime-1 links to page.php?datetime=whatever-new-datetime-2 links to page.php?datetime=whatever-new-datetime-3
I PM'ed personaltrainer with a further analysis following the track of my advice in my eariler post. It is a not a trivial thing to "protect" a crawler against, I know from my programming of my sitemap generator program. There are some cases that can be discovered and avoided, but the rest will take... near indefinitely crawling