|
|
|
|
|
by OnlyMortal
805 days ago
|
|
I’ve spent a lot of time with boost asio and serialisation of objects into a boost variant to send that across the wire. The server vists the variant to process the message. Including boost shared memory for file data. Both for unix domain sockets and TCP. There’re plenty of boost examples around so, I’d suggest, you take their examples and work them for your framework. As I’m sure you’re aware, a clean and easy to read example will make a difference. It’s great that you’re open source and I hope you get some traction. |
|
- epoll based event loop
- boost.asio based event loop
(Boost.interprocess and boost.asio are huge inspirations and are both used inside!)
As for traction: it’s tough! Have to get eyeballs; and then have to convey a sense of being worth one’s trust.
Thank you for your time.