golang接受已经打开的fd

时间:2017-06-28 14:58:46

标签: go

我有一个监听特定unix域套接字文件的守护进程。在某些时候它会生成一个孩子,它应该继续监听同一个套接字文件,而不必打开一个新文件并覆盖旧文件。我需要一种能够监听特定FD的方法。在C中,可以使用accept():

完成
int accept(int sockfd, struct sockaddr *addr, socklen_t *addrlen);

请告知。

1 个答案:

答案 0 :(得分:2)

net.FileListener用于将文件描述符转换为select a.Id, a.Name, a.Ref, a.Dt, a.frm from table_name a left join table_name b on a.id = b.id and b.ref > a.ref -- b.ref > a.ref would make b.ref "better" that a where b.id is null -- Now check and make sure there is nothing "better" group by a.id;

net.Listener