Search code examples
exiting from a blocking select call...

cwindowssocketsposix-select

Read More
How to properly set a flag in the write_fds and select() in C...

csocketsnonblockingposix-select

Read More
Are select()/poll() appropriate methods for a simple real time game server in C?...

csocketspollingposix-select

Read More
Close socket after select()...

csocketsircposix-select

Read More
pselect gets interrupted occationally...

csocketsudpposix-select

Read More
How does select() modify its input sets?...

csocketsnetwork-programmingposix-select

Read More
how important is setting max fd on select?...

cmultithreadingpipeposix-select

Read More
C socket() creation fails in the loop, too many open files...

cposix-select

Read More
Is possible to use nanosleep in a infinite loop with select()?...

cfor-loopsleepposix-select

Read More
Using named pipe better way...

clinuxpipeposix-select

Read More
Porting a select loop application to Android with NDK. Design question...

c++candroid-ndkjava-native-interfaceposix-select

Read More
concurrent UDP server using select() call...

csocketsnetwork-programmingudpposix-select

Read More
Multiple Client single server using select...

csocketsnetwork-programmingposix-select

Read More
select() function don't allow printf() without "\n" in the end...

csocketsioprintfposix-select

Read More
Winsock2's select() on fd 0 (stdin) fails...

cwindowswinsock2posix-select

Read More
Should I call shutdown() on fds before exit from server?...

cserverfile-descriptorshutdownposix-select

Read More
multiplexing unnamed pipe and other file descriptors using select...

c++linuxpipeposix-select

Read More
Handle connections using sockets at four different ports...

clinuxsocketsportposix-select

Read More
Use of select or multithread for almost 80 or more clients?...

cmultithreadingsocketsposix-select

Read More
select returns EBADF when using stdin and pipes in the fdset...

cpipefile-descriptorposix-select

Read More
Why should I use circular buffers when reading and writing to sockets in C?...

csocketsftpcircular-bufferposix-select

Read More
Error "Conversion to non-scalar type requested"...

cmultithreadingserverthreadpoolposix-select

Read More
FreeRTOS Select with TCP sockets unavailable?...

csocketsfreertoslwipposix-select

Read More
libncurses: non-blocking STDIN + select on socket...

csocketscursesposix-select

Read More
How to ensure that signal handler finished and only then continue program?...

csignalsrace-conditionposix-select

Read More
My C program is frozen upon accepting a connection when tested with CURL...

csocketscurlnetwork-programmingposix-select

Read More
Using select(..) on client...

ctcpclientposix-select

Read More
cleaning child processes with handler with waitpid pselect fork sigaction...

cforkzombie-processwaitpidposix-select

Read More
Select loop in linux - how to make it better?...

clinuxpipeposix-select

Read More
recvmsg with select on NETLINK socket...

cnetlinkposix-selectipsec

Read More
BackNext