Search Results

Search: Posts Made By: Parahat Melayev
Forum: Programming 03-17-2005
9,563
Posted By Parahat Melayev
solved. 1. I didn't allocate enough memory...
solved.

1. I didn't allocate enough memory for events as;

events = calloc(MAX_CLIENT, sizeof(struct epoll_event));


2. I did bzero on buffer before send :)
Forum: Programming 03-16-2005
9,563
Posted By Parahat Melayev
epoll problem
I programmed simple tcp server using nonblocking sockets and epoll.
But I am facing some problems.

1. I can recv from events[i].data.fd but I can't send any data over
events[i].data.fd

2....
Forum: Programming 03-16-2005
41,791
Posted By Parahat Melayev
multi-threaded server, pthreads, sleep
I am trying to writa a multi-client & multi-threaded TCP server.
There is a thread pool. Each thread in the pool will handle
requests of multiple clients.

But here I have a problem. I find a...
Showing results 1 to 3 of 3

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