Kbase P187045: .NET Open Client application is causing AppServer to constantly exceed the setting of Max Client Ins
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  03/05/2011 |
|
Status: Unverified
SYMPTOM(s):
.NET Open Client application is causing AppServer to constantly exceed the setting of Max Client Instances
Increasing the Max Client Instances setting simply delays the time before the maximum instances are exceeded
AppServer is running in stateless operating mode
FACT(s) (Environment):
OpenEdge 10.x
Windows
CAUSE:
The .NET application was constantly creating new proxy objects and never calling Dispose() on them. This was causing the number of client instances in the AppServer Broker to constantly increase.
FIX:
Modify the .NET application so that proxy objects are properly disposed.