http://www.newton-inc.com/dev/techinfo/qa/qa.htm
Stats()
is called: gc(); stats(); soup:AddToDefaultStoreXmit({ foo : "a test string"}, '|bar:SIG|); gc(); stats(); soup:AddToDefaultStoreXmit({ foo : "another test string"}, '|bar:SIG|); gc(); stats();
nil
for the changeSym
argument to the Xmit functions, no notification occurs and the deferred action is not created. Normally, this is a bad idea, since you want other applications to know about your soup changes. However, Xmit notification may not be necessary for specialized applications that use only their own application soups and do not publish information about reading/writing soup data for extensibility. nil
for the changeSym
to void immediate notification. Afterwards, use the XmitSoupChange
global function with the 'whatThe
symbol. (See the documentation for XmitSoupChange
for more information.)