楼主: Sky-Tiger

Utilize basic read-write functions

[复制链接]
论坛徽章:
350
2006年度最佳版主
日期:2007-01-24 12:56:49NBA大富翁
日期:2008-04-21 22:57:29地主之星
日期:2008-11-17 19:37:352008年度最佳版主
日期:2009-03-26 09:33:53股神
日期:2009-04-01 10:05:56NBA季后赛大富翁
日期:2009-06-16 11:48:01NBA季后赛大富翁
日期:2009-06-16 11:48:01ITPUB年度最佳版主
日期:2011-04-08 18:37:09ITPUB年度最佳版主
日期:2011-12-28 15:24:18ITPUB年度最佳技术原创精华奖
日期:2012-03-13 17:12:05
41#
 楼主| 发表于 2012-9-5 21:39 | 只看该作者
Java EE is already the perfect solution for complex business/enterprise systems and provides all the tools and foundations required to deliver scalable, performant applications for a wide variety of customers and clients.

But how does the end user experience stack up? How easy is it to navigate through your Website? Is your code full of nasty navigation logic? Are your links clear, transparent, and informative? Do you find yourself adding ‘?query=parameters’ in order to serve dynamic content from your application? Can you ensure that you are not leaking information in your URLs, and that your applications are secure from URL-based attacks? Are your old links making it difficult to migrate or integrate a legacy application to a new one?

使用道具 举报

回复
论坛徽章:
350
2006年度最佳版主
日期:2007-01-24 12:56:49NBA大富翁
日期:2008-04-21 22:57:29地主之星
日期:2008-11-17 19:37:352008年度最佳版主
日期:2009-03-26 09:33:53股神
日期:2009-04-01 10:05:56NBA季后赛大富翁
日期:2009-06-16 11:48:01NBA季后赛大富翁
日期:2009-06-16 11:48:01ITPUB年度最佳版主
日期:2011-04-08 18:37:09ITPUB年度最佳版主
日期:2011-12-28 15:24:18ITPUB年度最佳技术原创精华奖
日期:2012-03-13 17:12:05
42#
 楼主| 发表于 2012-9-6 20:14 | 只看该作者
When test results show that the current throughput is restricted by the capacity of the server but target workloads are not yet met, this is a situation where you can achieve higher scalability of your web apps by implementing clusters to your environment. Clustering achieves higher scalability by introducing more servers or nodes to expand the capacity of the environment. Obviously, the benefits of adding hardware include higher capacity, reliability, availability, and scalability. But also consider that clustering adds complexity to your deployment by requiring added maintenance and an increased need for deployment/upgrade automation. To ensure quality of the environment you must always validate your clustered environment and prove out the increased scalability. Find out how here. It’s not as easy as “3 nodes in a cluster will support 3x the workload.”

使用道具 举报

回复
论坛徽章:
350
2006年度最佳版主
日期:2007-01-24 12:56:49NBA大富翁
日期:2008-04-21 22:57:29地主之星
日期:2008-11-17 19:37:352008年度最佳版主
日期:2009-03-26 09:33:53股神
日期:2009-04-01 10:05:56NBA季后赛大富翁
日期:2009-06-16 11:48:01NBA季后赛大富翁
日期:2009-06-16 11:48:01ITPUB年度最佳版主
日期:2011-04-08 18:37:09ITPUB年度最佳版主
日期:2011-12-28 15:24:18ITPUB年度最佳技术原创精华奖
日期:2012-03-13 17:12:05
43#
 楼主| 发表于 2012-9-6 20:14 | 只看该作者
I thought for sure that the "find out how here" would reference Yahoo's open source contribution of a platform benchmarking system .... but its worse. "To ensure quality of the environment you must always validate your clustered environment and prove out the increased scalability." Actually folks, the first thing you have to do is validate your validation scenario ... on the existing system. And preferably one step the opposite direction also. Note that the steps put forward are appropriate for nothing more than a validation test.  They fall far short of gathering the information necessary for architects, system engineers and dev experts to identify opportunities and rabbit holes with respect to moving not just up the hardware ladder, but planning next revisions of software systems. The purpose being to leverage knowledge about the domain, rather than blindly accept a singular validation step.  There is for example, no reference to industry applications of queueing theory which markedly track accuracy with capacity planning in distributed or cluster environments.

使用道具 举报

回复
论坛徽章:
350
2006年度最佳版主
日期:2007-01-24 12:56:49NBA大富翁
日期:2008-04-21 22:57:29地主之星
日期:2008-11-17 19:37:352008年度最佳版主
日期:2009-03-26 09:33:53股神
日期:2009-04-01 10:05:56NBA季后赛大富翁
日期:2009-06-16 11:48:01NBA季后赛大富翁
日期:2009-06-16 11:48:01ITPUB年度最佳版主
日期:2011-04-08 18:37:09ITPUB年度最佳版主
日期:2011-12-28 15:24:18ITPUB年度最佳技术原创精华奖
日期:2012-03-13 17:12:05
44#
 楼主| 发表于 2012-9-6 20:15 | 只看该作者
Bringing in additional hardware or software should be looked as the last option for load testing any application / architecture. There are lot number of correction steps that are involved in validating the application against the given / specified non functional requirements.

Usually during the development phases the more focus is put on meeting the functional aspects which abide by the architecture underlayed. But usually not enough time is spent initially to validate fully on non functional aspects.

For every hardware / softwares (application servers) there are lot number of configuration parmaters that can affect the system performance drastically. All these should be properly tunned in and validated before reaching to the final conclusion of adding extra hardwares.

Also across nodes syncronization factor should also be kept in mind while deciding on the clustered approach as it will also going to eat up system time.

使用道具 举报

回复
论坛徽章:
350
2006年度最佳版主
日期:2007-01-24 12:56:49NBA大富翁
日期:2008-04-21 22:57:29地主之星
日期:2008-11-17 19:37:352008年度最佳版主
日期:2009-03-26 09:33:53股神
日期:2009-04-01 10:05:56NBA季后赛大富翁
日期:2009-06-16 11:48:01NBA季后赛大富翁
日期:2009-06-16 11:48:01ITPUB年度最佳版主
日期:2011-04-08 18:37:09ITPUB年度最佳版主
日期:2011-12-28 15:24:18ITPUB年度最佳技术原创精华奖
日期:2012-03-13 17:12:05
45#
 楼主| 发表于 2012-9-6 20:15 | 只看该作者
Bringing in additional hardware or software should be looked as the last option for load testing any application / architecture. There are lot number of correction steps that are involved in validating the application against the given / specified non functional requirements.

Usually during the development phases the more focus is put on meeting the functional aspects which abide by the architecture underlayed. But usually not enough time is spent initially to validate fully on non functional aspects.

For every hardware / softwares (application servers) there are lot number of configuration parmaters that can affect the system performance drastically. All these should be properly tunned in and validated before reaching to the final conclusion of adding extra hardwares.

Also across nodes syncronization factor should also be kept in mind while deciding on the clustered approach as it will also going to eat up system time.

使用道具 举报

回复
论坛徽章:
350
2006年度最佳版主
日期:2007-01-24 12:56:49NBA大富翁
日期:2008-04-21 22:57:29地主之星
日期:2008-11-17 19:37:352008年度最佳版主
日期:2009-03-26 09:33:53股神
日期:2009-04-01 10:05:56NBA季后赛大富翁
日期:2009-06-16 11:48:01NBA季后赛大富翁
日期:2009-06-16 11:48:01ITPUB年度最佳版主
日期:2011-04-08 18:37:09ITPUB年度最佳版主
日期:2011-12-28 15:24:18ITPUB年度最佳技术原创精华奖
日期:2012-03-13 17:12:05
46#
 楼主| 发表于 2012-9-6 20:15 | 只看该作者
Bringing in additional hardware or software should be looked as the last option for load testing any application / architecture. There are lot number of correction steps that are involved in validating the application against the given / specified non functional requirements.

Usually during the development phases the more focus is put on meeting the functional aspects which abide by the architecture underlayed. But usually not enough time is spent initially to validate fully on non functional aspects.

For every hardware / softwares (application servers) there are lot number of configuration parmaters that can affect the system performance drastically. All these should be properly tunned in and validated before reaching to the final conclusion of adding extra hardwares.

Also across nodes syncronization factor should also be kept in mind while deciding on the clustered approach as it will also going to eat up system time.

使用道具 举报

回复
论坛徽章:
350
2006年度最佳版主
日期:2007-01-24 12:56:49NBA大富翁
日期:2008-04-21 22:57:29地主之星
日期:2008-11-17 19:37:352008年度最佳版主
日期:2009-03-26 09:33:53股神
日期:2009-04-01 10:05:56NBA季后赛大富翁
日期:2009-06-16 11:48:01NBA季后赛大富翁
日期:2009-06-16 11:48:01ITPUB年度最佳版主
日期:2011-04-08 18:37:09ITPUB年度最佳版主
日期:2011-12-28 15:24:18ITPUB年度最佳技术原创精华奖
日期:2012-03-13 17:12:05
47#
 楼主| 发表于 2012-9-9 19:00 | 只看该作者
Improvements included:

Added support for JDK1.7.0u06+ under Mac OS X and Linux
Added dictionary support for Chinese users from Mainland China
Refactored the core modules to gain better performance.
Added popup menu to close current page tab, other page tabs, or all page tabs
Minor UI improvements
Upgraded dependent lib

使用道具 举报

回复
论坛徽章:
350
2006年度最佳版主
日期:2007-01-24 12:56:49NBA大富翁
日期:2008-04-21 22:57:29地主之星
日期:2008-11-17 19:37:352008年度最佳版主
日期:2009-03-26 09:33:53股神
日期:2009-04-01 10:05:56NBA季后赛大富翁
日期:2009-06-16 11:48:01NBA季后赛大富翁
日期:2009-06-16 11:48:01ITPUB年度最佳版主
日期:2011-04-08 18:37:09ITPUB年度最佳版主
日期:2011-12-28 15:24:18ITPUB年度最佳技术原创精华奖
日期:2012-03-13 17:12:05
48#
 楼主| 发表于 2012-9-9 19:00 | 只看该作者
Improvements included:

Added support for JDK1.7.0u06+ under Mac OS X and Linux
Added dictionary support for Chinese users from Mainland China
Refactored the core modules to gain better performance.
Added popup menu to close current page tab, other page tabs, or all page tabs
Minor UI improvements
Upgraded dependent lib

使用道具 举报

回复
论坛徽章:
350
2006年度最佳版主
日期:2007-01-24 12:56:49NBA大富翁
日期:2008-04-21 22:57:29地主之星
日期:2008-11-17 19:37:352008年度最佳版主
日期:2009-03-26 09:33:53股神
日期:2009-04-01 10:05:56NBA季后赛大富翁
日期:2009-06-16 11:48:01NBA季后赛大富翁
日期:2009-06-16 11:48:01ITPUB年度最佳版主
日期:2011-04-08 18:37:09ITPUB年度最佳版主
日期:2011-12-28 15:24:18ITPUB年度最佳技术原创精华奖
日期:2012-03-13 17:12:05
49#
 楼主| 发表于 2012-9-9 19:01 | 只看该作者
Improvements included:

Added support for JDK1.7.0u06+ under Mac OS X and Linux
Added dictionary support for Chinese users from Mainland China
Refactored the core modules to gain better performance.
Added popup menu to close current page tab, other page tabs, or all page tabs
Minor UI improvements
Upgraded dependent lib

使用道具 举报

回复
论坛徽章:
350
2006年度最佳版主
日期:2007-01-24 12:56:49NBA大富翁
日期:2008-04-21 22:57:29地主之星
日期:2008-11-17 19:37:352008年度最佳版主
日期:2009-03-26 09:33:53股神
日期:2009-04-01 10:05:56NBA季后赛大富翁
日期:2009-06-16 11:48:01NBA季后赛大富翁
日期:2009-06-16 11:48:01ITPUB年度最佳版主
日期:2011-04-08 18:37:09ITPUB年度最佳版主
日期:2011-12-28 15:24:18ITPUB年度最佳技术原创精华奖
日期:2012-03-13 17:12:05
50#
 楼主| 发表于 2012-9-9 19:01 | 只看该作者
Improvements included:

Added support for JDK1.7.0u06+ under Mac OS X and Linux
Added dictionary support for Chinese users from Mainland China
Refactored the core modules to gain better performance.
Added popup menu to close current page tab, other page tabs, or all page tabs
Minor UI improvements
Upgraded dependent lib

使用道具 举报

回复

您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

TOP技术积分榜 社区积分榜 徽章 团队 统计 知识索引树 积分竞拍 文本模式 帮助
  ITPUB首页 | ITPUB论坛 | 数据库技术 | 企业信息化 | 开发技术 | 微软技术 | 软件工程与项目管理 | IBM技术园地 | 行业纵向讨论 | IT招聘 | IT文档
  ChinaUnix | ChinaUnix博客 | ChinaUnix论坛
CopyRight 1999-2011 itpub.net All Right Reserved. 北京盛拓优讯信息技术有限公司版权所有 联系我们 未成年人举报专区 
京ICP备16024965号-8  北京市公安局海淀分局网监中心备案编号:11010802021510 广播电视节目制作经营许可证:编号(京)字第1149号
  
快速回复 返回顶部 返回列表