2008-06-06
NetBeans6.1 patch2 有望提高NetBeans在Windows上的执行速度
关键字: netbeans6.1, 提高速度
今天看到了一篇博文,大意是说NetBeans在部署GlassFIsh应用的时候,会很慢!有人发现了这个问题并且提交了issue ,然后很快就修复了,现在用dev builds 版的时候就会感觉比6.1快了.
下面是原文:
下面是原文:
引用
Folks that work with NetBeans dev builds may have noticed a little bit of a speed improvement in the last couple of days.
I got involved in a thread on the nbj2ee mailing list. The user was seeing terrible performance on Windows while using directory deployment onto Glassfish V2. The user was able to describe their situation in enough detail that I could replicate the problem and fix it.
But after fixing it, I realized that this was a bigger issue. I figure there is about 800 uses of getOutputStream(), spread over 500 files. So, I filed an issue and another engineer (who knows more about that area of the code) fixed it.
As an added bonus... It looks like both fixes will go into patch 2 for NetBeans 6.1.
I got involved in a thread on the nbj2ee mailing list. The user was seeing terrible performance on Windows while using directory deployment onto Glassfish V2. The user was able to describe their situation in enough detail that I could replicate the problem and fix it.
But after fixing it, I realized that this was a bigger issue. I figure there is about 800 uses of getOutputStream(), spread over 500 files. So, I filed an issue and another engineer (who knows more about that area of the code) fixed it.
As an added bonus... It looks like both fixes will go into patch 2 for NetBeans 6.1.


评论
我一般会先在netbeans的中文的maillinglist 里先提出然后大家讨论
如果真的有问题,will zhang 会把这个问题提交的.呵呵!