home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / mach / 954 < prev    next >
Encoding:
Internet Message Format  |  1992-07-22  |  1.4 KB

  1. Path: sparky!uunet!elroy.jpl.nasa.gov!sdd.hp.com!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!ucbvax!van-bc!ubc-cs!unixg.ubc.ca!kakwa.ucs.ualberta.ca!news
  2. From: adrian@niagara.ucs.ualberta.ca (Adrian Smith)
  3. Newsgroups: comp.os.mach
  4. Subject: Mach port to multiple clients?
  5. Message-ID: <1992Jul22.154732.24906@kakwa.ucs.ualberta.ca>
  6. Date: 22 Jul 92 15:47:32 GMT
  7. Sender: news@kakwa.ucs.ualberta.ca
  8. Organization: University Of Alberta, Edmonton Canada
  9. Lines: 21
  10. Nntp-Posting-Host: niagara.ucs.ualberta.ca
  11.  
  12. I'm trying to use a Mach port to connect a server process to multiple  
  13. client processes on different machines. I'd like to connect the server  
  14. through the network broadcast address and have the clients simply grab the  
  15. packets as they appear. Is this possible with Mach, and if so, how? I can  
  16. manage it with sockets, but I have to use UDP, and I don't want to do that  
  17. because it's not particularly stable. The other problem is that according  
  18. to the relevant SUN documentation the server process will have to be  
  19. setuid root to use UDP with sockets.
  20.  
  21. The basic goal is to have the server send a datagram once and have  
  22. multiple machines grab it.
  23.  
  24. I've looked through all the references I have access to, and can't seem to  
  25. find anything. Can anyone suggest a solution?
  26.  
  27. --
  28. Adrian Smith
  29. University of Alberta NeXT Campus Consultant
  30. adrian@niagara.ucs.ualberta.ca
  31. Audix: 5482
  32.  
  33.