Kbase 19510: ADM2 - SDO does not Bind Server to Client with Webspeed
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  2/7/2000 |
|
There is a common belief that when using a SmartDataObject (SDO) with Webspeed that the server process is bound to the client because the SDO is run persistently.
This belief is not true.
The SDO does run persistently but this does NOT bind the Webspeed agent to the client. In Webspeed all procedures are started using web-disp.p and subsequently does no bind the agent. We actually never kill the SDO(s), but we added some Instance Properties in 9.1 to make this a bit more flexible (i.e. "Destroy on each request" and "Disconnect AppServer").