I am trying to find a way to spawn a process that will continue running once I log off.
A previous post ended up giving me a solution : services. I tried this out, and it solves
the...
How exactly could this work ? My customer is using our software and has the ability to launch a very long process (to compute something). I would like to give him the possibility of...
I'm desperately seeking, not Susan, but a way to spawn a process on my computer which will not be killed when I logoff. Some sort of a background process ...