Connection Pool - Definição do Glossário de CI/CD
Um connection pool mantém um conjunto reutilizável de conexões estabelecidas (a um banco de dados, registry ou host HTTP) que os chamadores pegam emprestado e devolvem, eliminando o custo de setup por requisição; um pool subdimensionado serializa o trabalho e infla o tempo de teste em CI.
Guias relacionados
HTTP Keep-Alive - CI/CD Glossary DefinitionHTTP keep-alive reuses one TCP connection for multiple requests instead of reconnecting each time, removing h…
Socket - CI/CD Glossary DefinitionA socket is the OS endpoint for network communication, identified by an IP and port. Programs read and write…
Request Timeout - CI/CD Glossary DefinitionA request timeout caps total time waiting for an operation before giving up, so a stuck call fails fast inste…