home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / isis / 246 < prev    next >
Encoding:
Internet Message Format  |  1992-09-15  |  1.0 KB

  1. Path: sparky!uunet!spool.mu.edu!caen!uvaarpa!concert!borg!weiss!krishnar
  2. From: krishnar@weiss.cs.unc.edu (Rajarama Krishnan)
  3. Newsgroups: comp.sys.isis
  4. Subject: blocking requests
  5. Message-ID: <15353@borg.cs.unc.edu>
  6. Date: 15 Sep 92 19:44:50 GMT
  7. Sender: news@cs.unc.edu
  8. Distribution: usa
  9. Lines: 16
  10.  
  11. In my ISIS application a process has to join a process group. It has to get
  12. some data from the group. I didnt put that in the state transfer routine
  13. because I am also using logging and I dont want all this data to be passed
  14. during logging. To get around problem, what I am doing is join the group and
  15. then get the data separately. But this causes a problem. I start getting
  16. requests even before I have transferred this data. How can I avoid this?
  17. Is there anyway of blocking requests after the pg_join till I explicitly
  18. allow the requests to come? Or is there anyway of running this job even
  19. before the pg_join returns? Note that I am not doing this pg_join in the
  20. maintask. Then the solution would have been simple. I am doing this in an
  21. entry.
  22.  
  23. Thank you.
  24.  
  25. Rajaraman
  26.  
  27.