Re: DBI Background (fork) CGI causes Error 2013

2001-10-05 Thread Alex Menendez
Ok, I updated max_allowed_packet to 16M and the same problem still occurrs. I think the issue is with fork because DBD errors out right after the first db insert that the child process does. Is there a bug for this? I have DBI->trace(3) turned on and the errors it gives are not very descript

Re: DBI Background (fork) CGI causes Error 2013

2001-10-05 Thread Alex Menendez
To this matter even if the actual insert text for this message is under 16M? I actually did increase it to 10M but according to your suggestion...this is not enough. thanx again, -amen On Fri, 5 Oct 2001, Jani Tolonen wrote: > Alex Menendez writes: > > Hello, All > > Hi Alex, > > > I bu

DBI Background (fork) CGI causes Error 2013

2001-10-04 Thread Jani Tolonen
Alex Menendez writes: > Hello, All Hi Alex, > I built a spammer cgi some time ago that sends opt-in email to a list > of recipients stored in a member account db. It has ran fine in the > past. However, recently it is generating 2013 errors (Lost connection to > Mysql server during query)

DBI Background (fork) CGI causes Error 2013

2001-10-02 Thread Alex Menendez
Hello, All I built a spammer cgi some time ago that sends opt-in email to a list of recipients stored in a member account db. It has ran fine in the past. However, recently it is generating 2013 errors (Lost connection to Mysql server during query) . The script works by accepting news letter qu