This build includes few important fixes and some improvements ( see Whatsnew.txt )
This build has been released after a long pause. It includes such important additions as transactions support and authentication subsystem.
This is a bug fix release - to be compatible with xHarbour and summer Harbour releases
[!] All basic RDD functionality has been implemented.
Relations, orderListAdd, orderListClear has been added.
[!] The server works im multithread mode now.
First thread listen sockets, accept connections and answers to commands,
which doesn't demand database access and Harbour's VM/stack functions.
The second answers to all other commands.
[!] DBFNTX support has been added. The driver, which will be used to open a
table ( DBFCDX or DBFNTX ) is determined at server side from the letodb.ini -
see readme.txt for details.... read more
There are two threads introduced:
the first one, which accepts connections, selects and reads sockets, replies to management requests;
and the second, which handles all database related requests.
There was important bugs fixes since build3.
Solved all incompatibilities with different Harbour/xHarbour versions, fixed some bugs, added new base methods.
The first source packages are released. The server isn't in production state yet, but can be used if there aren't much clients.