home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / vms / 13834 < prev    next >
Encoding:
Internet Message Format  |  1992-08-19  |  1.8 KB

  1. Path: sparky!uunet!ukma!darwin.sura.net!zaphod.mps.ohio-state.edu!van-bc!jeslacs!psmode
  2. From: Peter Smode <psmode@jeslacs.wimsey.bc.ca>
  3. Newsgroups: comp.os.vms
  4. Subject: Re: Clustered Global Section
  5. Message-ID: <JiJRPB1w165w@jeslacs.wimsey.bc.ca>
  6. Date: Wed, 19 Aug 92 09:55:06 PDT
  7. References: <17320.2A913456@puddle.fidonet.org>
  8. Organization: JES Library Automation, Coquitlam BC, CANADA
  9. Lines: 30
  10.  
  11. Ian.Parker@f1.n700.z6.fidonet.org (Ian Parker) writes:
  12.  
  13. >
  14. >
  15. > I'm just about to cluster a couple of VAXs.  On one VAX an application
  16. > uses global sections to communicate between processes.  After clustering
  17. > we want this application to be available across the cluster.
  18. >
  19. > Is there a problem?
  20. >
  21. > Yes, I know that you can't share memory across a cluster, but since
  22. > global sections are mapped to files (but are all sections mapped to
  23. > files?), and assuming that the files are available clusterwide then
  24. > will it work?
  25.  
  26. As somebody else has already pointed out, this approach is a non-starter.
  27. However, depending upon the type of communication you need, you might be
  28. able to use the VMS lock manager instead. Check out the $ENQ and $ENQW
  29. system services along with $GETLKI. By coming up with a couple of resource
  30. names and access policies, you can do some very slick IPC wether there is
  31. a cluster in place or not.
  32.  
  33. A really good feature to use is a blocking AST routine to handle process
  34. shutdown with low overhead.
  35.  
  36. **************************************************************************
  37. *   Peter Smode                 E-mail:    psmode@jeslacs.wimsey.bc.ca   *
  38. *   JES Library Automation      Voice:     (604)939-6775                 *
  39. *   Coquitlam, BC, CANADA       Fax:       (604)939-9970                 *
  40. **************************************************************************
  41.