Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: View app consuming memory

From: rotenca:telvia:it at: 13-Jun-2003 2:26

Hi,
> Does anyone know how to get the following to not eat memory?
view/new main-box: make face [size: 100x300] main-box/pane: layout [sl: slider rate 10] loop 1000 [ probe system/stats ;show memory usage sl/rate: none show sl main-box/pane: layout [sl: slider rate 10] show main-box ]
> triggered by 'rate), but that was removed for clarity. The problem doesn't > seem to happen other than with 'rate enabled on the facet (at least it > hasn't in my tests). It does not appear to be limited to the 'slider facet.
I saw something like this, also without 'rate in others programs (recyle error, random crash and so on), but i was not able to reduce the problem in simple code. Recycling seems not perfect with faces. I often get an easy solution re-using the same faces. --- Ciao Romano