Kbase P133650: Is it safe to use sockets in a procedure that is part of a shared library?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  30/07/2008 |
|
Status: Unverified
GOAL:
Is it safe to use sockets in a procedure that is part of a shared library?
GOAL:
Will creating sockets in a shared library procedure cause problems because of multithreading?
FACT(s) (Environment):
All Supported Operating Systems
Progress 9.x
OpenEdge 10.x
FIX:
It is safe to use sockets in a procedure that is part of a shared library. Each session that runs the shared procedure will create its own socket in its own memory space, and will manage it independently of any sockets that are created in other sessions running the same shared procedure. Progress OpenEdge does not support multithreading.