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 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 发布的更多相关文章
- kbmmw 5.05.00 发布
新年前最后几天,kbmmw 发布了新版本,增加一大波功能.we are happy to announce v5.05.50 of our popular middleware for Delphi ...
- KbmMW 4.30.00 发布
今天早上,KbmMW发布了4.30.00 版,这个版本开始支持XE4 的WIN/WIN64/OSX. 暂时不支持ios开发,同时加强了通过JSON 的对象序列化.还有就是解决了我提交的几个有关 汉字处 ...
- KBMMW 4.92.00 发布
We are happy to announce the release of kbmMW Professional and Enterprise Edition. Yet again kbmMW c ...
- KBMMW 4.90.00 发布
kbmMW is a portable, highly scalable, high end application server andenterprise architecture integra ...
- KBMMW 4.83.00 发布
新版本又来了,端午节都不让大家过好:) 这次终于支持ios 64了,不用我再手工改了. Components4Developers is a company established in 1999 w ...
- KBMMW 4.82.00 发布
作者最近加紧了更新进度,赞一个. 时间都去哪儿了? 还没好好看4.81, 新版就来了. 这个版本主要是增强日志管理,已经强大到替换delphi 本身的异常处理了. We are happy to an ...
- KBMMW 4.80.00 发布
一大波更新来了. 4.80.00 March 30 2015 Important notes (changes that may break existing code) ======= ...
- KBMMW 4.70.00 发布
We are happy to announce the release of kbmMW v. 4.70.00 Professional and Enterprise Edition. kbmMW ...
- kbmmw 5.10.00 发布
We are happy to announce v5.10.00 of the most complete development add on for Delphi and C++Builder ...
随机推荐
- redis 4 集群重启与数据导入
1.redis 4 平时启用aof db与每天的完整备份. 2.集群状态检查 cluster info 检查集群状态 cluster nodes 检查节点状态 redis-cli -c -p 7000 ...
- Python_变量命名
Python的变量命名 变量的命名的原则一直都是我这种小白的头疼事,好几条,根本记不住...... 为了解决大家的头疼问题,今天想出来一个好办法,那就是:身边常备头疼片.......(哈哈哈,开玩笑的 ...
- Flask总结
Flask的优缺点 优点:Flask小而精,三方组件全 缺点:稳定性相对较差,三方组件版本问题,Flask一旦迭代,就可能造成三方组件不兼容的问题. flask三剑客 + 小儿子 Django ...
- Array 遍历数组
public static void main(String args){ int a[][] = new int[3][4]; for(int i=0;i<a.length;i++){ for ...
- Mac下环境变量设置错误,导致命令行命令不能使用后的解决办法
1 在命令行中,临时设置环境变量 export PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin 2 各种命令就可以使用了.然后修复错误的环境变量配置 ...
- PAT L2-014 列车调度(最长上升nlogn)
火车站的列车调度铁轨的结构如下图所示. 两端分别是一条入口(Entrance)轨道和一条出口(Exit)轨道,它们之间有N条平行的轨道.每趟列车从入口可以选择任意一条轨道进入,最后从出口离开.在图中有 ...
- linux下查看配置信息命令
# uname -a # 查看内核/操作系统/CPU信息# head -n 1 /etc/issue ...
- 移动端IOS和androi及浏览器js判断[转载]
转载自:http://www.niutifa.com/?p=561 移动端IOS和androi及浏览器js判断: <script type="text/javascript" ...
- 关于document的节点;用Dom2创建节点;
一.关于节点 1.节点树状图 document>documentElement>body>tagName 2.节点类型 元素节点(标签).文本节点(文本).属性节点(标签属性) 3. ...
- 5O - 产生冠军
有一群人,打乒乓球比赛,两两捉对撕杀,每两个人之间最多打一场比赛. 球赛的规则如下: 如果A打败了B,B又打败了C,而A与C之间没有进行过比赛,那么就认定,A一定能打败C. 如果A打败了B,B又打败了 ...