[2660] in Kerberos_V5_Development
Re: Kerberos NT source code
daemon@ATHENA.MIT.EDU (Theodore Y. Ts'o)
Fri Oct 24 22:03:52 1997
Date: Fri, 24 Oct 1997 22:03:25 -0400
From: "Theodore Y. Ts'o" <tytso@MIT.EDU>
To: Assar Westerlund <assar@sics.se>
Cc: "Theodore Y. Ts'o" <tytso@MIT.EDU>, Sam Hartman
<hartmans@mesas.com>,
Ezra Peisach <epeisach@MIT.EDU>,
Ken
Hornstein <kenh@cmf.nrl.navy.mil>, krbdev@MIT.EDU
In-Reply-To: Assar Westerlund's message of 24 Oct 1997 17:30:06 +0200,
<5ld8kv18n5.fsf@assaris.sics.se>
From: Assar Westerlund <assar@sics.se>
Date: 24 Oct 1997 17:30:06 +0200
I think there's a progressing of different goals here.
1 - simplest case: it should be possible to use different
krb5_context's in different threads without any problem.
2 - consider the cases of 'communicating' *_contexts between different
threads.
I would think that (1) is much harder (not simpler!) than (2), since
it's the more general form of the problem.
- Ted