FWIW, I found some cases where the caching 1.8 did for WikiTalk was too aggressive, and scripts would give the wrong results because the cached data would be served up.
It's been too long to remember the precise details, but I think it had to do with multiple calls to get all the topics matching some criteria within a single page. The caching engine would save the first call's result, so the second time you got the same results from the first call, even if you had different arguments. It looked to me just an artifact of the complexity involved in caching script execution. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig Andera Sent: Wednesday, August 29, 2007 2:59 PM To: 'FlexWiki Users Mailing List' Subject: Re: [Flexwiki-users] Performance analysis > Now, maybe it's the case that WikiTalk can only deterministically > produce > output based on content. I don't know. Does anyone? To answer my own question: No. From DarrenSQLIS: namespace.Topics.SortBy { each | DateTime.Now.SpanBetween(each.LastModified) } Honestly, at this point it's not clear to me how FlexWiki 1.8 was caching this, except perhaps "incorrectly". :) You really *can't* cache anything with a DateTime.Now in it with any guarantee of correctness, I would think. But I haven't analyzed the full code, which is quite complicated. Anyway, it's certainly not clear to me that FlexWiki 1.8 is both faster *and* correct. ------------------------------------------------------------------------ - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Flexwiki-users mailing list Flexwiki-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/flexwiki-users ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Flexwiki-users mailing list Flexwiki-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/flexwiki-users