epoll
How do I check client connection is still alive
I am working on a network programming using epoll. I have a connection list and put every client in the list. I can detect user disconnection by reading 0 if the user disconnected normally. However, i[详细]
2023-03-14 08:28 分类:问答epoll exception handle
I am working on a network programming using epoll. I was wondering a situation that server didn\'t re开发者_开发问答ceive all the data client sent. For example if a client sent 100 bytes and somehow s[详细]
2023-03-14 03:08 分类:问答Can epoll receive udp packet?
I am a newbie of network programming and I\'ve hear about epoll. I read a couple of tutorials and now I got some basic idea of what epoll does and how I can implement this.[详细]
2023-03-13 04:17 分类:问答Multithreaded comet server library
I\'m looking for multithreaded comet server library - what I need is async io (using epoll) working on a threadpool (4-8 threads). Tornado would be ideal if it was multithreaded.[详细]
2023-03-11 05:48 分类:问答Does implementation of epoll have any rfc?
Many network protocols have their own rfc(request for comment), like this one for http/1.1: http://www.w3.org/Protocols/HTTP/1.1/rfc2616.pdf[详细]
2023-03-08 16:54 分类:问答libevent and epoll,which is more efficient? [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-03-08 09:31 分类:问答epoll re-registration: File exists
I\'ve got this exception that happens on the server side (multi process server with fork()) when I try to reconnect a client straight after a disconnection.I\'m using boost, but at now I don\'t unders[详细]
2023-03-07 19:14 分类:问答How to solve process.nextTick error?
I am using node.js to build a TCP server and I got the following errors. How to solve this? node.js:134[详细]
2023-03-07 04:40 分类:问答A problem of multithread epoll in linux
I have a multithread linux program which uses epoll(7).The epoll(7) man page says when one of its fds gets closed, this fd will be automatically removed开发者_JAVA百科 from the epoll set.My question i[详细]
2023-03-06 03:59 分类:问答What's the difference between event-driven and asynchronous? Between epoll and AIO?
Event-driven and asynchronous are often used as synonyms. Are there any differences between the two? Also, what is the difference between epoll and aio? How do they fit to开发者_如何学Cgether?[详细]
2023-03-01 15:13 分类:问答