-
Committer:
Teddy Hogeborn
-
Date:
2009-01-28 11:23:12 UTC
-
mto:
This revision was merged to the branch mainline in
revision
327.
-
Revision ID:
teddy@fukt.bsnet.se-20090128112312-fccq15ef11z330u3
Start of new pipe-based IPC mechanism.
* mandos (TCP_handler.handle): Open the IPC pipe, write messages to it
and close it when done.
(ForkingMixInWithPipe): New.
(IPv6_TCPServer): Inherit from "ForkingMixInWithPipe" instead of
"SocketServer.ForkingMixIn".
(IPv6_TCPServer.handle_ipc): New.