ab
ab
TL&DR: you need not only generate/sign/verify abilities of hashes, but some kind of PKI to maintain a certificate authority chain. One possibility could be to use Windows' PKI for sure....
It is already part of the mORMot framework, if you use interface based services.
+1 for having the build script. It would be very helpful - even a set of dirty scripts is good, to be used as reference.
This leads to a full rewrite of the BSON content, in BsonAddItem(). At least, we could use a single call to AddITem(): ``` BsonVariantType.AddItem(fCommand, ['$db', fDatabaseName, '$readPreference', _ObjFast(['mode', 'primaryPreferred'])]); ```...
But at command level, if we make a read operation (e.g. find), then it would affect the read performance and only use the primary? I don't understand how it is...
About read performance, my guess is that if we set `primaryPreferred` in the command, and it does not match the TMongoClient setting, which may be e.g. `rpSecondary`, then even if...
Prepared statements gives a noticeable performance boost with SQLite3 engine. So I guess being able to prepare and reuse the statements on rqlite server side could be a good benefit,...
No news since answered - closing. Please reopen if needed.
I have written a blog post about TFB and object pascal - yes, we added our object pascal framework in round 22! https://blog.synopse.info/?post/2023/10/31/Pascal-in-the-race%3A-TFB-Challenge-Benchmarks And in fact, next week I will...
Even for a corporation, it is a pretty huge and unusual setup, especially the network part. Only the SSD is a weird chose: a SATA version for database process? In...