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
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