Gossamer Forum
Home : Products : Gossamer Links : Pre Sales :

Link Checker

Quote Reply
Link Checker
How long does the LinksSQL Link Checker take, on average, to complete a database of around 200 links?

- wil
Quote Reply
Re: [Wil] Link Checker In reply to
Mm..depending on server load about a couple of minutes (guessing, thats what it took on my site).

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Wil] Link Checker In reply to
Depends on your server's specifications, traffic, (LAN) network specifications, method of execution (telnet versus web browser), etc. (times will vary). IF this gives you any idea, takes between 10-15 minutes to check 1,917 links using web browser on a low volume (of users) shared server.
========================================
Buh Bye!

Cheers,
Me
Quote Reply
Re: [Wil] Link Checker In reply to
Hmm different answers to what I was going to give :)

Takes about 2 seconds per link for me on a 1ghz server but obviously it can vary quite a bit as the other two answers show..
Quote Reply
Re: [RedRum] Link Checker In reply to
2 seconds per link? Hm, that sounds about right. I've got my code working to check 200 sites in 387 seconds (best time, but varies) on a shared server, medium load. I'm happy with that.

Still, I still want to look into ways of improving this.

- wil
Quote Reply
Re: [Wil] Link Checker In reply to
Are you using non-blocking sockets?
Quote Reply
Re: [RedRum] Link Checker In reply to
No, just LWP::Parallel::UserAgent.

- wil