From: Alexander S.K. <al...@be...> - 2009-06-18 06:41:08
|
2009-06-18 10:40 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) * source/server/server.prg * source/server/letofunc.c * New experimental mode has been added, it can be set by adding an option in letodb.ini: NO_SAVE_WA = 1. When this mode is set, each dbUseArea() will cause a real file open operation and creating a new workarea on the server ( in default mode each file is opened only one time and have only one real workarea for all users ). Theoretically this new mode may increase the speed in case of a big number of active users. It isn't properly tested yet, so for production use default mode is recommended. Regards, Alexander. |