Re: Transient leaks
Posted: Fri Aug 07, 2009 10:57 am
by cnwjhp1 >> Mon, 18 Jul 2005 10:10:46 GMT
What would be wrong with changing this code to
create app.myUser transient;
or
create user appTransient;
?
I am trying to keep it as simple as possible, and I don't see why periodic checks, checks for references or whether it has been assigned elsewhere are necessary.
Don't understand what you mean by this.
Consider the following:
create user transient;
app.myUser := user;
What would be wrong with changing this code to
create app.myUser transient;
or
create user appTransient;
?
I am trying to keep it as simple as possible, and I don't see why periodic checks, checks for references or whether it has been assigned elsewhere are necessary.
consider calling the method a second time, the original transient is now orphaned and will miss the AGC.
Don't understand what you mean by this.