Apache ANT – Phing Project Website

PHing Is Not GNU make; it’s a project build system based on Apache Ant. You can do anything with it that you could do with a traditional build system like GNU make, and its use of simple XML build files and extensible PHP “task” classes make it an easy-to-use and highly flexible build framework. Features include file transformations (e.g. token replacement, XSLT transformation, Smarty template … Continue reading Apache ANT – Phing Project Website

Apache Web Server

Basically for communication where there is a client-server flavor, the server process creates a socket and the client socket accesses the server through client socket techniques. Socket A socket is fundamentally nothing but an end point of communication. It can be of two types: Physical socket and Logical socket. In Logical socket operating system has its system calls, which creates them. Now for client-server access … Continue reading Apache Web Server