Java开发网 Java开发网
注册 | 登录 | 帮助 | 搜索 | 排行榜 | 发帖统计  

您没有登录

» Java开发网 » Application Server  

按打印兼容模式打印这个话题 打印话题    把这个话题寄给朋友 寄给朋友    该主题的所有更新都将Email到你的邮箱 订阅主题
flat modethreaded modego to previous topicgo to next topicgo to back
作者 关于app server的选择,请指点一下
Breeze





发贴: 143
积分: 30
于 2003-03-19 13:33 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
现在有个网站点,平均在线人数4000人左右,session定在5分钟,asp+sql server。准备迁移到jsp/servlet/app server,我想咨询下免费的resin等能否支持这么多并发数,用weblogic不开发ejb是否有点浪费啊,请这方面有经验的高手指点一下,多谢!


作者 Re:关于app server的选择,请指点一下 [Re:Breeze]
Big Blue



版主


发贴: 601
积分: 121
于 2003-03-19 13:58 user profilesend a private message to usersend email to Big Bluesearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
个人感觉 resin 这样的软件在负荷比较轻的情况下还可以

既然是ASP+SQL Server;建议升到ASP.net,投资最省,况且Web Form的功能又巨强。



作者 Re:关于app server的选择,请指点一下 [Re:Big Blue]
Breeze





发贴: 143
积分: 30
于 2003-03-19 14:03 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
Big Blue wrote:
个人感觉 resin 这样的软件在负荷比较轻的情况下还可以

既然是ASP+SQL Server;建议升到ASP.net,投资最省,况且Web Form的功能又巨强。


也有人这样建议,但是以后的量会更大,超过1万也有可能的,我想iis估计应付不下来,也有人建议用unix系统,所以我想用linux+apache ,应该并发能力比较强,如果使用weblogic,以后也可以集群。 但是不确定我的想法是否有可行性,所以咨询下有这方面经验的人,多谢你。



作者 Re:关于app server的选择,请指点一下 [Re:Breeze]
yqyan

聆听它们振翅的声音



发贴: 376
积分: 61
于 2003-03-19 14:36 user profilesend a private message to usersend email to yqyansearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
就现在的情况来看,使用Linux + Apache + Tomcat的比较多,建议考虑,待以后你们的用户多了,在考虑商业的Server,迁移应该不会有太多的问题,既然你们不用EJB,设计时可以参考Turbine。
http://jakarta.apache.org/turbine/index.html
http://www.cjsdn.com/post/view?bid=20&id=17388&sty=1&tpg=1&age=0
http://www.cjsdn.com/post/view?bid=20&id=17396&sty=1&tpg=1&age=0
如果使用EJB,可以考虑再加上JBoss,设计时可以参考Struts。
http://jakarta.apache.org/struts/index.html
http://www.cjsdn.com/post/view?bid=20&id=17388&sty=1&tpg=1&age=0
多在这里的各个论坛看看,会有很大收获的。


yqyan edited on 2003-03-19 14:46

作者 Re:关于app server的选择,请指点一下 [Re:Breeze]
Breeze





发贴: 143
积分: 30
于 2003-03-19 17:12 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
多谢你。


作者 Re:关于app server的选择,请指点一下 [Re:Breeze]
Big Blue



版主


发贴: 601
积分: 121
于 2003-03-19 19:04 user profilesend a private message to usersend email to Big Bluesearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
实际上Linux(Unix)的并发性并不好。Linux(Unix)的线程效率不及Windows,传统的Linux(Unix)提倡多进程(我想这是大家都说Unix稳定的一个原因)。进程消耗的资源肯定高于先程。

实际上我觉得如果你的软件实现上没有大的问题的话,你的主要问题应该是硬件的。你不妨升级你的硬件,做Windows的集群等。如果这样还不行的话,那你还是及早用JSP+商业JSP引擎+Unix服务器(想省钱很难!)



作者 Re:关于app server的选择,请指点一下 [Re:Breeze]
abc123





发贴: 81
积分: 20
于 2003-03-19 22:58 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
Breeze wrote:
现在有个网站点,平均在线人数4000人左右,session定在5分钟,asp+sql server。准备迁移到jsp/servlet/app server,我想咨询下免费的resin等能否支持这么多并发数,用weblogic不开发ejb是否有点浪费啊,请这方面有经验的高手指点一下,多谢!

resin的license商用需要付费,这点你也需要考虑



作者 Re:关于app server的选择,请指点一下 [Re:Breeze]
Breeze





发贴: 143
积分: 30
于 2003-03-20 09:58 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
多谢各位了!


作者 Re:关于app server的选择,请指点一下 [Re:Breeze]
abc123





发贴: 81
积分: 20
于 2003-03-20 13:36 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
还有,比较想知道在线4000是怎么计算出来的。


作者 Re:关于app server的选择,请指点一下 [Re:abc123]
Breeze





发贴: 143
积分: 30
于 2003-03-21 08:55 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
abc123 wrote:
还有,比较想知道在线4000是怎么计算出来的。


用session统计,时间限制5分钟。 不是特别准确,但是也不会差太多。




flat modethreaded modego to previous topicgo to next topicgo to back
  已读帖子
  新的帖子
  被删除的帖子
Jump to the top of page

   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923