Top "Client-server" questions

DO NOT USE ALONE.

Tracking the death of a child process

How could I track down the death of a child process without making the parent process wait until the child …

c linux client-server
Asynchronous server socket multiple clients

I have been working with the following code published on msdn: http://msdn.microsoft.com/en-us/library/fx6588te.aspx …

c# .net sockets client-server tcp
Avoid caching of the http responses

What is the definitive solution for avoid any kind of caching of http data? We can modify the client as …

http caching http-headers client-server browser-cache
Accessing virtual host from computer on same local network

I am trying to make a setup so that I can access my website on a virtual host in computer …

apache networking client-server xampp virtualhost
Reason for browser not showing X-Forwarded-For headers

Note: Please do read the full question I'm trying to understand as to why the browsers doesn't show me any …

http browser http-headers client-server
struct sockaddr_un vs. sockaddr

How is struct sockaddr different from struct sockaddr_un ? I know that we use these structures in client-server modules, for …

c linux sockets struct client-server
Best practice for android client to communicate with a server using threads

I am building an android app that communicates with a server on a regular basis as long as the app …

java android client-server
Android - Send Image file to the Server DB

Users save three data: name, note and image. As you can see the code below, I succeeded to code to …

android client-server http-post image-file
Cloud computing over Client-server: differences, cons and pros?

As far as I know, Cloud computing might be a evolution in software architect, and it will replace some current …

architecture client-server cloud