Hello friends, I need a common database as I am trying to loadbalance 2-3 opensers. How can I make sure that the changes committed by one server, is reflected to other. ie. say user1 registers via ser1 and entry is added to the database. now when i quesry server2 for options of user1 i should get 200 ok.
i mean is there a mechanism to read thru the database. like cache less mode.
Regards, Ranveer.