bvirmani2022
bvirmani2022
So, how would we handle the above scenario ?
Ok Thanks! Will try that
Hi, Can more env variables be created for sysrepo instances SYSREPO_REPOSITORY_PATH_1 SYSREPO_REPOSITORY_PATH_2 or using only one SYSREPO_REPOSITORY_PATH env variable, can we have multiple instances of sysrepo
Ok, so can 3 or 4 clients have access to separate instances at same time with one env
For eg: if I have 3 clients connected: client1, client2, client3 client1, client2 and client3 performs one edit-config request at the same time, how shall the netopeer-server be able handle...
I clearly got the point and Actually, I am following the similar approach: For client1 : /sysrepo1 and so on. But my query is, even the netopeer-server shall be running...
Thanks Michal. I think I got the major points. I was trying a total different approach through an application only with single netopeer-server instance but looks like "n clients" shall...
Hi, After the creation of multiple netopeer/sysrepo instanaces and creating separate pid file for each netopeer-server, still I am facing issue related to client1 connecting to sysrepo1/netopeer instance. Is it...
So, then my understanding is correct, that I need to have 4 multiple ports for each process and try connecting with the individual ports
Hi, Since I am running multiple netopeer2-server instances, each netopeer-server should run as a separate process and a different port We are doing some development testing based on the below...