home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.24 / text0009.txt < prev    next >
Encoding:
Text File  |  1991-09-03  |  1.8 KB  |  42 lines

  1. Submitted-by: andrew@alice.att.com (Andrew Hume)
  2.  
  3.     The latest login; has three (!) reports on the january 1991
  4. meeting of P1003.17 and P1224. In particular, I was
  5. interested in the object management PAR and the controversy
  6. that aroused two additional articles.
  7.     The problem is that I can't quite figure out what the problem
  8. really is. Perhaps if I go through what I think is going on, then
  9. someone will correct me.
  10.  
  11.     XDS and X.400 defines objects and their encodings via ASN.1.
  12. (This latter means that the BNF-like specifications of the objects
  13. is written in the ASN.1 syntax and that there is a corresponding
  14. well defined encoding into a byte stream.) There is some grouping
  15. of these objects into ``packages'' (I don't know what this means
  16. or implies). XDS and X.400 define an interface for accessing
  17. these objects. That is, a byte level encoding of commands
  18. mixed with objects.
  19.  
  20.     I think the 1003.17 work is about defining multiple
  21. ``versions'' of these interfaces, with the idea that each version
  22. might be a value-added or extended interface. so far, so good.
  23. Scott complains (rightly) that it sucks that vendors can extend
  24. these packages and that users can't. Enzo doesn't say whether he
  25. agrees but says that it seems technically infeasible.
  26.  
  27.     Could someone comment whether this is a fair summary?
  28. My initial take on this is that it may be technically infeasible
  29. to dynamically support new objects but this should have been a goal
  30. of the work until conclusively shown to be infeasible. (It actually
  31. isn't anyway; it is easy to see how new objects could be handled
  32. as long as you were willing to pay a performance hit for the new objects.
  33. It can be done by analyzing the byte stream interpretively rather than
  34. with compiled code; again, just for the new objects).
  35.  
  36.     andrew hume
  37.     andrew@research.att.com
  38.  
  39.  
  40. Volume-Number: Volume 24, Number 11
  41.  
  42.