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