Re: Limited Memory Expert systems




yossaryan wrote:
> makc.the.great@xxxxxxxxx wrote:
> > yossaryan, any luck elsewhere?
>
> No, no replies elsewhere as yet.
> Any ideas?

one idea is that anything on java is really bad choise, because there
is no way you can force GC to unload your objects. one way out would be
to re-use objects, but this only makes memory loss slower, and not
eliminates it completely. Of course, you can always just "trust" GC to
behave wisely in low-memory situation.

.