Re: Updating file objects automatically

2004-12-30 Thread Jorge Luiz Godoy Filho
Jorge Luiz Godoy Filho, Quinta 30 Dezembro 2004 09:20, wrote: > It helps, yes. Putting the object on the class instead of on an instance > of > it might (I'm 99.9% sure) solve the problem. (I have already done that > for other object that is shared, but I didn't remember doing that for > this)

Re: Updating file objects automatically

2004-12-30 Thread Jorge Luiz Godoy Filho
Craig Ringer, Quinta 30 Dezembro 2004 06:27, wrote: > I couldn't really catch your explanation, but mention of changing all > instances of a class suggests that you may be in a situation where you > need to modify the class, not its instances. There are two methods I use > when I have to change th

Re: Updating file objects automatically

2004-12-30 Thread Craig Ringer
On Thu, 2004-12-30 at 11:15, Jorge Luiz Godoy Filho wrote: > Is there something I can do to change all instances of the Search class? > Are there different alternatives for such a "thing"? I couldn't really catch your explanation, but mention of changing all instances of a class suggests that yo