发布于 2015-05-16 00:27:29 | 145 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的精品教程,程序狗速度看过来!
Immutant Clojure应用服务器
Immutant 是一个 Clojure 的应用服务器,它是一个集成平台,基于 JBoss AS 7 构建,提供 Ring 处理器、异步消息、缓存、任务调度、XA 事务、集群和守护进程等等支持。
Immutant 2.0.1 补丁版发布了,主要有如下改动:
- Subscribing to remote topics now actually works
- When running inside WildFly, if your
:main
doesn't return, we abort the deployment instead of letting it hang the deployer. See the WildFly guide for details.
完整列表如下:
- [IMMUTANT-558] - Clarify that the :main fn must return for deployment to succeed in WildFly
- [IMMUTANT-559] - Time out the :main calls that block
- [IMMUTANT-560] - Subscribing to pre-existing topic on remote context throws NPE
- [IMMUTANT-561] - Concurrent websocket requests can fail under load in-container on slow hardware
Immutant 是一个 Clojure 的应用服务器,它是一个集成平台,基于 JBoss AS 7 构建,提供 Ring 处理器、异步消息、缓存、任务调度、XA 事务、集群和守护进程等等支持。
历史版本 :
Immutant 2.1.10 发布,Clojure 应用服务器
Immutant 2.1.9 发布,Clojure 应用服务器
Immutant 2.1.8 发布,Clojure 应用服务器
Immutant 2.1.7 发布,Clojure 应用服务器
Immutant 2.1.6 发布,Clojure 应用服务器
Immutant 2.1.5 发布,Clojure 应用服务器
Immutant 2.1.4 发布,Clojure 应用服务器
Immutant 2.1.3 发布,Clojure 应用服务器
Immutant 2.1.2 发布,Clojure 应用服务器
Immutant 2.1.1 发布,Clojure 应用服务器
Immutant 2.1.0 发布,Clojure 应用服务器
Immutant 2.0.2 补丁版,Clojure 应用服务器