From: Alexander S.K. <al...@be...> - 2009-06-11 11:51:26
|
Hi All, just few notes about how the latest changes extends letodb possibilities. The first one ----------- 2009-06-05 17:40 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) ... * It is possible now to run few instances of letodb server on the same computer, using different ports. ----------- as it is written, allows "to run few instances of letodb server on the same computer". Having in mind that letodb didn't allow to share tables with other applications, you could use this, if you have separate databases on the server. Running a copy of letodb for each such a database, you decrease the loading of a letodb server and, so, increase its speed. After the second change ----------- 2009-06-11 13:10 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) ... * Now letodb can work in coexistence with other types of applications - you just need to set new option in letodb.ini: SHARE_TABLES = 1. ----------- you can run few copies of letodb even for one database. This can help, if you have many client connections and letodb have difficulties to serve them all ( I hadn't such situation, but it may appear ). The default mode ( SHARE_TABLES = 0 ) is faster and it is preferable, but in case of a big number of active users you have now an option to distribute loading between multiply copies of letodb. Regards, Alexander. |