[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: AppServerProcess used as a processQueue service

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

GregHiggins

Guest
No, and yes. Stop thinking about the AppServer processing the queue (BAD) and start thinking about the AppServer processing the queue message (GOOD). I disagree with the consensus on batch mode, I like to integrate queue (and such) listeners into all sorts of things, including live console apps, so I design all my listeners (queue, socket, sonic, ... ) to be event driven. For times when it really is running in background, I use a headless UI wrapper.

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