Consultor Eletrônico



Kbase 13214: PRO$DISCONNECT_WAIT_TIME logical on VMS
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/05/1998
PRO$DISCONNECT_WAIT_TIME logical on VMS

The logical is used if remote users are getting socket errors (common on a busy system). They can try increasing this logical to stop the socket errors.
Increasing it will mean that the time to disconnect will take longer, but
Essentially, the socket errors occur b/c the server attempts to write
to a connection that the client already closed. By increasing the time
out, the connection will still be there for a longer period of time, and
The logical is defined for use by the PROEXE executable. Therefore, you
The problem: The use of this logical was only applied to Progress executable
for the VMS operating system. Therefore, only VMS clients that choose
to connect remotely will be able to use this feature. PC and Unix remote
clients will not able to use it because it is not build into any current
Just to document the current problem with the VMS logical
PRO$DISCONNECT_WAIT_TIME that was introduced with 6.2n03.

The logical is used if remote users are getting socket errors
(common on a busy system). They can try increasing this logical
to stop the socket errors. Increasing it will mean that the time
to disconnect will take longer, but the socket errors will go
away.

Essentially, the socket errors occur b/c the server attempts to
write to a connection that the client already closed. By
increasing the time out, the connection will still be there
for a longer period of time, and the server will be able to
write to the connection.

The logical is defined for use by the PROEXE executable.
Therefore, you define it on the client environment, not
the server.

The problem: The use of this logical was only applied to
Progress executable for the VMS operating system. Therefore,
only VMS clients that choose to connect remotely will be able
to use this feature. PC and Unix remote clients will not able
to use it because it is not build into any current version on
these platforms.

Progress Software Technical Support Note # 13214