Re: [Twisted-Python] What is the minimum effort solution to make inetd-managed twisted-based application?

2010-07-28 Thread twisted-web
After all, I'm posting my angry code. The first file is a module with some classes, that can be used to accomplish my task. The second file is a UNIX program, it uses socketpair() and then fork() to start both client and server, they talk each other via PB protocol. Running that produces some noise

Re: [Twisted-Python] What is the minimum effort solution to make inetd-managed twisted-based application?

2010-07-28 Thread Itamar Turner-Trauring
On Wed, 2010-07-28 at 15:14 +0400, twisted-...@udmvt.ru wrote: > After all, I'm posting my angry code. > The first file is a module with some classes, that can be used > to accomplish my task. > The second file is a UNIX program, it uses socketpair() and then fork() > to start both client and serve