thread-per-request model
[/θrɛd pər rɪˈkwɛst ˈmɑːdəl/]
nounpl: thread-per-request models
modelo um-thread-por-requisição
1. A software architecture pattern where each incoming request to a server is handled by a dedicated thread from a thread pool, blocking until the request is completed
Traditional servlet containers like Tomcat use the thread-per-request model to handle multiple client connections.
Contêineres de servlet tradicionais como Tomcat usam o modelo um-thread-por-requisição para lidar com múltiplas conexões de clientes.
2. A concurrency model where resource consumption scales with the number of concurrent requests, as each request occupies a thread
The thread-per-request model can lead to memory exhaustion under high concurrency loads.
O modelo um-thread-por-requisição pode levar ao esgotamento de memória sob cargas de alta concorrência.
This is a technical term primarily used in software engineering and computer science contexts. It became particularly relevant in discussions comparing Java servlet models versus modern reactive frameworks. The term is usually preserved in English even in Portuguese technical documentation, though translations exist for academic and educational contexts. The concept represents a paradigm shift in how modern web applications handle concurrency, making it an important distinction in Brazilian and Portuguese tech communities discussing scalability challenges.
Look up more words on Fala2Me
The free English-Portuguese dictionary with real Brazilian accents, NYC slang, conjugator and more
Open Fala2Me →