Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for processeurs (0.14 sec)

  1. docs/zh/docs/deployment/concepts.md

    如果您的远程服务器或虚拟机只有 3 GB RAM,尝试加载超过 4 GB RAM 将导致问题。 🚨
    
    
    ### 多进程 - 一个例子
    
    在此示例中,有一个 **Manager Process** 启动并控制两个 **Worker Processes**。
    
    该管理器进程可能是监听 IP 中的 **端口** 的进程。 它将所有通信传输到工作进程。
    
    这些工作进程将是运行您的应用程序的进程,它们将执行主要计算以接收 **请求** 并返回 **响应**,并且它们将加载您放入 RAM 中的变量中的任何内容。
    
    <img src="/img/deployment/concepts/process-ram.svg">
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 16.2K bytes
    - Viewed (0)
  2. docs/en/docs/deployment/concepts.md

    * There can be **multiple processes** of the **same program** running at the same time.
    
    If you check out the "task manager" or "system monitor" (or similar tools) in your operating system, you will be able to see many of those processes running.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu May 02 22:37:31 GMT 2024
    - 18K bytes
    - Viewed (0)
Back to top