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 other places.
It is currently used as the backbone in hundreds of central systems, in
hospitals, courts, private, industries, offshore industry, finance,
telecom, governements, schools, laboratories, rentals, culture
institutions, FDA approved medical devices, military and more. 4.84.00 September 6 2015 Important notes (changes that may break existing code)
======================================================
* Removed kbmMWMurmurHash3 from kbmMWGlobal.pas. New stuff
=========
- Added support for RAD Studio 10 Seattle and Delphi 10 Seattle.
- Added LZ4 compression support.
- Added JPEG compression support via TurboJPEG via the new
units kbmMWJPEG and kbmMWJPEGDefs.
Installer includes optimized precompiled Win32, Win64 and
Android libJpeg DLL/.so libraries.
- Added support for DirectX11 for Remote Desktop Server.
- Added multimonitor support (max 8 monitors) in Remote Desktop.
- Added clipboard sharing in Remote Desktop.
- Added 4 bit and 8 bit grayscale view modes to Remote Desktop.
- Added auto detect compression modes in Remote Desktop.
Some of them are called "xxxFullScreen" and will attempt non
tiled compression, which may be preferable if running for
example video in full screen for best non tearing
appearance.
- Performance optimized Remote Desktop including tile based
texture detection compression, better thread handling and
more.
- Added FireMonkey Remote Desktop client component and limited
demo app which runs on NextGen.
- Added PassedTimeDiffUS to TkbmMWTiming. Works as PassedTimeUS
except it returns passed time in uS.
- Added kbmMWHashMurmur3.pas, kbmMWHashFNV1A.pas and
kbmMWHashXX.pas units for 3 different high performance
hash algorithms.
- Enabled ZIPPED stream support for NextGen.
- Added mwmqoPurgeOnCongestion to TkbmMWMessageQueueOption
which will clear messages below a certain priority from the
messagequeue when congestion is detected.
- Added mwmqoPurgeAllPrioritiesOnCongestion to
TkbmMWMessageQueueOption which will clear messages of all
priorities from the messagequeue when congestion is detected.
- Added Purge method to TkbmMWCustomMessageQueue and all
descendants (memory and file). Removes messages from the
queue optionally based on priority leaving only N messages. Changes/minor additions
=======================
- Dropped PNG compression mode in Remote Desktop.
- Dropped Huffman compression mode in Remote Desktop.
- Removed kbmMWMurmurHash3 from kbmMWGlobal.pas.
- Deprecated kbmMWHashString32 and kbmMWHashString64. Instead
use kbmMWHashFMV1A32 or kbmMWHashFMV1A64.
- Added Options:TUniDataSetOptions to UniDAC adapter.
- Modified UniDAC adapter to convert field types:
ftOraBlob->ftBlob, ftOraclob->ftWideMemo, ftDateTime->ftDate.
- Improved performance in HTTPGetContents in
TkbmMWHTTPTransportStreamHelper.
- Dropped DirectX9 screen capture support in Remote Desktop.
- Updated .Net kbmMWSpider with user suggestions. Fixes
=====
- Fixed compilation/runtime issues for IOS64.
- Fixed kbmMWString2Variant to return local time in variant if
a datetime value was given, instead of UTC time.
- Fixed potential TkbmMWMemoryStream issues in mobile and 64
bit code.
- Fixed Unicode memo issues in UniDAC adapter.
- Fixed Android compilation issues.
- Fixed issue when dynamically modifying path in OnFileAccess
in file service.
- Fixed object marshalling for NextGen.
- Fixed resetting timezone when setting
TkbmMWDateTime.ISO8601DateTime given only a date.
- Fixed initializing timezone offset to 0 when creating empty
TkbmMWDateTime.
- Fixed FIB adapter when moving blob/memo data.

KBMMW 4.84.00 发布的更多相关文章

  1. kbmmw 5.05.00 发布

    新年前最后几天,kbmmw 发布了新版本,增加一大波功能.we are happy to announce v5.05.50 of our popular middleware for Delphi ...

  2. KbmMW 4.30.00 发布

    今天早上,KbmMW发布了4.30.00 版,这个版本开始支持XE4 的WIN/WIN64/OSX. 暂时不支持ios开发,同时加强了通过JSON 的对象序列化.还有就是解决了我提交的几个有关 汉字处 ...

  3. KBMMW 4.92.00 发布

    We are happy to announce the release of kbmMW Professional and Enterprise Edition. Yet again kbmMW c ...

  4. KBMMW 4.90.00 发布

    kbmMW is a portable, highly scalable, high end application server andenterprise architecture integra ...

  5. KBMMW 4.83.00 发布

    新版本又来了,端午节都不让大家过好:) 这次终于支持ios 64了,不用我再手工改了. Components4Developers is a company established in 1999 w ...

  6. KBMMW 4.82.00 发布

    作者最近加紧了更新进度,赞一个. 时间都去哪儿了? 还没好好看4.81, 新版就来了. 这个版本主要是增强日志管理,已经强大到替换delphi 本身的异常处理了. We are happy to an ...

  7. KBMMW 4.80.00 发布

    一大波更新来了. 4.80.00 March 30 2015 Important notes (changes that may break existing code)        ======= ...

  8. KBMMW 4.70.00 发布

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

  9. kbmmw 5.10.00 发布

    We are happy to announce v5.10.00 of the most complete development add on for Delphi and C++Builder ...

随机推荐

  1. cdh5.13.1 升/降级SPARK2 (parcel安装的同理)

    下载相关的CSD包与parcel包.parcel包SHA 放置在相关位置. 注意:重启cloudera-scm-server 从parcel 里删除旧包,启用新包 csd目录里其它JAR包要删除

  2. 牛客网练习赛12---A and B

    A题传送门:https://www.nowcoder.net/acm/contest/68/A B题传送门:   https://www.nowcoder.net/acm/contest/68/B A ...

  3. TCP粘包、拆包

    TCP粘包.拆包 熟悉tcp编程的可能都知道,无论是服务端还是客户端,当我们读取或发送数据的时候,都需要考虑TCP底层的粘包/拆包机制. TCP是一个“流”协议,所谓流就是没有界限的遗传数据.可以想象 ...

  4. HW3 纠结的心得

    改好的controller //yuec2 Yue Cheng package hw3; import java.io.File; import java.text.DecimalFormat; im ...

  5. IOS开发之无法选择模拟器显示NO Scheme

    1. 不是 文件冲突的 看这个链接https://blog.csdn.net/sanpintian/article/details/7377365 2.文件冲突的  打开工程文件. 打开 直接 搜索 ...

  6. 记录下ABAP开发的一些东西(T-code居多)Updated to markdown

    几个TCODE se38 开发program,report: sa38 只运行program se37 开发function: se11/se16 管理数据字典/数据表: ko03 Internal ...

  7. 本地推送UILocalNotification的一些简单方法

    1.添加本地推送,需要在app添加推送.可以根据通知的userInfo的不同的键值对来区分不同的通知 UILocalNotification *notification = [[UILocalNoti ...

  8. TortoiseSVN设置Beyond Compare为版本比较、差异合并工具

    打开乌龟的setting==>Diff Viewer 比较"D:\develop\Beyond Compare 4\BCompare.exe" %base %mine /ti ...

  9. rem初始化

    使用css实现rem适配,头部引入即可 adaptive.js !function(e, t) { function i() { o = , e.devicePixelRatioValue = o, ...

  10. 文章如何做伪原创 SEO大神教你几招做"原创"网站文章的心得

    想要创作出好的文章并被百度所喜欢,就非常需要SEO的优化能力,以及要对文章进行塬创或伪塬创,那么,如何做伪塬创文章?以及如何做好塬创网站文章呢?对此,本文小编就为大家带来了几招做"塬创&qu ...