[Boost.Redis] Single Connection Concurrency Inquiry
8 Jan
2024
8 Jan
'24
7:52 p.m.
Hello, I am using the Boost Redis library to write to a local Redis server and would like to inquire about how a single connection can handle concurrent calls. I have several C++ classes that have their own Boost.Redis connections, but this is leading to ASIO-related hanging behavior that is difficult to debug. I would like to simplify the design by initializing only one connection that can be used by all of these classes instead. I know the "async_exec" method supports concurrency but I wonder if this might cause any future issues with larger workloads. Thank you in advance. Sincerely, Samarah Uriarte
323
Age (days ago)
323
Last active (days ago)
0 comments
1 participants
participants (1)
-
Samarah Uriarte