Hi.
I need simple TCP server which process incoming connection in separate processes.
I see Zinc ZnServer subclasses implement something like that. But I'm not sure that it is good idea to reuse it. Zinc server has http related methods which I'm not need.��
What you think?
(I don't want to implement another one incoming connections loop)