CoolIceV commented on PR #2032: URL: https://github.com/apache/dubbo-go/pull/2032#issuecomment-1241662953
Simple test results for adaptive concurrency limiter.  So far, a simple adaptive concurrency limiter has been implemented that automatically limits the concurrency when the CPU load is too high, keeping the number of requests being processed stable. However, the following issues still need to be fixed. 1. the latency still rises when the QPS is too high and the service still may get crashed. 2. the adaptive policy is too simple to adapt to more complex situations and it needs to be improved with reference to `brpc` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For additional commands, e-mail: notifications-h...@dubbo.apache.org