Top "Client-server" questions

DO NOT USE ALONE.

How to reconnect a socket on asyncio?

I would like to create two protocols (TcpClient and UdpServer) with asyncio on app.py where the TcpClient will have …

python sockets client-server python-3.4 python-asyncio
How can I check if a hazelcast cluster is alive from a java client?

We use hazelcast in client-server mode. The hazelcast cluster contains 2 hazelcast nodes and we have about 25 clients connected to the …

java client-server hazelcast
Not able to connect Android client with local XMPP server

This is with regards to post here I am able to connect my PC to the local tigase server setup …

android client-server xmpp smack tigase
JAVA push from server to clients

I would like to have the clients query each other through the server without delay ( = no polling interval ). Example: Server …

java client-server push duplex
PHP Sockets with SSL / TLS - no suitable shared cipher could be used

I am attempting to create a server and client using PHP Sockets with SSL / TLS. However, when sending data to …

ssl client-server php-7 tls1.2 php-socket
Python service discovery: Advertise a service across a local network

I have a "server" python script running on one of the local network machines, which waits for clients to connect, …

python sockets networking client-server service-discovery
QSslSocket: cannot resolve SSLV2_client_method

I have created a sslclient and sslserver using QSslSocket in Qt 5.4.1 in debian wheezy. When I run the program they …

qt client-server qtcpsocket qtcpserver qsslsocket
How to use select() in UDP Sockets to read and write from client to server

I'm trying to make a chat application using sockets, and I want them both to be able to write and …

sockets networking client-server ipc multiplexing
How recv() function works when looping?

I read in MSDN about the send() and recv() function, and there is one thing that I'm not sure I …

c sockets client-server server recv
Presentation layer in 3-tier architecture

My question is about various ways of implementing presentation layer in 3-tier architectures When we talk about a 3-tier web …

java servlets client-server 3-tier server-side-scripting