sqlite file format, anyone?

Derek Neighbors derek at gnue.org
Mon Jun 23 13:25:45 CDT 2003


>> > > > Ok, this implies we cannot do multi-user on MySQL
>> > >
>> > > You can't do multi-user with MySQL because of the problems with
>> locking, and because I'm pretty sure that 'real' multi-user
>> installations will need the balance checkpointing which needs
>> stored proceedures.  You can probably work around the events issue
>> by sticking them in a table, and polling that table.
>> >
>> > I am still not coninvinced there is any locking problem here.  Also,
>>
>> Can you nest table locks in mysql?  I thought you couldn't.  Can you
>> rollback? i.e. start to make changes and then decide to skip it?
>
> Yes, you can rollback.  I don't know about nested table locks offhand.

In a multi-user system why on earth would you want to lock a table, much
less multiple tables at a time?  I would suspect that as a serious design
flaw.

Derek Neighbors
GNU Enterprise
http://www.gnuenterprise.org





More information about the gnucash-devel mailing list