How a programming call is usually made between web server and application server in a PHP n-tier arc
- by Alex
How a programming call is usually made between web server and application server in a PHP n-tier architecture when the servers are on separate machines in the network?Whats the difference of using DOM(Distributed object middleware) or Web services for this purpose?