Re: Question ad using System.gc()

2022-08-04 Thread Rony G. Flatscher (Apache)
On 04.08.2022 15:17, Konstantin Kolinko wrote: чт, 4 авг. 2022 г. в 14:45, Rony G. Flatscher (Apache) : While testing a taglib library that allows javax.script languages to be used in JSPs one observation was directed at garbage collection. It seems that Java's garbage collection in this parti

Re: Question ad using System.gc()

2022-08-04 Thread Konstantin Kolinko
чт, 4 авг. 2022 г. в 14:45, Rony G. Flatscher (Apache) : > > While testing a taglib library that allows javax.script languages to be used > in JSPs one observation > was directed at garbage collection. It seems that Java's garbage collection > in this particular use > case is carried out quite la

Question ad using System.gc()

2022-08-04 Thread Rony G. Flatscher (Apache)
While testing a taglib library that allows javax.script languages to be used in JSPs one observation was directed at garbage collection. It seems that Java's garbage collection in this particular use case is carried out quite lazily (which is fine in the general case). There is however a use case