[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Raising a QUIT on purpose in a StateFree AppServer session

  • Thread starter Thread starter jankeir
  • Start date Start date
Status
Not open for further replies.
J

jankeir

Guest
There is this: PROCEDURE exit EXTERNAL '/usr/lib/libc.a(shr_64.o)' CDECL PERSISTENT. def input param iexit as long no-undo. END PROCEDURE. run exit(0). You will want to first stop all persistent procedures and disconnect all db's. I do not know though what happens if you do this and you have static classes in memory with that refer to db's connected with shared memory connections.

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