home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / dcom / cellrel / 904 < prev    next >
Encoding:
Text File  |  1992-12-18  |  1.7 KB  |  35 lines

  1. Newsgroups: comp.dcom.cell-relay
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!sdd.hp.com!spool.mu.edu!umn.edu!csus.edu!netcom.com!netcomsv!butch!iscnvx!news
  3. From: myoung@force.ssd.lmsc.lockheed.com
  4. Subject: Path Building
  5. Message-ID: <1992Dec17.211811.6553@iscnvx.lmsc.lockheed.com>
  6. Sender: news@iscnvx.lmsc.lockheed.com (News)
  7. Reply-To: myoung@force.ssd.lmsc.lockheed.com
  8. Organization: LMSC, Sunnyvale, California
  9. Date: Thu, 17 Dec 92 21:18:11 GMT
  10. Lines: 23
  11.  
  12. OK, I have a problem here:
  13.  
  14.   I am a migrating process, and am currently sitting at memory
  15. associated with a file containing objects of a certain class.
  16. I have arrived here via a series of exploratory hops from data node 
  17. to data node, moving at each step when the local data met some
  18. condition (I am a query moving through data).
  19.  
  20.   Now, having found the data I desire, I want to link this data directly
  21. back to the location in memory where I started, thus building a memory
  22. to memory VCI to satisfy my query.  Hence, I need to build a virtual path 
  23. back to the locations from whence I came,  but I have no global knowledge 
  24. about where I am, I have only a series of traces taking me from information 
  25. node to information node back to the source of my travels.
  26.  
  27.   Problem:  I want to traverse back over my path, closing out any
  28. loops appearing along the way back, possibly performing some local
  29. optimization between hops looking for shorter paths.  This backward
  30. path I traverse, takes me back through switches, processors, and files
  31. contained at processors, updating the virtual path along the way.
  32.  
  33.   Don't tell me that a hidden hand in the network management will do this
  34. for me, as that just begs the question.
  35.