home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / next / programm / 7210 < prev    next >
Encoding:
Text File  |  1992-11-13  |  1.6 KB  |  41 lines

  1. Newsgroups: comp.sys.next.programmer
  2. Path: sparky!uunet!spool.mu.edu!agate!linus!alliant!merk!esplanade!robertl
  3. From: Robert_La_Ferla@hot.com
  4. Subject: Distributed Objects and Network Name Server
  5. Message-ID: <1992Nov13.122410.867@hot.com>
  6. Sender: robertl@hot.com
  7. Organization: Hot Technologies
  8. Date: Fri, 13 Nov 1992 12:24:10 GMT
  9. Lines: 30
  10.  
  11. Keywords: NeXTSTEP 3.0, Distributed Objects, Network Name Server, nmserver
  12. Reply-To: Robert_La_Ferla@hot.com
  13. Distribution: world
  14.  
  15.  
  16. Is there a command line utility or any utility for that matter that  
  17. displays any and all registered port names in the Network Name Server?  In  
  18. lieu of such a utility, does enabling debugging on nmserver via -c -t -p 0  
  19. work and does it provide this information?  It didn't work for me.
  20.  
  21. If you register an object with a name using registerRoot:withName:, when  
  22. does it cease existing in the NetNameServer?  Is it removed from the  
  23. server automatically when the application or task exits?  Do you need to  
  24. explicitly unregister the object?  How?  Do you use free or removeObject:?
  25.  
  26. What do the following error messages mean?
  27.  
  28. Unknown error code 11013 in NXReportError
  29. Unknown error code 11004 in NXReportError
  30.  
  31. Inquiring minds want to know!
  32.  
  33. Robert La Ferla
  34.  
  35. PS.  NeXT Developer Support: WE NEED MINI-EXAMPLES for Distributed Objects  
  36. (especially ones that show how to provide two way communication between a  
  37. server and a client, how to detect server/client death, how to properly  
  38. unregister/clean up connections), Object Linking and other 3.0  
  39. functionality.  The last distribution mostly dealt with DBKit.  WE ALSO  
  40. NEED TO BE AWARE OF ANY BUGS in Distributed Objects.
  41.