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

  1. Path: sparky!uunet!olivea!decwrl!pa.dec.com!nntpd2.cxo.dec.com!nntpd.lkg.dec.com!engage.pko.dec.com!foosw6.enet.dec.com!zipp
  2. From: zipp@foosw6.enet.dec.com (Eric S. Zipp)
  3. Newsgroups: comp.os.vms
  4. Subject: Re: How can I limit the number of simultaneous users of a DCL program?
  5. Message-ID: <1992Jul28.013935.10784@engage.pko.dec.com>
  6. Date: 28 Jul 92 01:36:39 GMT
  7. References: <0095E330.32C081A0.23216@hslc.org>
  8. Sender: newsdaemon@engage.pko.dec.com (USENET News Daemon)
  9. Organization: Digital Equipment Corporation
  10. Lines: 20
  11.  
  12. In article <0095E330.32C081A0.23216@hslc.org>, simon@hslc.org (Alan Simon) writes...
  13. >...Is there any way that I can easily check the number of 
  14. >current simultaneous accesses when a user of this account tries to access the 
  15. >DCL file, and not allow the user to access it if the number of accesses has 
  16. >reached the limit that I have set?  
  17.  
  18. Alan,
  19.  
  20.     You may wish to have your captive account 'login.com' create a unique 
  21. Process name/number (i.e. MYDCL_xxx), from DCL scan all process names for 
  22. "MYDCL*", if the sum is under the limit, give them a go, if over, give them 
  23. the rasberrys.
  24.  
  25. *******************************************************************************
  26. * Nothing is completely worthless,... it can always be used as a bad example! *
  27. *                                                                             *
  28. * Eric S. Zipp             DEC EASYNET.    FOOSW6::ZIPP                      *
  29. * DIGITAL EQUIPMENT CORP.   INTERNET.       "ZIPP@FOOSW6.ENET.DEC.COM"        *
  30. *                UUCP.        ...!decwrl!foosw6.enet!zipp       *
  31. *******************************************************************************
  32.