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 "Chen, Jennifer" <je...@sap.com> on 2008/10/22 02:45:54 UTC

Hot update concerns

Hi, why is it not advisable to use hot update in a real-time system?
What are the concerns? I found the following paragraph online.

Thank you!

Jennifer

"Hot update is the ability to make changes to an existing Web service
without shutting down the system. This is an important feature and
required in a testing environment. However, it's not advisable to use
hot update in a real-time system, because it could result in the system
leading into an unknown state. Additionally, there's the possibility of
loosening the existing service data of that service. To prevent this,
Axis2 comes with the hot update parameter set to FALSE by default. If
you want to have this feature, you can do this by changing the
configuration parameter like this: <parameter
name="hotupdate">true</parameter>"


Re: Hot update concerns

Posted by Deepal jayasinghe <de...@gmail.com>.
> Hi, why is it not advisable to use hot update in a real-time system?
> What are the concerns? I found the following paragraph online.
>
The problem is how update in changing an existing service , so the way
Axis2 deal with that is undeploy the service and deploy the service
(something similar to that). So if there are already processing request
then system may lead to an unknow state. Because of classes and property
reinitialization.

-Deepal
>
> Thank you!
>
> Jennifer
>
> "*Hot update* is the ability to make changes to an existing Web
> service without shutting down the system. This is an important feature
> and required in a testing environment.* However, it's not advisable to
> use hot update in a real-time system, because it could result in the
> system leading into an unknown state.* Additionally, there's the
> possibility of loosening the existing service data of that service. To
> prevent this, Axis2 comes with the hot update parameter set to FALSE
> by default. If you want to have this feature, you can do this by
> changing the configuration parameter like this: <parameter
> name="hotupdate">true</parameter>"
>


-- 
Thank you!


http://blogs.deepal.org


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org