Question about Execute on Server under 4D v15

2018-03-05 Thread Robert McKeever via 4D_Tech
I have two processes, one foreground, the other background (runs continually with appropriate pause/resume). There are a few dialogs that exist in the background process that can be eliminated. Since it does a lot of information gathering before creating/deleting a record and updating another,

Re: Question about Execute on Server under 4D v15

2018-03-05 Thread Robert McKeever via 4D_Tech
Many thanks, John. > On Mar 5, 2018, at 10:00 PM, John Baughman via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > If you are working in v15 R5 or better, I would recommend that you take a > close look at Worker processes. No need for pause/resume and calls are > managed automatically by the

Re: Question about Execute on Server under 4D v15

2018-03-05 Thread John Baughman via 4D_Tech
If you are working in v15 R5 or better, I would recommend that you take a close look at Worker processes. No need for pause/resume and calls are managed automatically by the worker on a first in first out basis. With a worker on the server, you would still use execute on server but only to call