On Tue, 9 Jul 2002 22:06, Andrei Ivanov wrote: > This is what I am working on now. So far I came across with simple problem. > I have phoenix based server application: usual connection handler etc. When > I was using DefaultThreadManager (DefaultThreadPool) I had sometime > situations when server was just creating new threads (hundreds of them). > After looking deeply into this problem I found mentioned lack of support of > ResourceLimitingThreadPool in cornerstone. So I implemented new > ResourceLimitingThreadManager and now testing it.
kool! > The problem is that when > number of threads reached its maximum (so that no new connection handlers > are created) I can not stop Phoenix without following exception (see PS). hmm. I will look into that. Could you lodge a bug on Bugzilla? > Also, I think org.apache.avalon.cornerstone.blocks.connection.Connection > class has to be modified in case of ResourceLimitingThreadManager... In what way? -- Cheers, Peter Donald ------------------------------------------------------------- | Egoism is the drug that soothes the pain of stupidity. | ------------------------------------------------------------- -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
