[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Homemade email system using LuaSocket and LuaPOP3
- From: clemens fischer <ino-news@...>
- Date: Wed, 21 Sep 2011 00:45:41 +0200
Petite Abeille wrote:
> Or one could outsource the entire networking part to something like
> tcpserver [1] or such.
>
> On the other hand, sometime it's not so straightforward to decouple
> the networking from the protocol itself (e.g. STARTTLS). Sigh.
>
>> Any parser logic can be shared as long as it's
>> implemented to not do I/O itself.
>
> Well, a parser need to read some input, write some output, manipulate
> the network connection.
>
> [1] http://cr.yp.to/ucspi-tcp/tcpserver.html
similiar:
http://smarden.org/ipsvd/index.html
clemens