How to make a 3-tier app on a single server that would be easy to distribute to multiple machines

StackOverflow https://stackoverflow.com/questions/5386799

  •  28-10-2019
  •  | 
  •  

문제

I am curious about what would be the best way to create a 3-tier application that is supposed to work on separate servers on the same cluster, that works on the same server.

Would using REST to connect representation tier to logic tier, as well as connect to DB both running on localhost? Are there any frameworks for this?

도움이 되었습니까?

해결책

You can check Kohana framework to do this. It has an excellent request execution mechanism where you can make external requests from inside your application.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top