Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sockets

stream_socket_client via http proxy

php sockets ssl

Chat application - which tech is better to implement chat app in Android

Is socket creation-deletion very expensive process?

sockets client-server

Communication between parent and child thread in Java

java multithreading 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