On Mon, 04 Jan 2016 22:52:56 +0100
ajm at zator.com wrote:

> Hi list:
> 
> I've built a Windows desktop app using MS Visual C++ and SQLite. It
> works fair well in local mode, but now I need made it work over a
> TCP/IP network.
> 
> My question is if some in this list can suggest a library to that
> purpose, on the basis that I have not concerns on questions like
> concurrency, access permissions or encriptation. Preferable a light
> weigth open source C/C++ library. Not .NET, MFC or other external
> dependencies, although Boost Asio may be Ok. (already I'm using it)

I used libevent (http://libevent.org/), ZMQ (http://zeromq.org/), nanomsg 
(http://nanomsg.org/) and plain standard libc in different projects. Depending 
on what you need, where your app will work, the workload you'll have, "the 
marketing wise boys" opinion, etc...  you should choose one or another.

> Any sugestion or comment are wellcome.
> 
> --
> Adolfo J. Mill?n

---   ---
Eduardo Morras <emorrasg at yahoo.es>

Reply via email to