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 17:07

>> source inform > inform: func [ > .. > ] [ > .. > either time [wait time] [do-events] > ] > > each open calls inform calls wait. Deep wait-recursion. Could that be > the problem?
I think you are right. Holger had said that it is not safe to call a wait from event code. But if this rule is applied literally, Inform cannot be used in view code. The strange thing is that it fails only after a large (fixed?) number of calls. Perhaps exists a fixed limit in wait recursion. In this case the memory garbage collector does not seems the problem. --- Ciao Romano