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

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

marian.edu

Guest
I understand that it would be kind of wrong doing this, since the process is locked to one kind of task. You’ll get an application server in a ’starting’ state that will essentially just do the same thing you can do with a plain do loop in progress to start a number of batch processes, there are certainly better ways to use an application server especially if the number of licenses are scarce :) Either with a repeat: pause n. loop, or a wait-for with a pause n. Since there is no UI and a server socket can’t be used there what will you be waiting for? Pause/sleep it’s something else, this is what I call ‘enterprise’ software… it just takes breaks now and then :) I would probably be bether of using a process runing as a window service. Definitively, running a batch Progress process through Windows services is not as hard as it sounds. Marian Edu Acorn IT www.acorn-it.com www.akera.io +40 740 036 212 On 4 Feb 2018, at 21:38, goo wrote: Update from Progress Community goo Earlier I have used a window process or a batch process, but I was thinking that it could be easy implementing this kind of process. It is supposed to check a table for jobs, and run the job. I understand that it would be kind of wrong doing this, since the process is locked to one kind of task. I was just curious if it was possible. Either with a repeat: pause n. loop, or a wait-for with a pause n. I would probably be bether of using a process runing as a window service. View online You received this notification because you subscribed to the forum. To unsubscribe from only this thread, go here. Flag this post as spam/abuse.

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