[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: What is the minimum non-zero value of the -usernotifytime?

  • Thread starter Thread starter George Potemkin
  • Start date Start date
Status
Not open for further replies.
G

George Potemkin

Guest
Thanks, Kyle! And yes, the remote ABL clients send to a server and get back one 64-byte message per notification. By the way, IMPORT statement blocks the client's notifications. Is it expected? The following code will reproduce the issue again any database started with non-zero -usernotifytime: output to value("test.input"). output close. input through value("tail -f test.input"). import unformatted ^. input close. message "Done" view-as alert-box. The session will run an attention thread but it will not lock the USR latch and will block the idxactivate. Program above immitates the import of data from the third-party systems. READKEY, UPDATE or WAIT-FOR don't have such issue.

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