[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Procedure Pluralities

  • Thread starter Thread starter Dustin Grau
  • Start date Start date
Status
Not open for further replies.
D

Dustin Grau

Guest
Sessions in PAS are like Agents in Classic AS. Each user request will be handled by a session (thread) of the Multi-Session AppServer Agent (again for likeness purposes, this is like the Broker process). The rules still stand that you can have a SINGLE connect, SINGLE disconnect, SINGLE active, and SINGLE deactivate procedure to be executed on each of those events. The plural "procedures" in the README is likely a reference to those 4 types, not to multiple procedures for each. Or more simply, it's a typo ;)

Continue reading...
 
Status
Not open for further replies.
Back
Top