Re: Issue with locking and INSERT DELAYED

2007-05-15 Thread Dan Nelson
In the last episode (May 15), Dan Buettner said: > Hi Edoardo - > > I think you've been misinformed; MyISAM tables do not support > simultaneous read and write operations. MyISAM is a multiple > reader/single writer, table locking design. You may want to switch > to InnoDB tables for that f

Re: Issue with locking and INSERT DELAYED

2007-05-15 Thread Dan Buettner
Hi Edoardo - I think you've been misinformed; MyISAM tables do not support simultaneous read and write operations. MyISAM is a multiple reader/single writer, table locking design. You may want to switch to InnoDB tables for that functionality. http://dev.mysql.com/doc/refman/5.0/en/locking-iss