What sort of programming paradigm is usually used between web and application server in PHP n-tier a

Posted by Alex on Stack Overflow See other posts from Stack Overflow or by Alex
Published on 2010-03-30T09:43:59Z Indexed on 2010/03/30 9:53 UTC
Read the original article Hit count: 290

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?

© Stack Overflow or respective owner

Related posts about n-tier

Related posts about web-services