简体   繁体   English

Java应用服务器; 哪个更好?

[英]Java Application server; which is better?

I need to implement a SOAP Web service. 我需要实现一个SOAP Web服务。 with many clients (over 4000 user online). 有许多客户(在线超过4000个用户)。

Service function is a DB access, and other web service access... 服务功能是数据库访问,而其他Web服务访问是...

Which application server is better. 哪个应用服务器更好。 Glashfish, Weblogic, Oracle Application Server ...? Glashfish,Weblogic,Oracle应用服务器...?

I'd suggest you first implement the Web service on an app server that you're experienced with (or a free one, like Glassfish or JBoss) and then stress test it. 我建议您首先在您有经验的应用服务器上(或免费的应用服务器,例如Glassfish或JBoss)上实现Web服务,然后对其进行压力测试。 If you make it app. 如果您将其设为应用程序。 server agnostic, porting it to others, including the commercial ones, shouldn't be a problem. 与服务器无关的,将其移植到包括商业服务器在内的其他服务器上应该不是问题。

It's usually best to just try out stuff like this for yourself because benchmarks won't always point you to the right direction. 通常最好自己尝试一下这样的事情,因为基准测试不会总是将您指向正确的方向。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM