[Logo] The Limax project
  [Search] 搜索   [Recent Topics] 最新主题   [Hottest Topics] 热门主题   [Members]  会员列表   [Groups] 返回首页 
[Register] 会员注册 / 
[Login] 登入 
文章发表人是: Admin
论坛首页 » 个人资料 Admin » 文章发表人是 Admin
发表人 内容
Current version:3.7-b3709
Release date: 2017/1/17

Change Log:
limax-3.7-b3709 (2017/1/17)
1. Add CLR/Javascript(SpiderMonkey), which supports the interoperability between C# and Javascript, and update the relevant manual.
2. Add Javascript/C# ScriptEngineHandle, and update the relevant manual.
3. Add limax.util.ReflectionCache, provide a unified interface for scripting systems to access C# objects, and meanwhile improve performance.
4. minor bug fix

The relevant documents have been updated at the same time.
Current version:3.5-b3669
Release date: 2016-12-20

Change Log:
limax-3.5-b3669(2016/12/20)
1. Add javascript/C++ (SpiderMonkey) ScriptEngineHandle, which could use javascript to develop the client. Update the relevant manual.
2. Enhance the CLR/Lua. Add LuaFunction type, which allows the C# code to call Lua funtions through delegation way; adjust the type conversion rules when Lua access C#, except for the bool and string types according to the traditional rules, the others converts according to the C# specification and strictly catches the conversion exception; cancel the cachelimit setting for the Lua's classes' construction function and simply the concept; the Lua object provides the name method which names the following eval for debugging purpose. Update the relevant manual.
3. minor bug fix.

The relevant documents have been updated at the same time.
Current version:3.5-b3619
Release date: 2016-11-23

Change Log:
limax-3.5-b3619(2016/11/23)

1. Add the support to the minimalist mode client, and update the relevant manual.
2. Enhance the GlobalId service, support the static configuration and runtime configuration to the GlobalId request timeout, clear the server lock through resetting the connection to avoid the deadlock issue caused by the timeout.
3. minor bug fix.

The relative documents have been updated at the same time.
Current version:2.5-b3603
Release date: 2016-10-25

Change Log:
limax-2.5-b3603(2016/10/25)

1. Add CLR/Lua, support the interoperability between the C# and Lua, and update the relevant manual.
2. Add the virual machine parameter limax.net.Engine.intranetKeepAliveTimeout, which performs the KeepAlive detection between internal network servers, and the default value 0 means closing the detection. This is used to deal with some unreliable cloud environments.
3. minor bug fix.

The relative documents have been updated at the same time.
Current version:2.4-b3594
Release date: 2016-9-23

Change Log:
limax-2.4-b3594(2016/9/23)

1. Add the client-side caching support to the script system dictionary.sessionStorage could be simply used in HTML5, please reference the demo/chatroom/javascrip/chatroom.js. In the embedded mode (js/java, lua/c++), when creating the script engine handle, the implementation of the client own DictionaryCache interface need be supplied, and the lru is recommended.
2. Add the creation method of each script engine handle which provides the providers list, and overrides the providers list configured in the script definition.
3. Remove the secureip configuration of the Switcher by directly using the virtual machine parameter limax.net.secureIp to set the external network ip in the DNAT environment.
4. Adjust the generation way of the server-side ViewManager.java to avoid a single file exceeding the 64k limitation and causing the javac failure.
5. minor bug fix.

The relative documents have been updated at the same time.
Current version:2.4-b3523
Release date: 2016-8-24

Change Log:
limax-2.4-b3523(2016/8/24)

1. The C++ version provides the lightweight WebSocket client support, which is only compatible with the WebSocket server coming from the Limax.
2. minor bug fix

The relative documents have been updated at the same time.
Current version:2.4-b3512
Release date: 2016-7-28

Change Log:
limax-2.4-b3512(2016/7/2

1. Add the Limit element into the configure file, and allow the multiple ServerManager to share the same access limitation.
2. Resolve the MacOS compatibility issue of the IPEndPoint/C++.

The relative documents have been updated at the same time.
Current version:2.4-b3506
Release date: 2016-6-28

Change Log:
limax-2.4-b3506(2016/6/2
1. Extend the ProviderManager interface, providing the close method with kick reason and the default is ErrorCodes.PROVIDER_KICK_SESSION. Be careful that the custom reason should not be chosen within the system ErrorCodes and the negative numbers are recommended. In particular, if the onDuplicateTransport throws the exception, the ErrorCodes.PROVIDER_DUPLICATE_SESSION is used.
2. Ignore the exception output come from the bind operation on a closed view.

The relative source code and documents have been updated.
QQ技术讨论群:364246005
群名字是limax。

欢迎加入并参与讨论。
QQ技术讨论群:364246005
群名字是limax。

欢迎加入并参与讨论。
QQ技术讨论群:364246005
群名字是limax。

欢迎加入并参与讨论。
QQ技术讨论群:364246005

欢迎加入并参与讨论。
Current version:2.4-b3502
Release date: 2016-5-25

Change Log:
limax-2.4-b3502(2016/5/25)
1. Fully support the JSON, refer the appendix "The JSON support" of the limax manual for the detailed information.
2. Increase the lua/fastscript mode, which accelerates 40% compared with the lua/script mode, however the lua performance is still far less than the javascript.
3. Extend the tools, provide the limax.util.HttpClientService, which is convenient to connect multiple Http servers, to avoid that a failure of a server effects the application performance; provide the zdb lock inspection tool, which is accessed through java -jar limax.jar jmxtool lockenv way.
4. minor bug fix

The latest source code and documents have been updated at the same time.
Current version:2.3-b3441
Release date: 2016-4-25

Change Log:
limax-2.3-b3441 (2016/4/25)
1. Adjust the JSON implementation of the Java and C#, parse/stringify is reversible; the booleanValue, intValue, longValue and doubleValue, are implemented according to the js type conversion, except that the exception is thrown instead of returning NaN. For example, if(json_obj.booleanValue()) is exactly equivalent to the if(json_obj) of the js.
2. Adjust the behavior of the lua/variant and is more consistent with the behavior of the lua/script.
3. Adjust the int64 string encoding in the script environment. The lua5.3 completely supports the int64. Within int53 in the js is interpreted as the Nunmber, and the int53 above is interpreted as the String, to avoid the loss of the precision.
4. minor bug fix.
Current version:2.3-b3414
Release date: 2016-3-22

Change Log:
limax-2.3-b3414 (2016/3/22)
1. Improve the ZDB deadlock dection, and support the deadlock detection to the read lock.
2. Add the configuration option, and support the deployment of the Switcher under the DNAT environment.
3. minor bug fix


The relative API documents for downloading have been updated.
 
论坛首页 » 个人资料 Admin » 文章发表人是 Admin
前往:   
Powered by JForum 2.1.9 © JForum Team