Archive
Network programming: demonize
Demonizing the Server
A server, to be a real server shall be able to run as a demon, it shall run in background and it shall not be linked to a terminal. To do this I'll add two functions to the simple server:
- demonize
- detachFromTerminal
Network programming: simple udp client server #2
The Client.
The following code contains the implementation for the UDP client application that can send data to the server explained in the previous article.
December 2009 – Statistics updated
Last month statistics has been updated,
go to growth rate page and to OS & Browser's war page to see them.
In December visits to the xappsoftware site has decreased a little, but the most important changes is on OS & Browser's war, the transition between Firefox 3.5 and Firefox 3.x seems to be finished. Now the marketshare of Firefox 3.5 is 45% against the 15% of Firefox 3.x.
Network programming: simple udp client server #1
The Server.
In this small series I'll show you how to write a simple UDP Client/Server system in a Unix environment using the C language. The server waits data listening on a port specified by the user, if the received data contains ".quit." string the server exits.
Latest Comments