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. nginx 刷新显示404

    HTML5 History 模式 vue-router 默认 hash 模式 —— 使用 URL 的 hash 来模拟一个完整的 URL,于是当 URL 改变时,页面不会重新加载. 如果不想要很丑的 ...

  2. as3.0控制声音大小

    //加载声音 var sound:Sound=new Sound(); sound.load(new URLRequest("1.mp3")): //声明声道 var soundC ...

  3. chattr 和 lsattr 命令介绍---案例:修改passwd文件

    chattr命令的作用很大,其中一些功能是由Linux内核版本来支持的,如果Linux内核版本低于2.2,那么许多 功能不能实现.同样-D检查压缩文件中的错误的功能,需要2.5.19以上内核才能支持. ...

  4. codeblocks17.12 不能启动调试器

    调试器需要手动指定. settings->debugger->default->executable path.这里默认空的,需要指定.路径在安装目录下的CodeBlocks\Min ...

  5. Maven 基本参数

    -h,--help                              Display help information-am,--also-make                       ...

  6. NumPy 副本和视图

    NumPy 副本和视图 副本是一个数据的完整的拷贝,如果我们对副本进行修改,它不会影响到原始数据,物理内存不在同一位置. 视图是数据的一个别称或引用,通过该别称或引用亦便可访问.操作原有数据,但原有数 ...

  7. 高级测试岗位面试题---MARK

    直接手写一个python类 直接手写一个构造函数 紧接着上面的代码,直接手写,补充完整代码,要求对列表中的人进行排序,并筛选出分数大于80的人的名单,组成一个新的列表显示出来. class Perso ...

  8. 【mybatis基础】mybatis开发dao两种方法

    mybatis是一个支持普通SQL查询,存储过程和高级映射的优秀的持久层的框架,是apache下的顶级项目.mybatis消除了几乎所有的JDBC代码和参数的手工设置以及对结果集的检索封装.mybat ...

  9. Mac Sublime Text3 如何安装插件

    1.打开sublime text3后按快捷键control+`后下面会出来东西,然后输入如下命令. import urllib.request,os; pf = 'Package Control.su ...

  10. freetype教程网址

    http://freetype.sourceforge.net/freetype2/docs/reference/ft2-system_interface.html#FT_Stream      ht ...