[Mono-list] How many strings do I have?

Jeroen Frijters jeroen@sumatra.nl
Fri, 8 Oct 2004 10:39:40 +0200


Jonathan Gilbert wrote:
> Once a string is in the pool, it can NEVER be removed
> (until the AppDomain is disposed).

In Java the string intern pool uses weak references. I don't know about
.NET, but I'd hope it does the same.

Regards,
Jeroen