About 50 results
Open links in new tab
  1. Sending and receiving data over a network using TcpClient

    Aug 31, 2010 · // Create a new client connection, using the primary socket to // spawn a new socket. Connection newConn = new Connection(sock.EndAccept(result)); // Tell the listener socket to start …

  2. How the clients (client sockets) are identified? - Stack Overflow

    Mar 13, 2010 · If a new client tries to connect to the server, the server creates another client socket (associated with the new client). But how the server knows if it is a "new" client or an "old" one which …

  3. ORA-12518: TNS:listener could not hand off client connection

    May 23, 2023 · 1 I am trying to create a new connection in my SQL Developer for a project for uni, and I get this error: Unable to connect to Oracle ORA-12518: TNS:listener could not hand off client …

  4. Apache HttpClient connection configuration - Stack Overflow

    Feb 4, 2019 · With the header Connection: keep-alive i.e. you tell your client (i.e. browser) to keep the connection open to a server. A server can have litterally thousands and thousands open connection …

  5. Python Socket Multiple Clients - Stack Overflow

    May 30, 2012 · So I am working on an iPhone app that requires a socket to handle multiple clients for online gaming. I have tried Twisted, and with much effort, I have failed to get a bunch of info to be …

  6. django - LOG: unexpected EOF on client connection with an open ...

    Mar 31, 2023 · If both client and server complain about a terminated connection, some firewall or other network component in between must have closed the connection. Misconfigured network …

  7. Unexpected EOF on client connection with an open transaction

    Oct 26, 2016 · I want to using threading to connect postgresql but postgresql log show: unexpected EOF on client connection with an open transaction here is my code: conn = [] for i in range(10): …

  8. ORA-12518, TNS:listener could not hand off client connection

    Nov 29, 2012 · ORA-12518, TNS:listener could not hand off client connection Asked 13 years, 1 month ago Modified 1 year, 9 months ago Viewed 210k times

  9. How to properly and completely close/reset a TcpClient connection?

    Jan 9, 2009 · What is the correct way to close or reset a TcpClient connection? We have software that communicates with hardware but sometimes something goes wrong and we are no longer to …

  10. how to solve the REST Client response "The connection was rejected"

    Mar 29, 2023 · The connection was rejected. Either the requested service isn’t running on the requested server/port, the proxy settings in vscode are misconfigured, or a firewall is blocking requests.