thrift.server

Modules

base
module thrift.server.base
Undocumented in source.
nonblocking
module thrift.server.nonblocking

A non-blocking server implementation that operates a set of I/O threads (by default only one) and either does processing »in-line« or off-loads it to a task pool.

simple
module thrift.server.simple
Undocumented in source.
taskpool
module thrift.server.taskpool
Undocumented in source.
threaded
module thrift.server.threaded
Undocumented in source.
transport
module thrift.server.transport