iwangjie opened a new pull request, #4441:
URL: https://github.com/apache/shenyu/pull/4441

   ` System.currentTimeMillis () ` frequently switches from user mode to kernel 
mode 
    
   The system has only one global clock source, and high concurrency or 
frequent access will cause serious contention 
    
   `ShenyuClock` Accuracy of 1 MILLISECONDS, compatible with most scenarios, 
especially in high-frequency access.
    
   The operation can be completed in user mode, which reduces the loss of 
entering kernel mode.
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to