views:

112

answers:

2

Hi guys,

I'm doing a system for a hospital in my country as the final year project of my degree, my supervisor specially asked me to use php and mysql for this. i don't have any experience with distributed systems and php programming, can any one help me out to build my base and improove my knowledge stating some sites, books to refer to overcome this matter.

regards, rangana.

+2  A: 

I'm guessing you want something like this

alt text

f00
A: 

You might want to consider the literature on the following topic:

  • 3 Tier Application Architectures (or N-tier in general)

Tiers in general would be the DataStore (an RDBMs usually), the Business Logic Layer and the Presentation Layer.

Each layer can be examined and analyzed thoroughly, depending on your needs and solutions such as Load Balancing, Workload Distribution (in a sometimes clustered environment), Database Clustering/Replication/Splitting, might be needed.

Good luck with your project.

andreas
thank you very much for your valuable comments and suggestions guys, i highly appreciate it, thanks again...!
ranganaMIT