Hi Thomas, I have question if you have any plans to increase cuncurrency performance with new storage format. My suggestion would be: * replace synchonization with less expensive locking (semaphor, reentrance lock...) * more fine grained locking (maybe per page, not storage) * WRITE_LOCK, READ_LOCK etc * make some classes (Cache, StorageFile etc) concurrency safe.
I also have question if it is worth to start any work in this direction. No one is complaining and Apache Derby which handles concurrency well is already here. Other issues would be more complicated code, JRE 1.3/1.4 compability, testing etc.. Regards, Jan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/h2-database?hl=en -~----------~----~----~----~------~----~------~--~---
