-- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
> Quoting from the Javadoc of the first link: "Threads that have not
been used for sixty seconds are terminated and removed from the cache.
> Thus, a pool that remains idle for long enough will not consume any
resources."
I think you are getting the doc wrong! 'Idle' here means: 'Threads that
have not been used' aka finished executing the run() method of the
executable! If your thread is runnin in an endless loop, it won't be
reclaimed!
- Re: Support for thread-pools (log/loc... Noel Grandin
- Re: Support for thread-pools (lo... cowwoc
- Re: Support for thread-pools... Ryan How
- Re: Support for thread-pools... cowwoc
- Re: Support for thread-pools (log/loc... cowwoc
- Re: Support for thread-pools (lo... Christoph Läubrich
- Re: Support for thread-pools... Thomas Mueller
- Re: Support for thread-pools... cowwoc
- Re: Support for thread-pools... Thomas Mueller
- Re: Support for thread-pools... cowwoc
- Re: Support for thread-pools... Christoph Läubrich
- Re: Support for thread-pools... cowwoc
- Re: Support for thread-pools... Christoph Läubrich
- Re: Support for thread-pools (log/lock-thread... Wolfgang Pedot
- Re: Support for thread-pools (log/lock-threads) Noel Grandin
