Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
cfajax memory leak
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  8 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
nasirk  
View profile  
 More options Jan 6 2008, 7:09 pm
Newsgroups: macromedia.coldfusion.advanced_techniques
From: "nasirk" <webforumsu...@macromedia.com>
Date: Mon, 7 Jan 2008 00:09:45 +0000 (UTC)
Local: Sun, Jan 6 2008 7:09 pm
Subject: cfajax memory leak
We have been experiencing odd behaviours on browsers when using the cfajax on
cf8.
 The problem identified is when using the source property in the cflayoutarea
tag.
 the browser memory increases by  almost a megabyte on page refresh to an
extent that on continously accessing the page the memory gets filled up and
crashes.

 The below example would be able to demonstrate the behaviour by creating these
two pages and refreshing the first page.

 --------a.cfm------
 <cfajaximport tags="cflayout-tab">
 <cflayout type="Tab" >
        <CFLAYOUTAREA TITLE="TEST" source="b.cfm">
        hello this a test
        </cflayoutarea>
 </cflayout>

 ----b.cfm----
 hello
 <cfoutput>
 #now()#
 </cfoutput>

 ----end---

 Any help or suggestions..

 -Nas


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dave Phipps  
View profile  
 More options Jan 31 2008, 5:31 pm
Newsgroups: macromedia.coldfusion.advanced_techniques
From: "Dave Phipps" <webforumsu...@macromedia.com>
Date: Thu, 31 Jan 2008 22:31:35 +0000 (UTC)
Local: Thurs, Jan 31 2008 5:31 pm
Subject: Re: cfajax memory leak
I have also heard reports of this occurring in Firefox (Win XP) although I
haven't been able to duplicate it on Firefox (OS X). I'm actually looking at
changing to use jQuery code instead of the built in cfajax stuff. It may be
powerful but it is so bulky. Loading times can be quite staggering - even when
just using a cfselect bind or a cfwindow.

 Sorry I can't help solve the problem but thought I would add to the discussion.

 Perhaps Adobe will pick up on this and rethink the ajax side of cf for cf9.

 Cheers,

 Dave


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
The Newguy  
View profile  
 More options Mar 27 2008, 9:40 am
Newsgroups: macromedia.coldfusion.advanced_techniques
From: "The Newguy" <webforumsu...@macromedia.com>
Date: Thu, 27 Mar 2008 13:40:51 +0000 (UTC)
Local: Thurs, Mar 27 2008 9:40 am
Subject: Re: cfajax memory leak
Have run into something similar with IE.  Have a page that uses nested
cflayout/cflayoutareas.  In these areas are other ajax features such as cfgrid.
 I have a menu that swaps source pages for layoutareas.  If I get click-happy,
IE7 eventually just hangs and crashes.

 Was trying to figure out how to either make a new, or use a current, global
returnHandler function to change link styles to disable clicks while an ajax
call in running.  Any thoughts?


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ghfftttyyudsderycv76  
View profile  
 More options Mar 27 2008, 1:22 pm
Newsgroups: macromedia.coldfusion.advanced_techniques
From: "ghfftttyyudsderycv76" <webforumsu...@macromedia.com>
Date: Thu, 27 Mar 2008 17:22:29 +0000 (UTC)
Local: Thurs, Mar 27 2008 1:22 pm
Subject: Re: cfajax memory leak
Can you try "sourceless" technique
 <cfinclude template="b.cfm">

 instead of

 <CFLAYOUTAREA TITLE="TEST" source="b.cfm">
 hello this a test
 </cflayoutarea>

 I don't seem to have such problem though my cfwindow/cflayout etc tags are
quite complex...


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
The Newguy  
View profile  
 More options Mar 27 2008, 1:35 pm
Newsgroups: macromedia.coldfusion.advanced_techniques
From: "The Newguy" <webforumsu...@macromedia.com>
Date: Thu, 27 Mar 2008 17:35:56 +0000 (UTC)
Local: Thurs, Mar 27 2008 1:35 pm
Subject: Re: cfajax memory leak
actually, our testing today has linked it to the cfgrid.  remove all cfgrids and no problem.  add even a completely blank cfgrid with no bindings or data and its 100% reproducable

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
emccormick  
View profile  
 More options Apr 28 2008, 7:48 pm
Newsgroups: macromedia.coldfusion.advanced_techniques
From: "emccormick" <webforumsu...@macromedia.com>
Date: Mon, 28 Apr 2008 23:48:48 +0000 (UTC)
Local: Mon, Apr 28 2008 7:48 pm
Subject: Re: cfajax memory leak
Confirm problem in IE7.  I have an app with 4 cflayoutareas -- 3 of which get a
new cfgrid on submit.  So far, I can't get past 5 submits before IE7 hangs.  
The ColdFusion AJAX Logger shows a "window" level message as follows:

 window:global: Invalid argument.
 (http://host/dir/index.cfm?cfdebug, line N)

 In my case, line N is always 18.  It can't be line 18 of index.cfm because no
matter how I arrange the code/whitespace in that section, it doesn't change.  
I've pasted the view source into my editor and line 18 is typically the <html>
tag.  oooookely Dokely!

 I pulled the cfgrid widgets (html) out and voila!  Infinite and MUCH faster
returns.  What a shame!  Cfgrid is much more coder and user friendly than
straight html tables and iframes.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
aggie00  
View profile  
 More options May 15 2008, 12:11 pm
Newsgroups: macromedia.coldfusion.advanced_techniques
From: "aggie00" <webforumsu...@macromedia.com>
Date: Thu, 15 May 2008 16:11:45 +0000 (UTC)
Local: Thurs, May 15 2008 12:11 pm
Subject: Re: cfajax memory leak
So, has anyone found a solution to this, possibly a "flush" or "garbage
collection" javascript function that will eliminate this issue?  We've got an
interface that uses cfpod and we load multiple cfgrids from different links
into the pods, and sure enough, on the 12th load or so, it bombs out.  Anyone
find a way to clear what I assume is a memory leak with the cfgrid?  ANY help
is GREATLY appreciated!

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
emccormick  
View profile  
 More options May 15 2008, 1:18 pm
Newsgroups: macromedia.coldfusion.advanced_techniques
From: "emccormick" <webforumsu...@macromedia.com>
Date: Thu, 15 May 2008 17:18:27 +0000 (UTC)
Local: Thurs, May 15 2008 1:18 pm
Subject: Re: cfajax memory leak
I don't even know if Adobe has identified this as a bug, as I have yet to find
a reliable list of CF8 bugs.  Seems the Adobe Bug Base does not include
ColdFusion.  If anyone can point me in the right direction, I'll be certain to
make sure they know about this.  It couldn't be simpler to reproduce -- I have
a sample app already built.

 Meantime I had to make the unfortunate compromise in my production app to
replace the grids with iframes.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google