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.
Synonyms / Sinônimos
one-thread-per-request modelblocking I/O modelsynchronous request handlingthread pool model
Antonyms / Antônimos
event-driven modelreactive modelnon-blocking I/O modelasynchronous model

Regional Variations

General Brazilian Portuguese
modelo um-thread-por-requisição
Standard technical term used in software development documentation and discussions
Portugal
modelo um-thread-por-pedido
Uses 'pedido' instead of 'requisição', more common in European Portuguese
Tech Industry Global
thread-per-request model
Often used untranslated in technical contexts even in Portuguese-speaking countries

Related Words

thread poolrequest handlingconcurrency modelblocking I/Ocontext switchingscalabilityservlet containerasync/await
Look up more words on Fala2Me
The free English-Portuguese dictionary with real Brazilian accents, NYC slang, conjugator and more
Open Fala2Me →