I need to have a public read only instance to query data using the port 3030 and a private read and write instance to add and update data using the port 3031. Both instances are only accessible throw a web server using distinct domains and port 80. Also, the private instance provides access using an HTTP user/password.
My question is about concurrency: Has Fuseki support to concurrently access to a directory database using two server instances?
I found the answer in the Fuseki documentation:
So, the answer is that multiple instances using the same database are not supported.