Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for concurrent (0.19 sec)

  1. docs/en/docs/deployment/concepts.md

    * Others...
    
    ## Replication - Processes and Memory
    
    With a FastAPI application, using a server program like Uvicorn, running it once in **one process** can serve multiple clients concurrently.
    
    But in many cases, you will want to run several worker processes at the same time.
    
    ### Multiple Processes - Workers
    
    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