I think a preemptive worker would be the way to go. Normally a stored procedure is limited to "core 0" along with anything else that can't be multithreaded. If you could do your task in a preemptive worker or a SQL process you'd probably get better response time from your clients.
-- Jeffrey Kain [email protected] > On Feb 7, 2018, at 3:11 PM, Benedict, Tom via 4D_Tech <[email protected]> > wrote: > > V16 Workers may help you out, but I have no experience with them yet. ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

