Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sockets

What happens to sockets when I unplug a network cable?

c# .net sockets

boost::asio: How do I use async_accept to accept incoming connections?

Handling dropped TCP packets in C#

c# sockets tcp

How reliable are unix domain sockets?

linux sockets ipc reliability

InetAddress.getByName on Android

java android sockets

How to get fopen to timeout properly?

php sockets fopen

Java: Sockets or RMI?

java sockets client-server rmi

socket.io and eventmachine in ruby

Are Socket.*Async methods threaded?

Optimal block size in java streams

java sockets stream io

Throttle HTTP request in Java Servlet

java http sockets servlets tcp

Use PHP socket to send and receive data

php sockets

perl (good practice): lexical filehandle for socket

perl sockets

Get syscall.Handle from a Go *net.UDPConn on Windows?

Knock Knock Server

java sockets client port

inet_aton converts 010.000.000.001 wrong?

c sockets inet-aton

Handling 7000+ clients? -MultiThreading (TCP, high-traffic)

New java.security.AccessControlException in Java 8

java security sockets

android - socket timeout while connecting

android sockets

Is there a non-blocking method to check for data faster than select() and poll()?