L
Larry
I am wondering if anyone has any thoughts on the following issues once
Ajax is incorporated into a page:
Now that we have this Ajax stuff, users have the potential to not leave
a page for a long time. My knowledge of browser memory handling is
limited, but I spoke with a Microsoft engineer who told me that IE has
a very naive mark and sweep GC algorithm, which gets invoked when a
page gets reloaded.
If the GC is not invoked until a page reload, then doesn't this mean
that you have to be extremely careful when writing Ajax apps (object
pooling or other techniques)?
If anyone has any experience with memory management with Ajax apps,
please post. Also, if anyone has good links/docs on the memory
management models of Firefox and IE please let me know.
Thanks,
Larry
Ajax is incorporated into a page:
Now that we have this Ajax stuff, users have the potential to not leave
a page for a long time. My knowledge of browser memory handling is
limited, but I spoke with a Microsoft engineer who told me that IE has
a very naive mark and sweep GC algorithm, which gets invoked when a
page gets reloaded.
If the GC is not invoked until a page reload, then doesn't this mean
that you have to be extremely careful when writing Ajax apps (object
pooling or other techniques)?
If anyone has any experience with memory management with Ajax apps,
please post. Also, if anyone has good links/docs on the memory
management models of Firefox and IE please let me know.
Thanks,
Larry