Security News
CISA Brings KEV Data to GitHub
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
github.com/baihuashu/tcp-server
客户端来一个请求 会开三个groutine go reader() -> go DoMsgHandle() ->go writer()
假如来10w个请求,那就有10w个reader和10w的writer但他们是阻塞的不会占用cpu资源, 但是还有10w个go DoMsgHandle() 处理客户端业务会占用cpu资源。
所以开辟一个worker池,任务队列。
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
Security News
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.