You are not logged in.
Pages: 1
Hello friends,
Today I'm using mORMot in a Windows Server 2008, with administrator rights, using only a delphi client. I'm using on the server side TSQLRestServerDB with a SQLite database and a TSQLHttpServer class. On the client side I'm using the TSQLHttpClient to make the connection.
Is this right? There is something else I can do get mORMot working at it's full speed?
Last edited by Kobe (2013-11-11 16:33:36)
Offline
Sounds fine.
Ensure you use the SQLite3 database in "exclusive mode" - see http://blog.synopse.info/post/2013/06/1 … cking-mode
Offline
Thanks for your answer. I think the SQLite3 database in "exclusive mode" will be right for me.
Offline
Pages: 1