home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / isis / 236 < prev    next >
Encoding:
Text File  |  1992-09-03  |  1.3 KB  |  30 lines

  1. Newsgroups: comp.sys.isis
  2. Path: sparky!uunet!gatech!udel!rochester!cornell!honir!rcbc
  3. From: rcbc@honir.cs.cornell.edu (Robert Cooper)
  4. Subject: Don't run different versions of Isis with each other
  5. Message-ID: <RCBC.92Sep3152556@honir.cs.cornell.edu>
  6. Sender: rcbc@cs.cornell.edu (Robert Cooper)
  7. Reply-To: rcbc@cs.cornell.edu
  8. Organization: Cornell Univ. CS Dept, Ithaca NY 14853
  9. Date: Thu, 3 Sep 1992 20:25:56 GMT
  10. Lines: 18
  11.  
  12. It is a bad idea to run different versions of Isis with each other. This
  13. applies to all the Isis servers (protos, isis, rexec, etc.) and the
  14. application libraries (libisis1.a libisis2.a libisism.a). That's the safest
  15. piece of advice.
  16.  
  17. We actually have compatibility checking code in the message library that,
  18. whenever a message is received from any other Isis process (server of
  19. applcation process), checks that the sending process has a compatible version
  20. of Isis. Recently we discovered that this checking code isn't restrictive
  21. enough. (It compares only the major and minor version numbers, not the dot
  22. and patch versions, and we made an incompatible change to some internal
  23. protoco between V3.0.5 and V3.0.6). We are fixing this code for future
  24. releases, but the best advice is not to run different processes compiled
  25. against different versions of Isis.
  26.  
  27.         -- Robert Cooper
  28. --
  29. -- 
  30.