Luke Palmer <[EMAIL PROTECTED]> wrote:

> I do worry about some long-running daemon that uses anonymous classes
> heavily.  It's possible that after quite some time, we'd run out of
> integers,

Its the same problem as assigning PIDs to a process. We will have to
cycle around and reuse old "free" numbers sometime.

> So, shouldn't classes instead be objects that can be garbage-collected?

Isn't worth the effort AFAIK.

> Luke

leo

Reply via email to