# fastconfig **Repository Path**: fastdfs100/fastconfig ## Basic Information - **Project Name**: fastconfig - **Description**: 配置中心服务端及agent - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-03-13 - **Last Updated**: 2024-03-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README the config server and agent for configuration items. one config server supports more than 100 thousand concurrent connections / agents, and the changed configuration items will be pushed to agents within a second. the config servers are peer-to-peer relationship. env & config storage use mysql. shared memory use libshmcache, you should config the shared memory type to mmap and config recycle_valid_entries to false. ![architect](images/architect.png)