Posted
about 4 years
ago
by
ab
By default, only a sub-set is embedded when SynPdf calls the Windows API to package the font.So I don't know why your font is not sub-setted.Try to debug and find what is wrong in your case. It may be a Windows API limitation.
|
Posted
about 4 years
ago
by
ab
I am not sure I can really see the benefit of interfaces here - it seems overly complicated to me.You can compose your objects using regular code, and the factory / aggregate patterns.Use a set of TSQLRecord/TOrm classes in a (separated) persistence
|
Posted
about 4 years
ago
by
Eugene Ilyin
Yeap, k6 is NOT for the maximum performance testing.k6 is for complex scenarios to check relative to previous runs performance degradation/increase.That why for the speed tests it's in my "Class B"As for the raw HTTP queries flow - the "Class A"
|
Posted
about 4 years
ago
by
cregonat
Great,it now works,Thanks!
|
Posted
about 4 years
ago
by
HollosCs
Hello ab! Your product is fantastical (hungarian slang: “nagyon Gromek”). In the new project I use mormot2.In the new update I not found 3.35.2 static binaries for mormot2. Mormot2 test not run. Are any timeframe for update or just fix the version string in the .inc file?Thx
|
Posted
about 4 years
ago
by
sakura
Hi Arnaud,in D10.4.2/Win32 I get following warnings:[dcc32 Warning] mormot.core.zip.pas(1059): W1073 Combining signed type and unsigned 64-bit type - treated as an unsigned type[dcc32 Warning] mormot.core.zip.pas(1331): W1073 Combining signed type
|
Posted
about 4 years
ago
by
fabiovip2019
Hello everyone,I am using the structure of mormot Master / slave replication to work on the persistence of domino events via websocket and to ensure that all event subscribers receive the event.In fact, using this structure works very well. However
|
Posted
about 4 years
ago
by
edwinsn
@ab,A side question - what's your tool chain for fiddling the c/c++ stuff like this?
|
Posted
about 4 years
ago
by
mpv
Not what in mORMot2 IgnoreSSLCertificateErrors is sets to false by default (see the reasons here - https://synopse.info/forum/viewtopic.php?id=5781) IMHO from security reason better to use plain HTTP than HTTPS with self-signed certificates.
|
Posted
about 4 years
ago
by
mpv
Ah, this is a old problem (under Windows) - see this topic: https://synopse.info/forum/viewtopic.php?id=5625@ab - do we really need a memory mapped files there (TSynLogFile=class(TMemoryMapText)) ? In any case Log parser loads all file content into
|