From: Reini U. <ru...@x-...> - 2004-10-15 13:09:15
|
John Shen schrieb: > I looked at the output of PhpWikiDoc page and it seems > that links are repeating in a (n+2) sequence, i.e., 5, > 5+2, 5 +2 +2 etc. > > Therefore, PhpWikiDocumentation with its many links > eventually times out after 30 seconds. > > It looks like an interation issue, but I still have > not read the code enough to pinpoint where the problem > is. I am hoping to either get some hints or help > someone else find the problem. It's indeeed a very interesting issue with our extremly hairy BlockParser code. I already fixed that once. I believe it was some XmlContent object initialization magic. The only chance to fix that is to step through it in a visual php5 debugger. I'll try to download another zend beta for testing. xdebug gets better and better, but still no free visual ide for that new protocol. I wish Jeff would have some time to spare, because he wrote it, and my attempts so far to optimize that, failed, so I had to revert back. > Thanks, > > > * What is a WikiWikiWeb? A description of this > application. > * Learn HowToUseWiki and learn about AddingPages. > > * What is a WikiWikiWeb? A description of this > application. > * Learn HowToUseWiki and learn about AddingPages. > * Use the SandBox page to experiment with Wiki > pages. > > * What is a WikiWikiWeb? A description of this > application. > * Learn HowToUseWiki and learn about AddingPages. > * Use the SandBox page to experiment with Wiki > pages. > * Please sign your name in RecentVisitors. > > * What is a WikiWikiWeb? A description of this > application. > * Learn HowToUseWiki and learn about AddingPages. > * Use the SandBox page to experiment with Wiki > pages. > * Please sign your name in RecentVisitors. > * See RecentChanges for the latest page additions > and changes. > > * What is a WikiWikiWeb? A description of this > application. > * Learn HowToUseWiki and learn about AddingPages. > * Use the SandBox page to experiment with Wiki > pages. > * Please sign your name in RecentVisitors. > * See RecentChanges for the latest page additions > and changes. > * Find out which pages are MostPopular. > > * What is a WikiWikiWeb? A description of this > application. > * Learn HowToUseWiki and learn about AddingPages. > * Use the SandBox page to experiment with Wiki > pages. > * Please sign your name in RecentVisitors. > * See RecentChanges for the latest page additions > and changes. > * Find out which pages are MostPopular. > * Read the ReleaseNotes and RecentReleases. > > * What is a WikiWikiWeb? A description of this > application. > * Learn HowToUseWiki and learn about AddingPages. > * Use the SandBox page to experiment with Wiki > pages. > * Please sign your name in RecentVisitors. > * See RecentChanges for the latest page additions > and changes. > * Find out which pages are MostPopular. > * Read the ReleaseNotes and RecentReleases. > * Administer this wiki via PhpWikiAdministration. > > * What is a WikiWikiWeb? A description of this > application. > * Learn HowToUseWiki and learn about AddingPages. > * Use the SandBox page to experiment with Wiki > pages. > * Please sign your name in RecentVisitors. > * See RecentChanges for the latest page additions > and changes. > * Find out which pages are MostPopular. > * Read the ReleaseNotes and RecentReleases. > * Administer this wiki via PhpWikiAdministration. > * See more PhpWikiDocumentation. > > * What is a WikiWikiWeb? A description of this > application. > * Learn HowToUseWiki and learn about AddingPages. > * Use the SandBox page to experiment with Wiki > pages. > * Please sign your name in RecentVisitors. > * See RecentChanges for the latest page additions > and changes. > * Find out which pages are MostPopular. > * Read the ReleaseNotes and RecentReleases. > * Administer this wiki via PhpWikiAdministration. > * See more PhpWikiDocumentation. |