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
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
>
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