-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi Guys,
The proper solution is to move the GUI to a separate process.
There will be two separate logical components: - Network server running as an NT service or a user process. - GUI client always running as the current user.
The stunnel process executed by the current user will first check whether an existing network server (possibly running as NT service) is already started: - On success, it will communicate with the server over a named pipe. - On failure, it will start a new network server as the current user.
This feature is already on my TODO list http://www.stunnel.org/sdf_todo.html waiting for a sponsor, or for me to have some spare time...
Mike