Hi,

> Well, I tried increasing the max packet size, but all that did was decrease
> the frequency of the problem appearing. I increased it from 1MB to 8MB.
> Think that was enough?

You never send us a code fragment did you? The thing puzzling me is
"decrease the frequency"... I agree with Andrew that you hit the 
max_packetsize_limit here. Now either you get once in a while an
entry that is larger than this limit (unlikely) or you are using 
some form of statement that is not storing into the database immediately
but storing it somewhere and then updating it all at once.

Does this shed a new light on things? If not, perhaps you can post
your code that is triggering this problem.

Regards,

Frank 

-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to