From: admin <al...@be...> - 2009-06-11 09:11:03
|
2009-06-11 13:10 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) * source/server/errorsys.prg * source/server/server.prg * source/server/letofunc.c * Now letodb can work in coexistence with other types of applications - you just need to set new option in letodb.ini: SHARE_TABLES = 1. In this case tables are opened in the same mode as client applications opens them, exclusive or shared. In default mode tables are opened in exclusive mode to increase the speed. * C level RT errors handling on C level has been implemented - this allows to avoid server down in case of such kind of error ( they shouldn't appear, but ... ) * Readme.txt * Added info about SHARE_TABLES option Regards, Alexander. |