home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / protocol / kerberos / 638 < prev    next >
Encoding:
Text File  |  1992-09-01  |  952 b   |  26 lines

  1. Newsgroups: comp.protocols.kerberos
  2. Path: sparky!uunet!stanford.edu!DAS.HARVARD.EDU!ddl
  3. From: ddl@DAS.HARVARD.EDU (Dan Lanciani)
  4. Subject: Re: Kerberos for DOS and OS/2
  5. Message-ID: <9209012341.AA22373@endor.harvard.edu>
  6. Sender: news@shelby.stanford.edu (USENET News System)
  7. Organization: Internet-USENET Gateway at Stanford University
  8. Date: Tue, 1 Sep 1992 23:41:05 GMT
  9. Lines: 15
  10.  
  11. |Is your krb for OS/2 process or thread reentrant?
  12.  
  13.     It is, by definition, process-reentrant.  I have no idea how
  14. it would react to multi-threading as there many potential critical
  15. sections.  Tracking them down will have to wait until I have an
  16. application that can make real use of multi-threading (beyond being able
  17. to call itself a multi-threaded application in PR releases :).
  18.  
  19. |i.e., is it in a
  20. |DLL that can be shared by processes and threads?
  21.  
  22.     I never bothered building a DLL; however, FTP Software packages
  23. the code as a DLL so it can certainly be done.
  24.  
  25.                 Dan
  26.