About 8,300,000 results
Open links in new tab
  1. UDP Client/Server Socket in Python - Stack Overflow

    I am trying to write an echoing client/server socket. I have written the server so that 30% of the packets are lost. I programmed my client to timeout after one second since the packet could …

  2. What is the difference between a web application and a …

    Client-Server Applications assume the client is a "thick" client and that communication between the client and server maintains state (this isn't necessarily true).

  3. Client-server synchronization pattern / algorithm? - Stack Overflow

    Jan 5, 2017 · I have a feeling that there must be client-server synchronization patterns out there. But i totally failed to google up one. Situation is quite simple - server is the central node, that …

  4. Socket Programming in C++ - Stack Overflow

    Can anybody provide me some sample example on Client and server connection using sockets in C++. I have gone through some tutorials now i want to implement it. How to start ?

  5. The client and server cannot communicate, because they do not …

    The client and server cannot communicate, because they do not possess a common algorithm. My guess is that there are additional SSL algorithm we need to install on the server now that …

  6. Indy TCP Client/Server with the client acting as a server

    Mar 13, 2012 · The client has a persisted connection to the server, so of course it has a listening thread on the client side ;) Should point out I've actually made client/server systems with bi …

  7. Newest 'client-server' Questions - Stack Overflow

    The client-server centralized model is a model in which servers perform services for many clients, who request them, typically over a network. Sign up to watch this tag and see more …

  8. How do multiple clients connect simultaneously to one port, say …

    Jul 25, 2010 · When a client tries to connect to server on port 80, the accept call is invoked on the server socket. This creates a new socket for the client trying to connect and similarly new …

  9. ReactJS server-side rendering vs client-side rendering

    Mar 26, 2016 · NB: SSR (Server Side Rendering), CSR (Client Side Rendering). The main difference being that with SSR, the servers response to the clients browser, includes the …

  10. Client vs. Server terminology - Stack Overflow

    Jul 26, 2012 · Client-side refers to operations that are performed by the client in a client–server relationship in a computer network. Typically, a client is a computer application, such as a web …