Scott,

Yes it has all unload techniques necessary. I must use them also. I once
did a test and it showed 3 MB increments on each refresh if I didn't
utilize manual memory management.

Disposition could be done by attaching handlers or by invoking dispose
methods on a specific action.

For ex:

var self = this;
    this._onunload = function(){self.dispose()};

        if(document.addEventListener) { 
        window.addEventListener("unload",this._onunload,false ); // Moz
        }else if(window.attachEvent) {
        window.attachEvent("onunload",this._onunload); // IE
        }

obj.prototype.dispose = function(){}


The product will become open source, but is not ready yet. It'll take a
couple of months before everything is tested, tuned and documented.

Micha Schopman
Project Manager

Modern Media, Databankweg 12 M, 3821 AL  Amersfoort
Tel 033-4535377, Fax 033-4535388
KvK Amersfoort 39081679, Rabo 39.48.05.380

------------------------------------------------------------------------
------------------------------------------------------------------------
-----
Modern Media, Making You Interact Smarter. Onze oplossingen verbeteren
de interactie met uw doelgroep. 
Wilt u meer omzet, lagere kosten of een beter service niveau? Voor meer
informatie zie www.modernmedia.nl 
------------------------------------------------------------------------
------------------------------------------------------------------------
-----

-----Original Message-----
From: Scott Barnes [mailto:[EMAIL PROTECTED] 
Sent: dinsdag 8 maart 2005 12:15
To: CF-Talk
Subject: Re: OT: Memory Leak in Browsers?

heheh fiesty bunch aren't yas :)


Micha, i noticed the other day you posted a screenshot of your CMS?
Does that have DHTML unload techniques and what not in place or did
you just simply leave it at the basics (ie tmpObj = null etc)

Is that CMS Open Source btw?


On Tue, 8 Mar 2005 11:57:31 +0100, Micha Schopman
<[EMAIL PROTECTED]> wrote:
> Dave,
> 
> Why are you trolling? The thread started with a simple question about
> memory management, and you change it into a "why didn't you mentioned
> this ... and that.. on that time ... that day .. in that thread.. "
when
> there is no relation whatsoever with Scott's question and what has
been
> said weeks, months ago.
> 
> If you have serious mental problems, contact me off the list. Maybe I
> can help you resolving them.
> 
> For now, back ontopic.
> 
> Micha Schopman
> Project Manager
> 
> Modern Media, Databankweg 12 M, 3821 AL  Amersfoort
> Tel 033-4535377, Fax 033-4535388
> KvK Amersfoort 39081679, Rabo 39.48.05.380
> 
>
------------------------------------------------------------------------
>
------------------------------------------------------------------------
> -----
> Modern Media, Making You Interact Smarter. Onze oplossingen verbeteren
> de interactie met uw doelgroep.
> Wilt u meer omzet, lagere kosten of een beter service niveau? Voor
meer
> informatie zie www.modernmedia.nl
>
------------------------------------------------------------------------
>
------------------------------------------------------------------------
> -----
> 
> 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:197809
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to