client-server
Recvfrom() is hanging -- how to deal this when Server is OFF
I have client code which gets a response from the server using UDP and recvfrom(). This is working fine when the server is ON, but once I stop the server my 开发者_JAVA百科client program is hanging; I[详细]
2023-03-30 19:56 分类:问答Android Client not able to connect to a server
I have a server running on my computer and I would like my android app to connect to it. In other words, I would like to write an Android client that establishes a TCP connection, writessomething to t[详细]
2023-03-30 10:30 分类:问答applet servlet communication
I am trying to read a xml in the jsp and pass the same over network as char[] to the applet but i am getting[详细]
2023-03-29 08:56 分类:问答Linking Cocoa desktop app & RubyonRails website
I\'m developing a tool that will comprise a central website and a desktop application. I\'ve only really done entirely onl开发者_StackOverflowine developent, or entirely offline/client-side developmen[详细]
2023-03-29 05:28 分类:问答Find specific server in iPhone
Hi i am developing iPad client server based application. It is required in application that when application starts it searches for specific server. If server found then connect with it and start cons[详细]
2023-03-28 15:56 分类:问答SCTP: Issue with sending data over 100msec delay
I am using a SCTP client to send 1000byte data to another SCTP server over a 100m sec delay link. The delay is configured using traffic control(tc) and netem available in Linux[详细]
2023-03-28 14:47 分类:问答TCP/IP library (framework) for C# [closed]
开发者_JAVA技巧 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form.[详细]
2023-03-28 13:23 分类:问答C: How can a threaded program run faster than a non-threaded on the same single core?
I have a server and a client program. The server program runs all the time waiting for requests from clients. For the server to respond to each client it takes 5 seconds using the sleep() function.[详细]
2023-03-28 06:06 分类:问答System.InvalidCastException when creating a client activated object using an older version of an interface defined in a strong named assembly
I have a query about .Net Remoting, versioning and creating client activated objects. Here is the scenario:[详细]
2023-03-28 04:50 分类:问答Client/Server UDP Program debugging in Eclipse
I\'m trying to debug my Client-Server UDP program to see what it is doing but when I get to the .receive() method (in either the client or the server code) the break point disappears and the step-into[详细]
2023-03-28 00:32 分类:问答