Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sockets

Error handling on sockets in SAS under OpenVMS

.NET C# Socket Concurrency issues

How to scale a TCP listener on modern multicore/multisocket machines

Looking for a C or C++ library providing a functionality similar to Google Go's channels [closed]

c++ c multithreading sockets go

How to use lsof(List Opened Files) in a C/C++ application?

c++ c sockets unix lsof

Using D, how would I listen to incoming HTTP requests and respond to them?

http sockets d

Close server socket on quit/crash

python sockets socketserver

C# program causes bluescreen?

c# sockets thread-safety

which ephemeral port has java InetSocketAddress binded to?

java sockets jdk1.5

How do I disable buffering in fread()?

c sockets buffering fread

Linux: Checking if a socket/pipe is broken without doing a read()/write()

linux sockets pipe

Simple TCP communication with a computer behind a router

sockets tcp nat

Python raw socket listening for UDP packets; only half of the packets received

Is there a high-level inter-process communications API that is implemented in both C++ and Javascript

How do I create a Python socket server that listens on a file descriptor?

python sockets node.js ipc

what's the difference between gethostname and getfqdn?

python sockets

Connecting IPv4 client to IPv6 server: connection refused

c++ sockets ipv6 ipv4

Socket bind failed errno = 99

linux sockets errno

Detecting whenever socket disconnected using select()

c++ c sockets

How to gracefully close an Async Server Socket? C#