Re: Necessary To End Task After Quitting Server

2020-02-26 Thread Saeed via 4D_Tech
I had this problem in V16 with the "Encrypt Client Server Communications" turned ON. This was leaving ghost connections on the server as well as hanging it up. A bug related to the ghost connections was fixed in V17.4 and the server hang-up-problem also disappeared. -- Sent from:

Re: Necessary To End Task After Quitting Server

2020-02-26 Thread Tom Benedict via 4D_Tech
Chuck (and others), Are you referring to the “Tasks Pending” Alert that appears at server shutdown or is it something else? If it’s the "Tasks Pending” Alert, here’s a post from Doug Cottrill from a 2014 which describes what to do about it.

RE: Necessary To End Task After Quitting Server

2020-02-26 Thread Timothy Penner via 4D_Tech
Hi Chuck, I believe you are referring to the "Tasks Pending" dialog: let me include a link to the forums with screenshots to provide additional context in case this is what you are referring to: https://forums.4d.com/Post/EN/23029409/1/23029410#23029410 I didn’t get the impression that Allan

Re: Necessary To End Task After Quitting Server

2020-02-26 Thread Chuck Miller via 4D_Tech
I am not sure this is it. we have had this type of error since v15. It is never a process we have started and it does not appear anywhere on 4D’s list of processes. When we see this message (Waiting for task to complete) we can wait forever and 4D will NEVER quit Regards Chuck

Re: Necessary To End Task After Quitting Server

2020-02-26 Thread Allan Udy via 4D_Tech
Hi Tim, Timothy Penner wrote on 27/02/20 6:34 AM: the very last line of code in the On Server Shutdown message is a logging entry, which DOES get executed so we no it's not getting hung up on code in there. Perhaps the application is releasing the memory? Take a look at the Task Manager and

RE: Necessary To End Task After Quitting Server

2020-02-26 Thread Timothy Penner via 4D_Tech
Hi Allan, > the very last line of code in the On Server Shutdown message is a logging > entry, which DOES get executed so we no it's not getting hung up on code in > there. Perhaps the application is releasing the memory? Take a look at the Task Manager and watch the memory for the 4D

Re: Necessary To End Task After Quitting Server

2020-02-25 Thread Allan Udy via 4D_Tech
Hi Stephen, Stephen J. Orth wrote on 26/02/20 10:00 AM: We get this occasionally and the best I can attribute it to is that 4D is waiting for something to stop before exiting. Just make sure you don't have something hung up during the shutdown process. Thanks.  Have been trying to do so but

RE: Necessary To End Task After Quitting Server

2020-02-25 Thread Stephen J. Orth via 4D_Tech
Allan, We get this occasionally and the best I can attribute it to is that 4D is waiting for something to stop before exiting. Just make sure you don't have something hung up during the shutdown process. Steve -Original Message- From: 4D_Tech <4d_tech-boun...@lists.4d.com> On Behalf