[2638] in Kerberos_V5_Development
Re: Kerberos NT source code
daemon@ATHENA.MIT.EDU (Theodore Y. Ts'o)
Thu Oct 23 14:05:19 1997
Date: Thu, 23 Oct 1997 14:04:57 -0400
From: "Theodore Y. Ts'o" <tytso@MIT.EDU>
To: Sam Hartman <hartmans@mesas.com>
Cc: Assar Westerlund <assar@sics.se>, Ezra Peisach <epeisach@MIT.EDU>,
Ken Hornstein <kenh@cmf.nrl.navy.mil>, krbdev@MIT.EDU
In-Reply-To: Sam Hartman's message of 22 Oct 1997 10:59:40 -0500,
<x24t6923gz.fsf@umgah.mesas.com>
From: Sam Hartman <hartmans@mesas.com>
Date: 22 Oct 1997 10:59:40 -0500
Having a per-thread context would be much more reasonable if
you could move auth contexts from one context to another. You want to
be able to listen, do a krb_rd_req, queue the request to be handled by
a worker thread, and have the listener continue its work.
Why not have the worker thread dop the krb_rd_req?
- Ted