What sort of programming paradigm is usually used between web and application server in PHP n-tier a
- by Alex
What sort ort of programming paradigm (sockets,RPC,Web services,Distributed objects middleware) is usually used between web server and application server in PHP n-tier architecture?Whats the difference of using DOM or Web services for this purpose?