- This topic has 5 replies, 3 voices, and was last updated 3 years, 6 months ago by .
Viewing 2 reply threads
Viewing 2 reply threads
- You must be logged in to reply to this topic.
Hello Kim,
Tested Delphi’s 11 TMonitor ? It seems they fixed a lot threading problems.
Thanks
how to test?
Is Delphi 11 or Delphi 11.1?
Kim has an internal test i think that’s why he discarded TMonitor from kbmMW in prior releases due bugs of TMonitor.
Both Delphi 11 and 11.1 have fixes for threading.
You can enable use of TMonitor for locking instead of kbmMW’s own fast MREW locking mechanism by defining: KBMMW_SUPPORT_MONITORLOCK
/Kim/C4D
I need to disable KBMMW_SUPPORT_FASTMRWSLOCK after i enabled KBMMW_SUPPORT_MONITORLOCK. I dunno if this is normal.
Yes… only one of them can be enabled at any time.
/Kim/C4D