Thanks for taking the time to review my question! Let’s assume that there is a web service (restful, SOAP, XML/JSON, what ever you want) and it was a service regarding puppies. A puppy, for the purp
I\'m creating an asynchronous socket programming in vb.net. i\'ve utilised the code from Asynchronous client and server code from the following links:
I am looking for an algorithm to change it\'s keys every period and can still be deciphered. Basically I am looking for a way to maintain a secured link between mobile clients and a stationary server
I have a .NET WCF service that services only .NET WCF clients (all .NET 3.5, no interoperability, via TCP, binary encoding).
I am working on an application that runs on multiple clients that talk to one main MySQL database. Additionally, we have a web application that uses the same MySQL database.
Why is the design of TCP servers mostly such that whenever it accepts 开发者_如何学Ca connection, a newprocess is invoked to handle it . But, why in the case of UDP servers, mostly there is only a sin
I have to create a client/server system to stream video and audio. It would be very simple. Like youtube style. The server should attend clients providing a list of medias first and waiting the choice
I will be building a server/client software on Windows, where many machines need to communicate with a Postresql database running on the server.This is C++ software so I will use libpq to connect to t
Why does the client end of a connection use high port number(eph开发者_开发知识库emeral ports) whereas the applications
we\'re working on a peer to peer comm software that would allow a number of grocery stores to sync their inventory with what we call \"headquarters\".