On Fri, May 8, 2015 at 8:20 AM, wrote:
> I needed to develop a highly scalable multi-threaded TCP server in Python and
> when I started writing it in 2013 I could not find a suitable library that
> would scale the way I needed but also easy to use.
>
> So I invented one - it's called Pyloom. I
Hi,
I needed to develop a highly scalable multi-threaded TCP server in Python and
when I started writing it in 2013 I could not find a suitable library that
would scale the way I needed but also easy to use.
So I invented one - it's called Pyloom. If you want to take a look, it's part
of my D