You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Ra...@hartfordlife.com on 2005/12/09 20:33:08 UTC

Developing Web Services using Axis in Clustered Environment servers

Hello,

I was stuck with an important question that whether it is reliable
Generating Apache Axis Web Services or accessing Web Services from Apache
client in a Clustered Environment.

In otherwords, is there any performance hit or any effects on Clustered
Environment..?
Hope i would get an answer.

Thank you,
Raghu



*************************************************************************
This communication, including attachments, is
for the exclusive use of addressee and may contain proprietary,
confidential and/or privileged information.  If you are not the intended
recipient, any use, copying, disclosure, dissemination or distribution is
strictly prohibited.  If you are not the intended recipient, please notify
the sender immediately by return e-mail, delete this communication and
destroy all copies.
*************************************************************************


Re: Developing Web Services using Axis in Clustered Environment servers

Posted by Developer Developer <de...@gmail.com>.
Our team did some investigation on deploying web services on clustered
environment.

We concluded that it all depends on how you develop your  web services.
Firstly, You have to understand the concurrency and security issues. You
also need to worry about any singletons  in the system  that are
synchronized.  Further, if you have a persistant layer then you have to
determine if it becomes a bottleneck when your app layer is deployed on a
clustered environment.

In short, there are several  issues to worry about before deciding on it.


On 12/9/05, Raghu.Lega@hartfordlife.com <Ra...@hartfordlife.com> wrote:
>
>
> Hello,
>
> I was stuck with an important question that whether it is reliable
> Generating Apache Axis Web Services or accessing Web Services from Apache
> client in a Clustered Environment.
>
> In otherwords, is there any performance hit or any effects on Clustered
> Environment..?
> Hope i would get an answer.
>
> Thank you,
> Raghu
>
>
>
> *************************************************************************
> This communication, including attachments, is
> for the exclusive use of addressee and may contain proprietary,
> confidential and/or privileged information.  If you are not the intended
> recipient, any use, copying, disclosure, dissemination or distribution is
> strictly prohibited.  If you are not the intended recipient, please notify
> the sender immediately by return e-mail, delete this communication and
> destroy all copies.
> *************************************************************************
>
>