Preston Martin
Preston Martin

Reputation: 2963

OpenEdge trimming appserver

I would like to overwrite (hotfix) .r files that may be in use on a server. Would trimming an appserver to apply these changes be equivalent to shutting down and starting an appserver? Is there any harm in trimming an appserver frequently multiple times? Is there any harm in trimming an appserver even if it is not being utilized?

Upvotes: 0

Views: 537

Answers (1)

Mike Fechner
Mike Fechner

Reputation: 7182

No. Trimming is safe and sufficient.

When clients have bound connections however, those agents will not shut down using trimming and will not get the new r-code.

Upvotes: 2

Related Questions