TrKNguyen

Results 4 comments of TrKNguyen

Hi again, and thanks for the previous clarification! Since IORING_SETUP_COOP_TASKRUN and IORING_SETUP_SQPOLL are incompatible and Photon removes COOP_TASKRUN on failure, I’m wondering: >In a low-latency scenario (like HFT or real-time...

Hi, Thanks for the clarification on the HTTP module, I’ve tried to follow the proper integration steps, but I still seem to hit the issue where I have to manually...

Thanks for your response! I understand that net/http should already be part of photon_static, and that normally just linking it like this: ``` add_executable(client_https client_https.cpp) target_link_libraries(client_https photon_static) ``` It should...

Toolchain: - GCC / g++ : 11.4.0 (Ubuntu 22.04) - CMake : 3.22.1 Then I tried to link against photon_shared instead of photon_static ``` add_executable(client_https client_https.cpp) target_link_libraries(client_https photon_shared) ``` Result:...