home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / unix / question / 15821 < prev    next >
Encoding:
Text File  |  1993-01-21  |  1.3 KB  |  30 lines

  1. Newsgroups: comp.unix.questions
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!eng.ufl.edu!surf.cis.ufl.edu!jdb
  3. From: jdb@surf.cis.ufl.edu (John Brothers)
  4. Subject: brain search
  5. Message-ID: <1993Jan21.232415.27292@eng.ufl.edu>
  6. Sender: news@eng.ufl.edu (Usenet Diskhog System)
  7. Organization: CIS
  8. Date: Thu, 21 Jan 93 23:24:15 GMT
  9. Lines: 19
  10.  
  11. I've been desiging a 'remote signalling' system, for unix (of course).
  12. Essentially, a user would be able to send signals to processes on remote
  13. machines, using a small daemon on each machine.  I've added some features,
  14. like associating processes with names, so you don't need to know the 
  15. pid, and "passwords" associated with the processes, so a group of people
  16. would have signal access to the process, instead of just the owner.  
  17. The system has been designed to be simple and portable, and currently
  18. interacts between suns, hps and ultrix decs, with sgi (hopefully) not
  19. far behind.  It uses sunrpc, and will shortly use des encryption, to be
  20. as secure as possible.
  21.  
  22. So why am I telling you about this?  Well, my prof thinks that I could
  23. submit something like this to usenix, but we want to make sure that there
  24. aren't any current, well-used utilities that do the same thing.  
  25.  
  26. If there are, I probably need to find a new thesis topic.  :)
  27.  
  28. Thanks for your time.
  29.  
  30.