Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [jasy007] issues with LinkSQL 3.1.0

Quote Reply
Re: [jasy007] issues with LinkSQL 3.1.0 In reply to
I looked at the error again and it looks like your MySQL server's configuration can't handle the concurrency of the children the nph-verify spawns. If you edit nph-verify.cgi and change the line near the top:
Code:
max_children => 10,
to:
Code:
max_children => 5,
It should help lower the load on your MySQL server.

PS: the verify code hasn't changed since 3.0, so it wouldn't be the 3.1.0 update that caused this issue for you.

Adrian
Subject Author Views Date
Thread issues with LinkSQL 3.1.0 jasy007 7141 Feb 16, 2006, 2:58 PM
Thread Re: [jasy007] issues with LinkSQL 3.1.0
brewt 7030 Feb 16, 2006, 3:10 PM
Thread Re: [brewt] issues with LinkSQL 3.1.0
jasy007 6993 Feb 17, 2006, 10:17 AM
Post Re: [jasy007] issues with LinkSQL 3.1.0
jasy007 6981 Feb 17, 2006, 10:27 AM
Thread Re: [jasy007] issues with LinkSQL 3.1.0
brewt 6983 Feb 17, 2006, 12:11 PM
Thread Re: [brewt] issues with LinkSQL 3.1.0
jasy007 6971 Feb 17, 2006, 12:30 PM
Thread Re: [jasy007] issues with LinkSQL 3.1.0
jasy007 6898 Mar 10, 2006, 10:36 AM
Thread Re: [jasy007] issues with LinkSQL 3.1.0
jasy007 6909 Mar 11, 2006, 11:18 AM
Post Re: [jasy007] issues with LinkSQL 3.1.0
brewt 6904 Mar 13, 2006, 1:58 PM
Post Re: [jasy007] issues with LinkSQL 3.1.0
KevM 6725 Nov 27, 2006, 4:51 AM