TarsCloud / Tars

Tars is a high-performance RPC framework based on name service and Tars protocol, also integrated administration platform, and implemented hosting-service via flexible schedule.
BSD 3-Clause "New" or "Revised" License
9.79k stars 2.08k forks source link

As shown in the figure, why are there so many 127.0.0.1 connections in the same process? #654

Closed TARS-Question closed 4 years ago

TARS-Question commented 4 years ago

#654

TARS-Answer commented 4 years ago

Because the epoll notification is done with a handle.

TARS-Answer commented 4 years ago

因为用了句柄做的epoll的通知。