Are there any important change in how SLES 10 implements Tcp sockets 开发者_如何学Cvs. SLES 9? I have several apps written in C# (.NET 3.5) that run on Windows XP and Windows Server 2003.They\'ve bee
I\'m hoping someone can explain a situation -- any situation -- in which a non-blocking Windows socket would not immediately return after using send() on it. On other platforms, my code works as inten
I have created my own HTTP server.I need to return a PDF file (generated by Jasper Reports) to the web browser.However, when I read the PDF file and write its contents to the socket, the web browser r
I\'m new to Castor and data binding in general. I\'m working on an application that, in part, needs to take data off of a socket and unmarshall the data to make POJOs. Now, I\'ve got the socket stuff
What\'s a good way to sync objects over a socket connection? Here\'s what I\'ve thought of so far. An object, in its getters and setters, calls an Update method that transfers all of the class\'s in
In my application I fetching the updated data in every 25 second… but some time my application crashes while fetching the updated data..
Glancing at the source code of GNU C Library,I found the inet_ntoa is implementated with static __thread char buffer[18]
I have the following: ThreadStart startThread = delegate { mySocket.StartListen(); }; mySocket is now looping on a Listen() when I:
From the JavaDoc for setSoTimeout Enable/disable SO_TIMEOUT with the specified timeout, in milliseconds.
Sometimes when I call connect() on a third-party proprietary JDBC driver, it never returns and a stack trace shows that it is stuck waiting for a socket read (usually). Is there a generic way to forci