On Tue, May 2, 2017 at 11:40 AM, Lee Hinde via 4D_Tech <[email protected] > wrote:
> 4d manages that. You don’t have to. > > +1 Unless things have changed, 4D keeps the Web process around in case another request arrives. Any other request. If it does, the Web process handles it. Otherwise, it times out and dies automatically. The gotcha in this has always been that 4D doesn't clear out variables, loaded records, etc. after satisfying a request. You can do it yourself after the page is processed (use PROCESS 4D TAGS and push out the response manually), or do it on the way into the request. By the way, I don't think that there is a way for your to kill a Web request anyway... ********************************************************************** 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] **********************************************************************

