Thank you Eurion,
but that was the first thing i tryed , it does not provide full information about the problem and reason i am getting it
before i was working with just a normal connection and no close connections ( was good for a little time)
then i got that error , and i readed that page (to many errors)
i edited the script and putted close connections on it to prevent any kind of errors (as the script works :S even when max errrors is on 1 then it still takes about 10 min before it breaks down)
that dit not works like it needed to be , as it keeps giving the same error so i changed it to Pconnect to eliminate the 25 open/close connections in my script (as it switch database all the time to verifie differend information)
every command got a close command added to it so it does not open a single connection with out closing it , it shoulnd provide any error then ?
but i need to say , it goes only about the remote connection, my firewall does not allow incoming connections on port 3306 exept outgoing connections (shoulnd be a problem else the script wont even work :s)
the reason why i ask this is because i like to know where that that error is exactly at
does it only happens for me ? or does it happends for every user that use my script ??
is it because my setup on my server ? or is it the script itself ??
that are basicly the questions i like to have a answer on as i can not find the error why it keeps returing
i can say that it is not a bad connection ( is a local conection in my case .. same datacenter )
check spoiler for more info
Code:
Pinging powerchaos.com [91.205.172.207] with 32 bytes of data:
Reply from 91.205.172.207: bytes=32 time<1ms TTL=63
Reply from 91.205.172.207: bytes=32 time<1ms TTL=63
Reply from 91.205.172.207: bytes=32 time<1ms TTL=63
Reply from 91.205.172.207: bytes=32 time<1ms TTL=63
Ping statistics for 91.205.172.207:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
so we are back where it all begon , whatever i change it keeps giving the error after a little time instead from the beginning :s
hopely this helps you more to figure out a solution ?
Thank you
Greets From PowerChaos