Nitromelon
Nitromelon
I also encountered such demand a while ago. What about using a proxy such as redis-cluster-proxy (a redis official project)? Supporting cluster in drogon is basically re-develop a library such...
I'm not sure... That will be a huge change. And we don't know about the quality of that project. It doesn't seem to be widely used. What do you think?...
Can't really understand your question. Are you finding something like microservice and service registration?
> Is the two-thread-mode a suggested way for my case? Yes. And future more, you can create a thread pool to do the transcoding work. > If so, the question...
> Is this workingThreadPool shared among all the threads that I launch in the main loop function e.g., drogon::app().setThreadNum(12);? Or is it tied to the single thread which runs the...
I successfully build drogon on macos with gcc12 without any problems. Could you elaborate how did you trigger this bug? My build options: - gcc12: installed from brew - jsoncpp:...
请不要滥用issue, 尝试整理一下自己的发言。
Sorry for the late response. Unfortunately we couldn't find any clue about this questsion, nor could we reproduce it. Since it has been too long, I'm closing this issue. However,...
We will consider this. BTW, how did you use RedisResult out side the callback? The hiredis documentation says you can't do that. https://github.com/redis/hiredis/blob/d5b4c69b7113213c1da3a0ccbfd1ee1b40443c7a/README.md?plain=1#L372-L374 > If the reply for a command...