mingshun
Aug 29th, 2004, 02:44 AM
Hi everyone,
I have 2 app servers, namely A, B and 1 db server. I will also do away
with ejb and apply load balancing to A and B. Lets say if an insert
operation is being performed and at the same time A is heavily loaded,
B takes in this request and do the insert operation into the database.
Qn:
Will spring be able to detect this and informs A to ignore about this
request since B has already done the insert operation?
Thanks,
Meng Soon
I have 2 app servers, namely A, B and 1 db server. I will also do away
with ejb and apply load balancing to A and B. Lets say if an insert
operation is being performed and at the same time A is heavily loaded,
B takes in this request and do the insert operation into the database.
Qn:
Will spring be able to detect this and informs A to ignore about this
request since B has already done the insert operation?
Thanks,
Meng Soon