Top "Client-server" questions

DO NOT USE ALONE.

Maximum number of concurrent connections on a single port (socket) of Server

What could be the maximum number of concurrent Clients (using different port number) that could communicate to a Server on …

linux sockets network-programming client-server telnet
close() is not closing socket properly

I have a multi-threaded server (thread pool) that is handling a large number of requests (up to 500/sec for one …

c sockets tcp client-server
Testing SSL/TLS Client Authentication with OpenSSL

I am developing a client/server application with TLS. My idea is to use a certificate on the client so …

ssl openssl client-server certificate ssl-certificate
ReactJS server-side rendering vs client-side rendering

I just have began to study ReactJS and found that it gives you 2 ways to render pages: server-side and client-side. …

javascript node.js client-server reactjs
Socket.IO Client Library in Python

Can anyone recommend a Socket.IO client library for Python? I've had a look around, but the only ones I …

python client-server socket.io
java.net.SocketException: socket closed TCP Client Server Communication

I am creating a java client/server application over TCP where we have two sockets: One is for exchanging messages. …

java sockets tcp client-server socketexception
Does TCP send a SYN/ACK on every packet or only on the first connection?

I have a TCP server that listens for an incoming client, then sends it one packet of data every second. …

networking tcp udp client-server packet
How do I run my application as superuser from Eclipse?

I'm running in to an error when I try to run my server application from Eclipse. The error is java.…

java eclipse ssl client-server sudo
Multiple client to server communication program in Java

I wrote a server-client communication program and it worked well. Client module import java.io.*; import java.net.*; class Client { …

java client-server
SSL Socket connection

How can I create a SSL Socket connection? I realy need to create a keystore? This keystore should be shared …

java android sockets ssl client-server