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 pr...
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.
目录
相关文章
|
开发工具 IDE 数据库管理
kbmmw 5.04 发布
增加了一大波功能,消灭了一大堆问题,也肯定引进了一大票BUG.We are happy to announce the release of our latest version of kbmMW. Downloads are readily available for holders of active SAU's from the portal at: https://portal.
1380 0
|
SQL 关系型数据库 网络架构
kbmmw 5.03 发布
版本一小数,功能一大步 We are happy to announce v5.03 of our popular middleware for Delphi and C++Builder. If you like kbmMW, please let others know! Share th...
1146 0
|
消息中间件 SQL 网络架构
kbmmw 5.02发布
5.02.00 May 27 2017 Important notes (changes that may break existing code) ====================================================== * Changed Use class in kbmMWSmartUtils.
1442 0
|
XML 数据格式
kbmmw 5.01 发布
Important notes (changes that may break existing code) ====================================================== * Officially now only supporting XE2 and forward.
1066 0
|
Web App开发
初识kbmmw 5 中httpsys的支持
前两天kbmmw 发布了5.0 版。里面一个非常令人兴奋的特性就是原生内部支持http.sys. 有关http.sys 的介绍及优势,我就在这里不多说了,大家可以参照一下我以前的文章。 关于http.sys 的最大优势就是web 服务,我今天就以此为例,在kbmmw中建一个使用httpsys的 web server。
1211 0
|
SQL
KBMMW 4.93.10 发布
例行更新,主要是bugfix. 4.93.10 June 4 2016 Important notes (changes that may break existing code) ====================================================== * Fixed compilation for D2009.
841 0
|
XML 流计算 数据格式
KBMMW 4.93.00 发布
可喜可敬,作者非常勤奋,跟上了delphi 10.1 的步伐。 4.93.00 April 26 2016 Important notes (changes that may break existing code) ===============================...
791 0
|
Linux C++ Java
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 p...
740 0
|
XML JSON 网络性能优化
KBMMW 4.90.00 发布
kbmMW is a portable, highly scalable, high end application server andenterprise architecture integration (EAI) development framework forWin32, .
789 0
|
Linux Android开发 Unix
KBMMW 4.84.00 发布
kbmMW is a portable, highly scalable, high end application server and enterprise architecture integration (EAI) development framework for Win32, .
689 0