This is a module based on Ludek Sulaks and Daniel Kourils Kerberos authentication module “Using Kerberos for WWW Authentication”. It uses Microsofts example code from SPNEGO Token Handler API. The Browser setup is described at HTTP-Based Cross-Platform Authentication via the Negotiate Protocol.
SEDA decomposes a complex, event-driven application into a set of stages connected by queues. This design avoids the high overhead associated with thread-based concurrency models, and decouples event and thread scheduling from application logic.