Kbase P10264: Using sockets to communicate with an FTP server causes hangs
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  1/27/2003 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.x
SYMPTOM(s):
Using sockets to talk to FTP server
Progress session hangs or GPF's
CAUSE:
The socket and server-socket objects can only handle a limited list of events and when events which they do not understand are applied to them (using the APPLY statement) a GPF will happen.
FIX:
Only apply events to the socket and server-socket which they are documented to understand.