KBMMW 4.70.00 发布

We are happy to announce the release of kbmMW v. 4.70.00
Professional and Enterprise Edition.

kbmMW continues to set the bar for what an n-tier product must be
capable of in the real world!

New stuff
=========
- Added support for marshalling and demarshalling generic TDictionary
  descendants.
- Added native LZH support including new TkbmMWLZHCompression component.
   Notice that LZH compression gives good compression, but at a cost of
   CPU cycles. Thus requests per second will be drastically limited.
   For this reason, its best to use the compression on a separate
   transport accessible only by devices that require compression, and
   leave other devices communicate via a server transport that is not
   compressed.
   As the LZH compression is in native Pascal code, it should compile
   for IOS/Android too.
- Added support for tentatively pushing messages to a queue. The
   message is not available for pop, until the push has been committed.
   Alternatively the push can be rolledback.
- Added support for streaming true native int64 in
   TkbmMWBinaryStreamFormat. Upped the stream version to 47000. Its
   still backwards compatible.
- Added multilevel congestion support and filtering on message queues.
   CongestionPriority is used for determining which messages to drop
   (all from this priority and below) when CongestionThreshol has been
   reached. CongestionThreshold is now considered the last barrier of
   defence for filtering out both low and higher priority messages.
   CongestionPriorityLow and CongestionThresholdLow is a new congestion
   barrier added to filter out low priority messages.
- Added TentativelyPushedMessages and renamed PoppedMessages to
   TentativelyPoppedMessages to message queues.
   Returns number of tentatively (and thus not visible) pushed
   messages, and already popped but not committed messages.
- Added support for read/write float and double data, little endien and
   big endian in TkbmMWMemoryStream.
- Added Swap16, Swap32, Flip16, Flip32, Flip8 to TkbmMWPlatformMarshal.
- Added PassedTime to TkbmMWTiming. Same as HasPassedTime but returns
   new base time.
- Added kbmMWHashString64 and kbmMWHashWideString64. Renamed old
   kbmMWHashString and kbmMWHashWideString to kbmMWHashString32 and
   kbmMWHashWideString32. Calculates 32 and 64 bit versions of FNV-1A
   hashes.
- Added kbmMWSubjectStartsWith to kbmMWSubjectUtils.pas
- Added support for using IOS/Android native logging when using
   kbmMWDebug features.

Changes/minor additions
=======================
- Updated SQLiteServer and Client samples to allow selection of
   compression.
- Improved TCPIP Indy client messaging transport disconnection.
- Changed statistics timestamps to (potential) ns precision.

Fixes
=====
- Fixed buffer overrun in TkbmMWStringList.SetTextStr.
- Fixed bug related to XE7 and field lifecycle on error table.
- Fixed CPU cores pegged at 99% by making use of TLightweightEvent
   optional on XE3 and up.
   Now default is disabled and TEvent is used instead.
   Reason is that it has shown to be unstable on loaded systems getting
   into endless spinwaits, hogging all CPU cores.
- Fixed A/V when nodes are missing in streamed
   TkbmMWXMLAuthorizationStorage data upon load.
- Fixed field ownership in TkbmMWXMLStreamFormat and
   TkbmMWJSONStreamFormat.
- Fixed incorrect JSON escaping forward slash.
- Fixed GetAsStream in TkbmMWJSONNative.
- Fixed missing platform attributes.
- Fixed kbmMWExplode for NextGen compilers.
- Fixed kbmMWSafeString for NextGen compilers.
- Fixed kbmMWExtractParameter for NextGen compilers.
时间: 2024-10-24 04:04:33

KBMMW 4.70.00 发布的相关文章

KBMMW 4.80.00 发布

一大波更新来了. 4.80.00 March 30 2015         Important notes (changes that may break existing code)        ======================================================        * Changed messaging transport event OnServerRequestException to OnServerException.     

KBMMW 4.92.00 发布

We are happy to announce the release of kbmMW Professional and Enterprise Edition. Yet again kbmMW continues to set the bar for what an n-tier product must be capable of in the real world! Keywords for this release: - New memory debugging/leak detect

KBMMW 4.84.00 发布

kbmMW is a portable, highly scalable, high end application server and enterprise architecture integration (EAI) development framework for Win32, ..Net and Linux with clients residing on Win32, .Net, Linux, Unix, Mainframes, Minis, Embedded and many o

KBMMW 4.90.00 发布

kbmMW is a portable, highly scalable, high end application server andenterprise architecture integration (EAI) development framework forWin32, ..Net and Linux with clients residing on Win32, .Net, Linux,Unix, Mainframes, Minis, Embedded and many othe

KBMMW 4.82.00 发布

作者最近加紧了更新进度,赞一个. 时间都去哪儿了? 还没好好看4.81, 新版就来了. 这个版本主要是增强日志管理,已经强大到替换delphi 本身的异常处理了. We are happy to announce the release of kbmMW v. 4.82.00 Professional and Enterprise Edition. kbmMW continues to set the bar for what an n-tier product must be capable

KBMMW 4.93.00 发布

可喜可敬,作者非常勤奋,跟上了delphi 10.1 的步伐. 4.93.00 April 26 2016 Important notes (changes that may break existing code) ====================================================== * Updated transport stream format to include support for streaming cardinal values. *

KBMMW 4.81.00 发布

这次更新的速度非常快. 4.81.00 May 9 2015 Important notes (changes that may break existing code) ====================================================== * Changed TkbmMWOnFileAccess event to allow rewriting Path. TkbmMWOnFileAccess = procedure (Sender:TObject; v

KbmMW 4.40.00 正式版发布

经过快3个月的测试,kbmmw 4.40 正式版终于在圣诞节前发布了. We are happy to announce the availability of a new kbmMW release! This is a major release that amongst other things adds support for Delphi XE5 Win32/Win64/OSX/IOS/Android. The release also includes the following m

kbmMW 4.01.00 Beta 1发布了

4.01.00 Beta 1, Jun 1 2012        Important notes (changes that may break existing code)        ======================================================        * Updated transport stream format to 410, to support transfer of variant unicode strings as