Re: Will be any problem if I set minSpareThreads=0 maxSpareThreads=0

2008-02-13 Thread Vitaly Baranovsky
GIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Vitaly, > > Vitaly Baranovsky 2 wrote: > | Yes, data is added to ThreadLocal with every request. > | I can't modify this application. > | > | Does anybody knows, how to turn off thread pool? I want threads are > created

Re: Will be any problem if I set minSpareThreads=0 maxSpareThreads=0

2008-02-12 Thread Vitaly Baranovsky 2
opher Schultz-2 wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Vitaly, > > Vitaly Baranovsky 2 wrote: > | I have application developed not by me. This application adds new data > to > | http threads at each requests. So, periodically there is memory >

Will be any problem if I set minSpareThreads=0 maxSpareThreads=0

2008-02-12 Thread Vitaly Baranovsky 2
Hi! I have application developed not by me. This application adds new data to http threads at each requests. So, periodically there is memory overload, because threads are not destroyed after each request because of thread pool. So, workaround for me is turn off thread pool, I think. So, as far