Search Results

Search: Posts Made By: paulnewman
Forum: Programming 10-09-2014
13,841
Posted By paulnewman
I am not returning everytime a socket is ready. I...
I am not returning everytime a socket is ready. I mentionned I was using EPOLLET.

and as Corona688 pointed out, send() could return EAGAIN. so I need to handle that in the reactor thread.
Forum: Programming 10-08-2014
13,841
Posted By paulnewman
No that wont work. The thread can only block on...
No that wont work. The thread can only block on epoll. I will have a lot of connections I need to handle in that thread.
Forum: Programming 10-08-2014
13,841
Posted By paulnewman
How to use EPOLLOUT exactly?
Hi, I'm wondering how one typically uses epoll for sending out data on a socket?

I have a server that listens on a socket in a thread that calls epoll_wait to receive data. Each time a new...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 10:56 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy