I need 开发者_如何学Cto choose right architecture model for my solution(client-server, web application, web services).
Question: I have to come up with unique ID for each networked client, such that: it (ID) should persist once client software is installed on target computer, and should continue to persist if softwa
I\'m looking into building an IM-type application using Java stack (for the server at least). I\'d be interested to see any information/advice on how applications like Skype/AIM/MSN work, as well as k
For college, I am developing a local relay chat. I have to program a chat server and client that will only work on sending messages on different terminal windows on the same computer with threads and
From what I know, all the MAC addresses that the packet gone through are in the packet. This is because that each packet that goes in a certain path, should also be returned in similar path. So, if th
I am exploring the option of querying a web-page, which has a CGI script running on its end, with a search string (say in the form of http://sw.mycompany.开发者_StackOverflow社区com/~tools/cgi-bin/scr
I have a Client-Server program in C#. Here is the Server\'s code: ... String dataFromClient =\"\"; NetworkStream networkStream;
I have two p开发者_JS百科rocesses: a server that should be run in background, but starts serving requests after a delay, and a client that should be started when server is ready.The server prints line
A friend and I were having a discussion about how a FPS server updates the clients connected to it. We watched a video of a guy cheating in Battlefield: Bad Company 2 and saw how it highlighted the po
I\'m looking for some advice on architecture for a client/server solution with some peculiarities. The client is a fairly thick one, leaving the server mostly to peristence, concurrency and infrastru