简体   繁体   English

用PHP进行分布式系统编程

[英]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。

I'm guessing you want something like this 我猜你想要这样的东西

替代文字

You might want to consider the literature on the following topic: 您可能需要考虑以下主题的文献:

  • 3 Tier Application Architectures (or N-tier in general) 3层应用程序架构(或通常为N层)

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.

相关问题 PHP中分布式系统的剖析 - Anatomy of a Distributed System in PHP 用php进行系统编程 - System programming with php PHP会话难以在分布式系统中扩展吗? - Are PHP sessions hard to scale across a distributed system? 在PHP中使用FOREGROUND请求的分布式处理系统 - Using a distributed processing system for FOREGROUND requests in PHP PHP分布式​​文件系统,用于从网络存储下载的文件系统 - PHP Distributed File System, File System for downloading from Network Storage 需要PHP中的分布式键值查找系统 - Need a distributed key-value lookup system in PHP PHP表单处理-分布式还是集中式? - PHP Form Processing - Distributed or Centralised? PHP分布式​​开发的最佳实践 - Best practices for distributed development in PHP 我正在编程一个php系统,以根据提供给该方法的参数加载图像。 该图像正在加载为损坏的图像 - I'm programming a php system to load an image depending on the parameters given to the method. The image is loading as a broken image 任何编程语言中的分布式并行编程模型 - 类似于apach hadoop但支持windows机器 - Distributed parallel programming model in any programming language - similar to apach hadoop but supports windows machine
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM