Is it possible that one service can be handled by different servers. What i mean is...if I have one request and for some vague reason, if the server is not able to handle this request, Will this be transfered to some other server. Or could we say that one VM can communicate with an other VM? Regards, Shilpa
------------------
Frank Carver
Sheriff
Joined: Jan 07, 1999
Posts: 6913
posted
0
This can be done at all sorts of levels. Can you give more details of the circumstances under which you would like this to happen?
Hi, I think it is possible , by implementing a multithreaded server handling. If we could know the conditions under which the service cant handle the request, then those conditions can be checked and accordingly switched over to another thread which can handle the same. Arun Sun Certified Programmer Java 2 Platform