The moose likes Servlets and the fly likes Help Please!!!! Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Help Please!!!!" Watch "Help Please!!!!" New topic
Author

Help Please!!!!

Shilpa Sharma
Greenhorn

Joined: Mar 12, 2001
Posts: 3
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
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?


A Convergent Visionary ~ Frank's Punchbarrel Blog ~ LinkedIn profile
Arunagiri, Shanmugham
Ranch Hand

Joined: Jan 23, 2001
Posts: 46
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


Sun Certified Programmer for Java2 Platform
 
IntelliJ Java IDE
 
subject: Help Please!!!!
 
Threads others viewed
Thread Scheduling In Different JVMs
Confused about how to test RMI
Different subdomain running on diff. server technologies
Inter-VM communication
Bypassing proxy in java
MyEclipse, The Clear Choice