Hi,
Is it possible to run more than one instance on the same host, obviously I'll use a different tcp port for listenning, but what about files in /dev/shm ?
I had a look at the source code, and a solution could be to concatenate
the tcp port number to filename in /dev/shm as is the filenames will for example for sem.query rename to : /dev/shm/sem.query.5000
What do you think about this solution ?
May I implement it and propose a patch in this way ? I'll do a PR on github with my patch.
Hi,
Is it possible to run more than one instance on the same host, obviously I'll use a different tcp port for listenning, but what about files in /dev/shm ?
I had a look at the source code, and a solution could be to concatenate
the tcp port number to filename in /dev/shm as is the filenames will for example for sem.query rename to : /dev/shm/sem.query.5000
What do you think about this solution ?
May I implement it and propose a patch in this way ? I'll do a PR on github with my patch.