home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!kuhub.cc.ukans.edu!husc-news.harvard.edu!humcr3.harvard.edu!veloso
- Newsgroups: comp.sys.mac.programmer
- Subject: Re: is there a way to find out who is using an app ?
- Message-ID: <1992Nov17.091018.17528@husc3.harvard.edu>
- From: Manuel Veloso <veloso@husc9.harvard.edu>
- Date: 17 Nov 92 09:10:16 EST
- References: <1e950uINN3lb@usenet.INS.CWRU.Edu>
- Distribution: world
- Organization: Harvard University
- Nntp-Posting-Host: humcr3.harvard.edu
- X-UserAgent: Nuntius v1.1.1d11
- X-XXMessage-ID: <A72E687C65011817@humcr3.harvard.edu>
- X-XXDate: Tue, 17 Nov 92 14:14:36 GMT
- Lines: 15
-
- In article <1e950uINN3lb@usenet.INS.CWRU.Edu> Jerry Sy, jxs18@po.CWRU.Edu
- writes:
- >is there a way to determine (programmatically or otherwise) who is
- >using an app on the server, short of going to each and every one
- >of the 50 users who are currently logged in ?
- >
- >thanks
- >jerry
-
- What you could do, although it would be a lot of work, is install a
- ServerEvent handler on the server & watch for FPOpenFork. When you get
- it, check to see what file it is & who's opening it...if it's an
- application, you've probably got a launch...
-
- Manny
-