俞黎敏ID:YuLimin
85110次访问,排名1078好友56人,关注者297
阿敏总司令:简单就是美!
博客:http://YuLimin.JavaEye.com

只有正确地找到问题的根本所在,才能成功地解决掉问题:)
Read a bit and take it out, then come back read some more.
YuLimin的文章
原创 63 篇
翻译 0 篇
转载 0 篇
评论 65 篇
阿敏总司令的公告
三等功
俞黎敏
阿敏总司令
来自:福建莆田@广州
最近评论
jojoyba:同意, 我就贴错过上下联, 汗啊

不过没有以前小的时候全家写春联的时候好玩儿了, 虽然我从来都不写(那时候还不会写字呢)
yd1221:ǒu lái nǐ de dì pán cǎi cǎi ,hē hē ,xī wàng yě dào wǒ de dì pán zhuǎn zhuǎn ɑ !
偶 来 你 的 地 盘 踩 踩 ,呵 呵 ,希 望 也 到 我 的 地 盘  转  转 啊 !



 — 快典网( http://kdd.cc/ )自动注音
jamesqiu:花点时间学习gvim,这是值得的。
007pro:je上核心人员都是极端务实的人群,有时候我觉得怎么可以这样,je的核心会觉的说,最好这样~就是这么简单。
我也是被隐藏扣分之后才明白,所以即便是博客上也对这类事情不做评述,虽然我是很支持你的
所以即便象俞兄这样的用户也不会有特权的,我记得老庄很久以前叹息说多亏有自己的空间,的确如此。
oneyear2008:我刚接触java,这对于我来说是一个很好的学习步骤!谢谢!
文章分类
收藏
    相册
    1大学的我
    2部队当兵
    3生活相片
    CSDN好友
    【HongSoft@业务整合】(RSS)
    axman
    Java憩园
    jini李日贵
    lizongbo
    zxhong(RSS)
    椅子(HERO2008第三会场主持人)
    用耳朵去聆听,用心来感受
    苏酩的Blog空间
    超越黎明(RSS)
    银狐999(RSS)
    青润心情(RSS)
    存档
    订阅我的博客
    XML聚合  FeedSky
    订阅到鲜果
    订阅到Google
    订阅到抓虾
    订阅到BlogLines
    订阅到Yahoo
    订阅到GouGou
    订阅到飞鸽
    订阅到Rojo
    订阅到newsgator
    订阅到netvibes

    原创 Spring 2.5 Perfomance Improvements 200% 直逼 Guice收藏

    新一篇: 产生 java.lang.NoClassDefFoundError 的另一种意外情况:jar包部分的物理性损坏 | 旧一篇: Apache CXF 在 WebLogic 9.2 上的问题定位分析及权宜之计

    并发性能提升的原因之一是使用了 ConcurrentHashMap,原来的 Collections.synchronized(new HashMap()) 存在同步锁的性能瓶颈;

    如果你是用JDK 5.0或以上的版本,就可以直接得到这个性能的提升的好处了。

    或者下载 Emory concurrent utilities backport 加到 CLASSPATH 中
    http://dcl.mathcs.emory.edu/util/backport-util-concurrent/

    当然还要努力,越快越好啦。。。

    引用

    The upcoming Spring Framework version 2.5 will bring a 200% improvement for concurrent access over Spring 2.0.*. I used Crazy Bob's Semi Useless Benchmark ™ as a starting point. I fiddled with the code slightly to change the default behavior from "prototype" to "singleton", and I saw that spring 2.5 was faster than Guice for singletons.

    Here are some benchmarks (there is variability based on the runs)

    * Spring 2.0 vs. guice 1.0:
    o Prototype: Single thread: Spring is 50-150X slower. Concurrent: Spring is 50-150X slower.
    o Singleton: Single thread: Spring 3X slower - 2X faster. Concurrent: Spring is 5-10X slower
    * Spring 2.0.6 vs. guice 1.0:
    o Prototype: Single thread: Spring is ~10X slower. Concurrent: Spring is 5X slower.
    o Singleton: Single thread: Spring 2X slower - 2X faster. Concurrent: Spring:Guice ~2:3
    * Spring 2.14m vs. guice 1.0:
    o Prototype: Single thread: Spring is 5-7X slower. Concurrent: Spring is 3-4X slower.
    o Singleton: Single thread: neck and neck. Concurrent: Spring is 1-1.5X faster
    * guice 1.0:
    o Prototype: Single thread vs. Concurrent: Concurrent might be a bit slower than single threaded
    o Singleton: Single thread vs. Concurrent: Concurrent is quite a bit faster than single threaded

    详细请见这里
    http://www.jroller.com/Solomon/entry/spring_2_5_perfomance_improvements
     

    发表于 @ 2007年10月10日 21:24:00|评论(loading...)|编辑

    新一篇: 产生 java.lang.NoClassDefFoundError 的另一种意外情况:jar包部分的物理性损坏 | 旧一篇: Apache CXF 在 WebLogic 9.2 上的问题定位分析及权宜之计

    评论

    #XXM50376456 发表于2007-10-31 11:25:48  IP: 121.207.85.*
    来看你额.好强额....
    #chw_csdn_chw 发表于2007-11-07 23:37:33  IP: 210.21.226.*
    Spring 2.5性能提升在什么方面?
    发表评论  


    当前用户设置只有注册用户才能发表评论。如果你没有登录,请点击登录
    Csdn Blog version 3.1a
    Copyright © 阿敏总司令