You are not logged in.
Pages: 1
Hi Arnaud,
This may sounds like a strange problem, but all I want to use is inter-process interface calls, like what the "Demo 14 - Interface based services" demonstrated, and I don't need database support.
So I'm thinking of extracting that part from mORMot framework, would you give me some guides? Thanks!
Delphi XE4 Pro on Windows 7 64bit.
Lazarus trunk built with fpcupdelux on Windows with cross-compile for Linux 64bit.
Offline
Just use TSQLRestServerFullMemory instead of TSQLRestServerDB.
Thanks to Delphi smart linking, it will use generate very little code overhead.
And you will still have all interface-based services features at hand, including authentication and security.
Offline
Thanks Arnaud,
While little code overhead is good, what I actually want is a smaller codebase so that in the future it'll be easier to port to Free Pascal if I would ever need that.
How hard would that be?
Delphi XE4 Pro on Windows 7 64bit.
Lazarus trunk built with fpcupdelux on Windows with cross-compile for Linux 64bit.
Offline
You will be stuck at lower level, i.e. in SynCommons.pas.
Un-coupling DB and services won't help you much for migration.
I highly consider finishing the FPC port of mORMot soon, when I see the XE4+ compiler roadmap.
Offline
Good news Arnaud!
Delphi XE4 Pro on Windows 7 64bit.
Lazarus trunk built with fpcupdelux on Windows with cross-compile for Linux 64bit.
Offline
Pages: 1