[英]distributed system programming with php
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. 我正在为我所在国家的医院做一个系统,这是我本科学历的最后一年项目,我的主管特地要求我为此使用php和mysql。 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.
我没有分布式系统和php编程方面的经验,任何人都可以帮助我建立自己的基础并提高我的知识,其中指出一些站点,书籍来克服此问题。
regards, rangana. 问候,rangana。
You might want to consider the literature on the following topic: 您可能需要考虑以下主题的文献:
Tiers in general would be the DataStore (an RDBMs usually), the Business Logic Layer and the Presentation Layer. 通常,层将是数据存储区(通常是RDBM),业务逻辑层和表示层。
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. 祝您项目顺利。
声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.