what do you mean by "main system" and what other systems are there?
XAM doesn't do any caching, when you write to a xstream the content/blob is streamed to the XSystem (centera) and which you commit the xset and receive back the XUID then the XSet is persisted on the XSystem.
If however you say opened an XSet added an xstream field and did not do the commit part (e.g. the user logged off before the commit) then when you opened the XSet again then it will not have the last change. Also remember that when you update an XSet you are creating a new one not actually updating the old one.
mckeown_paul
409 Posts
0
December 28th, 2011 08:00
what do you mean by "main system" and what other systems are there?
XAM doesn't do any caching, when you write to a xstream the content/blob is streamed to the XSystem (centera) and which you commit the xset and receive back the XUID then the XSet is persisted on the XSystem.
If however you say opened an XSet added an xstream field and did not do the commit part (e.g. the user logged off before the commit) then when you opened the XSet again then it will not have the last change. Also remember that when you update an XSet you are creating a new one not actually updating the old one.