Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sockets

Given any epoll TCP socket event, if EPOLLRDHUP=0 and EPOLLIN=1; is a subsequent call to read()/recv() guaranteed to return a read size unequal to 0?

c linux sockets tcp epoll

getaddrinfo, I am not getting any canonname

c++ linux sockets getaddrinfo

Is new socket created for every request?

Python Socket gives "[Errno 24] Too many open files"

python sockets

ZMQ: No subscription message on XPUB socket for multiple subscribers (Last Value Caching pattern)

How would I run a continuous task on an ASP.Net Server?

Akka TCP client: How can I send a message over TCP using akka actor

scala sockets tcp akka akka-io

socket.io 'connect' or 'reconnect' event not fired after reconnect

How to filter a multicast receiving socket by interface?

c linux sockets multicast

Send big string into socket

c++ string sockets

Unusually slow TCP-connection in Linux

(How) Can I determine the socket family from the socket file descriptor

c sockets ipc

How can I achieve non-infinite receive and send timeouts on a socket under Compact Framework?

Winsock - stop accepting new connections yet keep comm with existing connections

c++ sockets winsock

Java - Using DataInputStream with Sockets, buffered or not?

Should I use epoll or just blocking recv in threads?

python sockets webserver epoll

How to check if proxy is working in Java?

Does pypy handle threads and sockets quickly compared to hand written C?

How can you force a flush on an OutputStream object without closing it?

Setting socket send/receive timeout to less than 500ms in .NET

c# .net sockets