views:

43

answers:

1

I need Implement SOAP Web service. And too many client (over 4000 user online).

Service function is a DB access, and other web service access...

Witch application server better. Glashfish, Weblogic, Oracle Application Server ...?

+1  A: 

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. 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.

darioo