Re: Question about Execute on Server under 4D v15

2018-03-06 Thread Robert McKeever via 4D_Tech
Thanks, Kirk. > On Mar 6, 2018, at 10:24 AM, Kirk Brooks via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Robert, > John's suggestion about a worker process is a good one. It sounds like > you're just starting into this area so I'll throw out out a few things that > aren't readily apparent. > >

Re: Question about Execute on Server under 4D v15

2018-03-06 Thread Kirk Brooks via 4D_Tech
Robert, John's suggestion about a worker process is a good one. It sounds like you're just starting into this area so I'll throw out out a few things that aren't readily apparent. I use Execute on server (EOS) methods a lot. When a method is EOS it runs on the server but in the 'twin' process of t

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 work

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