[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Transaction timeout now available in ABL ?!

  • Thread starter Thread starter marian.edu
  • Start date Start date
Status
Not open for further replies.
M

marian.edu

Guest
[quote user="dbeavon"] A small amount of ABL code was running in a single session, and it locked a few records, and proceeded to open a JMS adapter session to send the data to a queue. [/quote] I would say will be better to fix that in the app's code instead of relying on the server to detect and fix all possible cases where the client seems to be 'hung'. Unfortunately sloppy code exists everywhere (exclusive lock without no wait, potentially long running code ran in a transaction) and for whatever reason developers looks at the technology provider to fix everything, it just looks like other's bugs are more visible :)

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