newLISP Fan Club

Forum => newLISP and the O.S. => Topic started by: dukester on April 05, 2019, 12:30:08 PM

Title: How to stop newlisp in daemon mode
Post by: dukester on April 05, 2019, 12:30:08 PM
I've been running newlisp  -http -d8080  etc etc



I haven't anything in the manual that indicates how to gracefully shutdown newlisp in daemon mode on a windows box.
Title: Re: How to stop newlisp in daemon mode
Post by: HPW on April 05, 2019, 09:55:13 PM
Hello,



I do not know if there is a special way for -d mode, but in the former TclTk newlisp-Gui in -p mode, there was a tcl comand "exec kill" on the newlisp process id to end the session.



Regards

Hans-Peter
Title: Re: How to stop newlisp in daemon mode
Post by: dukester on April 05, 2019, 10:06:02 PM
@Hans-Peter    Thanks!  I'll check into it further!  In the meantime, I have been "Ending the Task" using Windoze Task Manager.  I appreciate your input!