[Simpleweb-Support] Simple Threads?
Brought to you by:
niallg
From: Alexandre D. <ale...@ad...> - 2007-02-13 15:34:23
|
Hi, I've embedded Simple in one of my project and it's doing wonders. However, I do what a question related to Simple and threading. I've been debugging my application and I just noticed that when ConnectionFactory.getConnection(handler); is called, almost 40 threads are created? Is there a reason that I need 40 threads to deal with http responses? Can I scale it down? On average, I only have 1 user connected to the server. Alex |