7 messages in com.mysql.lists.perlRe: perl/mysql/innodb
FromSent OnAttachments
mayuran12 May 2004 10:47 
mayuran12 May 2004 13:40 
Jochen Wiedmann12 May 2004 13:41 
Jochen Wiedmann12 May 2004 14:05 
mayuran12 May 2004 14:12 
Rudy Lippan12 May 2004 14:18 
mayuran12 May 2004 14:22 
Subject:Re: perl/mysql/innodb
From:Jochen Wiedmann (joch@freenet.de)
Date:05/12/2004 01:41:08 PM
List:com.mysql.lists.perl

mayuran wrote:

I have a perl script which fork()'s many children and each child is updating a table, and each child is inserting/updating DIFFERENT rows - I split up the work so that no two children try to update the same row so that no child has to wait for any locks to be released. The problem is, I am getting lock wait timeout's still, its not consistant - sometimes it happens sometimes it does not.

Is it possible that you are attempting to share handles or do similar stuff? If so, try to avoid it.

Jochen