julia0726
6th February 2002, 09:37
Hi,
I would like to know if it is possible to have two application servers that will connect to a single database server?
Is there will be no locking problems?
thanks in advance
patvdv
6th February 2002, 11:46
Yes, it is possible to have multiple application servers. I don't think you have to worry about locking problems. The only occurrence of locking problems with multiple application servers I have seen so far is when you run pdaemon processes on more than one application server.
Han Brinkman
6th February 2002, 12:26
Locks will be no problem as Pat stated. However you have to consider some thing else: how are you going to manage the application objects.
PMC will update the pmc tables and only install the objects on the apps server on which you are going to run the install.
You could do a copy of the bse environment, use NFS or perform a fat client installation of the second apps server.
Rgrds,
Han