RE: [flexcoders] destructing objects / memory management best practices

2008-01-30 Thread Alex Harui
l R. N! eff Sent: We dnesday, January 23, 2008 9:25 AM To: flexcoders@yahoogroups.com <mailto:flexcoders@yahoogroups.com> Subject: RE: [flexcoders] destructing objects / memory management best practices Matt, My understanding from reading the binding code is that bindings do not use a

Re: [flexcoders] destructing objects / memory management best practices

2008-01-30 Thread Bjorn Schultheiss
lt; /b> Wednesday, January 23, 2008 12:41 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] destructing objects / memory management best practices No, you're right that binding does not use weak listeners (we tried at the end of Flex 2 development and found some really bad bu

RE: [flexcoders] destructing objects / memory management best practices

2008-01-23 Thread Alex Harui
hoogroups.com> ] On Behalf Of Matt Chotin Sent:< /b> Wednesday, January 23, 2008 12:41 PM To: flexcoders@yahoogroups.com <mailto:flexcoders@yahoogroups.com> Subject: RE: [flexcoders] destructing objects / memory management best practices No, you're right that binding doe

Re: [flexcoders] destructing objects / memory management best practices

2008-01-23 Thread Jerome Clarke
wary of how easily you reach out into other > parts of the app. The more you can centralize that kind of thing, the > easier it is to have code that releases listeners, references, etc. > > > > *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On > Behalf Of *Samue

RE: [flexcoders] destructing objects / memory management best practices

2008-01-23 Thread Samuel R. Neff
easier it is to have code that releases listeners, references, etc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Samuel R. Neff Sent: Wednesday, January 23, 2008 9:25 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] destructing objects / memory management best

RE: [flexcoders] destructing objects / memory management best practices

2008-01-23 Thread Matt Chotin
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Samuel R. Neff Sent: Wednesday, January 23, 2008 9:25 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] destructing objects / memory management best practices Matt, My understanding from reading the binding c

RE: [flexcoders] destructing objects / memory management best practices

2008-01-23 Thread Samuel R. Neff
ECTED] _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt Chotin Sent: Wednesday, January 23, 2008 11:34 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] destructing objects / memory management best practices I'm not sure that binding is the f

RE: [flexcoders] destructing objects / memory management best practices

2008-01-23 Thread Matt Chotin
I'm not sure that binding is the first thing to look at. Have you made sure that relevant event listeners are adding themselves with the weakRef param set to true? Sometimes in addition to removing children you may also want to try setting some references explicitly to null as that can help accel