The Artima Developer Community
Sponsored Link

Java Answers Forum
loopback in Java RMI

1 reply on 1 page. Most recent reply: Jul 29, 2002 9:56 PM by Jay Kandy

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Vanna Nguyen

Posts: 3
Nickname: vanilla
Registered: Jul, 2002

loopback in Java RMI Posted: Jul 28, 2002 10:47 AM
Reply to this message Reply
Advertisement
what is the loopback idea in Java RMI?
when is the same machine should be used as both server and client?


Jay Kandy

Posts: 77
Nickname: jay
Registered: Mar, 2002

Re: loopback in Java RMI Posted: Jul 29, 2002 9:56 PM
Reply to this message Reply
You probably know what loopback is. When a request with localhost or 127.0.0.1 is made, instead of a lookup, the OS redirects to the same machine.

So when is it used???

Flat View: This topic has 1 reply on 1 page
Topic: Exel merger with huge data Previous Topic   Next Topic Topic: Java and generate automatic mail

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use