home *** CD-ROM | disk | FTP | other *** search
- 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
- From: zipp@foosw6.enet.dec.com (Eric S. Zipp)
- Newsgroups: comp.os.vms
- Subject: Re: How can I limit the number of simultaneous users of a DCL program?
- Message-ID: <1992Jul28.013935.10784@engage.pko.dec.com>
- Date: 28 Jul 92 01:36:39 GMT
- References: <0095E330.32C081A0.23216@hslc.org>
- Sender: newsdaemon@engage.pko.dec.com (USENET News Daemon)
- Organization: Digital Equipment Corporation
- Lines: 20
-
- In article <0095E330.32C081A0.23216@hslc.org>, simon@hslc.org (Alan Simon) writes...
- >...Is there any way that I can easily check the number of
- >current simultaneous accesses when a user of this account tries to access the
- >DCL file, and not allow the user to access it if the number of accesses has
- >reached the limit that I have set?
-
- Alan,
-
- You may wish to have your captive account 'login.com' create a unique
- Process name/number (i.e. MYDCL_xxx), from DCL scan all process names for
- "MYDCL*", if the sum is under the limit, give them a go, if over, give them
- the rasberrys.
-
- *******************************************************************************
- * Nothing is completely worthless,... it can always be used as a bad example! *
- * *
- * Eric S. Zipp DEC EASYNET. FOOSW6::ZIPP *
- * DIGITAL EQUIPMENT CORP. INTERNET. "ZIPP@FOOSW6.ENET.DEC.COM" *
- * UUCP. ...!decwrl!foosw6.enet!zipp *
- *******************************************************************************
-