While I was writing example code for double qttasserver use [1], I found out that we have few issues which we need to solve in order to have multiple qttasserver instances running on the same machine/host.
At least following:
logs and other files where we have write actions.
local sockets, etc
We should at least make sure that the user is unable to start multiple qttasserver instances on the same host as of now, until we have a proper fix for multiple qttasservers.
While I was writing example code for double qttasserver use [1], I found out that we have few issues which we need to solve in order to have multiple qttasserver instances running on the same machine/host.
At least following:
We should at least make sure that the user is unable to start multiple qttasserver instances on the same host as of now, until we have a proper fix for multiple qttasservers.
[1] https://github.com/nomovok-opensource/cutedriver-examples/issues/11