I'm trying to use boost::beast
to implement a web service providing some REST APIs. These APIs are CPU-heavy, almost no disk or db I/O. My goal is to optimize for latency with OK throughput. Should I use sync or async way to implement them?
Thanks!
Aucun commentaire:
Enregistrer un commentaire