<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support Topic: [Plugin: Cross-linker] Problems after 1.4.0 Update</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Topic: [Plugin: Cross-linker] Problems after 1.4.0 Update</description>
<language>en</language>
<pubDate>Thu, 26 Nov 2009 05:31:25 +0000</pubDate>

<item>
<title>janhvizdak on "[Plugin: Cross-linker] Problems after 1.4.0 Update"</title>
<link>http://wordpress.org/support/topic/234094#post-955891</link>
<pubDate>Wed, 14 Jan 2009 20:07:51 +0000</pubDate>
<dc:creator>janhvizdak</dc:creator>
<guid isPermaLink="false">955891@http://wordpress.org/support/</guid>
<description>&#60;p&#62;In fact it was my mistake. I forgot to declare $nn as a global variable and this caused the entire problem. Core is still the same. On many computers $nn was automatically 0, so it didn't cause any overloading or crashing. But some servers assigned high or even infinite values to $nn... this led to overloading and crashes of some machines.&#60;/p&#62;
&#60;p&#62;Later I may upgrade it in order to be loading process purely text files-based (this will increase the speed), but for now everything is OK. Especially big blogs don't suffer from often and unnecessary load of data from MySQL.
&#60;/p&#62;</description>
</item>
<item>
<title>derchris79 on "[Plugin: Cross-linker] Problems after 1.4.0 Update"</title>
<link>http://wordpress.org/support/topic/234094#post-955691</link>
<pubDate>Wed, 14 Jan 2009 17:44:43 +0000</pubDate>
<dc:creator>derchris79</dc:creator>
<guid isPermaLink="false">955691@http://wordpress.org/support/</guid>
<description>&#60;p&#62;No problem ... is it now using the &#34;new engine&#34; or the old or was it an other bug/problem?
&#60;/p&#62;</description>
</item>
<item>
<title>janhvizdak on "[Plugin: Cross-linker] Problems after 1.4.0 Update"</title>
<link>http://wordpress.org/support/topic/234094#post-955687</link>
<pubDate>Wed, 14 Jan 2009 17:40:12 +0000</pubDate>
<dc:creator>janhvizdak</dc:creator>
<guid isPermaLink="false">955687@http://wordpress.org/support/</guid>
<description>&#60;p&#62;1.4.1 is what I mentioned above, so you don't need to upgrade. It's the same except the version number in the crosslink.php and readme.txt.&#60;/p&#62;
&#60;p&#62;Thanks for telling me about the problem :) .
&#60;/p&#62;</description>
</item>
<item>
<title>derchris79 on "[Plugin: Cross-linker] Problems after 1.4.0 Update"</title>
<link>http://wordpress.org/support/topic/234094#post-955681</link>
<pubDate>Wed, 14 Jan 2009 17:33:58 +0000</pubDate>
<dc:creator>derchris79</dc:creator>
<guid isPermaLink="false">955681@http://wordpress.org/support/</guid>
<description>&#60;p&#62;It seems that this fixed the problem - is it version 1.4.1 or is it an other release? should I use 1.4.1 instead of the php you posted here?
&#60;/p&#62;</description>
</item>
<item>
<title>derchris79 on "[Plugin: Cross-linker] Problems after 1.4.0 Update"</title>
<link>http://wordpress.org/support/topic/234094#post-955629</link>
<pubDate>Wed, 14 Jan 2009 16:40:52 +0000</pubDate>
<dc:creator>derchris79</dc:creator>
<guid isPermaLink="false">955629@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Thank you - I will try it later on and let you know.
&#60;/p&#62;</description>
</item>
<item>
<title>janhvizdak on "[Plugin: Cross-linker] Problems after 1.4.0 Update"</title>
<link>http://wordpress.org/support/topic/234094#post-955546</link>
<pubDate>Wed, 14 Jan 2009 15:25:56 +0000</pubDate>
<dc:creator>janhvizdak</dc:creator>
<guid isPermaLink="false">955546@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Update:&#60;/p&#62;
&#60;p&#62;Please, update your crosslink.php and use this:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.aqua-fish.net/temp/crosslinker/shsc.php&#34;&#62;http://www.aqua-fish.net/temp/crosslinker/shsc.php&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;And let me know if it works, please.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>janhvizdak on "[Plugin: Cross-linker] Problems after 1.4.0 Update"</title>
<link>http://wordpress.org/support/topic/234094#post-955502</link>
<pubDate>Wed, 14 Jan 2009 14:44:32 +0000</pubDate>
<dc:creator>janhvizdak</dc:creator>
<guid isPermaLink="false">955502@http://wordpress.org/support/</guid>
<description>&#60;p&#62;In fact, in 1.4.0 there should be less MySQL queries, so it makes no sense to me :-S . Caching would be great, although I don't know any caching plugin for WP yet.&#60;/p&#62;
&#60;p&#62;Anyway, wait and use 1.3.2 for now. I started working on ability to select the data loading algorithm + it will also offer loading data from text files. It will be OK.&#60;/p&#62;
&#60;p&#62;As soon as I finish and test the new version it will be released here.
&#60;/p&#62;</description>
</item>
<item>
<title>derchris79 on "[Plugin: Cross-linker] Problems after 1.4.0 Update"</title>
<link>http://wordpress.org/support/topic/234094#post-955455</link>
<pubDate>Wed, 14 Jan 2009 14:05:48 +0000</pubDate>
<dc:creator>derchris79</dc:creator>
<guid isPermaLink="false">955455@http://wordpress.org/support/</guid>
<description>&#60;p&#62;so if I have a post with 2 comments ... I currently (1.3.2) have 330 queries ... with 1.4.0 ... I have over 750 querie ...&#60;/p&#62;
&#60;p&#62;I have about 32 words linked to URLs&#60;/p&#62;
&#60;p&#62;Would it make sense if I install a cache module? could you recommende one?
&#60;/p&#62;</description>
</item>
<item>
<title>janhvizdak on "[Plugin: Cross-linker] Problems after 1.4.0 Update"</title>
<link>http://wordpress.org/support/topic/234094#post-955447</link>
<pubDate>Wed, 14 Jan 2009 13:58:49 +0000</pubDate>
<dc:creator>janhvizdak</dc:creator>
<guid isPermaLink="false">955447@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hm... On my server and websites everything works fine. It must be somehow related to global variables as the process of loading data has been modified.&#60;/p&#62;
&#60;p&#62;In 1.4.0 data are loaded only once at the beginning. Previous versions of cross-linker data were loaded each time the function was called. The real difference is this:&#60;/p&#62;
&#60;p&#62;In 1.4.0 data are loaded into global variables, and thus when they're loaded, there is no need to execute functions which load data from MySQL more than once. The result is: 1.4.0 is faster than previous versions.&#60;/p&#62;
&#60;p&#62;In versions lower than 1.4.0 cross-linker loaded data from MySQL each time the function was called. So... each post, each comment... If some post contained 50 comments, data were loaded 51 times during showing 1 single page (50 comments + 1 post). Imagine that you had 500 word:URL connections. That means 51x500 selected rows during loading 1 single page. This causes slow loading time.&#60;/p&#62;
&#60;p&#62;I'm going to modify the thing and make an option between using 1.4.0's data loading algorithm or 1.3.2's data loading algorithm... Until I find and fix the reason of this unexpected (and to me also weird) problem.
&#60;/p&#62;</description>
</item>
<item>
<title>derchris79 on "[Plugin: Cross-linker] Problems after 1.4.0 Update"</title>
<link>http://wordpress.org/support/topic/234094#post-955247</link>
<pubDate>Wed, 14 Jan 2009 07:18:11 +0000</pubDate>
<dc:creator>derchris79</dc:creator>
<guid isPermaLink="false">955247@http://wordpress.org/support/</guid>
<description>&#60;p&#62;After installing the cross-linker 1.4.0 update the serverload rise instantly up to an failure&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;Message from syslogd@gxRPF at Tue Jan 13 22:21:22 2009 ...&#60;br /&#62;
gxRPF kernel: Trying to fix it up, but a reboot is needed&#60;br /&#62;
Jan 13 22:21:22 gxRPF kernel: Bad page state at prep_new_page (in&#60;br /&#62;
process 'apache2', page 0000010002957080)&#60;br /&#62;
Jan 13 22:21:22 gxRPF kernel: flags:0x01100060&#60;br /&#62;
mapping:000001007c784658 mapcount:1 count:1&#60;br /&#62;
Jan 13 22:21:22 gxRPF kernel: Backtrace:&#60;br /&#62;
Jan 13 22:21:22 gxRPF kernel:&#60;br /&#62;
Jan 13 22:21:22 gxRPF kernel: Call&#60;br /&#62;
Trace:&#38;lt;ffffffff801552f9&#38;gt;{bad_page+89}&#60;br /&#62;
&#38;lt;ffffffff80155d70&#38;gt;{buffered_rmqueue+560}&#60;br /&#62;
Jan 13 22:21:22 gxRPF kernel:&#60;br /&#62;
&#38;lt;ffffffff80152709&#38;gt;{do_generic_mapping_read+1145}&#60;br /&#62;
&#38;lt;ffffffff80155e5e&#38;gt;{__alloc_pages+174}&#60;br /&#62;
Jan 13 22:21:22 gxRPF kernel:&#60;br /&#62;
&#38;lt;ffffffff80161e54&#38;gt;{do_no_page+644}&#60;br /&#62;
&#38;lt;ffffffff80162410&#38;gt;{handle_mm_fault+336}&#60;br /&#62;
Jan 13 22:21:22 gxRPF kernel:&#60;br /&#62;
&#38;lt;ffffffff8011f2f4&#38;gt;{do_page_fault+420}&#60;br /&#62;
&#38;lt;ffffffff80164edd&#38;gt;{do_mmap_pgoff+1053}&#60;br /&#62;
Jan 13 22:21:22 gxRPF kernel:        &#38;lt;ffffffff80172a3d&#38;gt;{vfs_read+269}&#60;br /&#62;
&#38;lt;ffffffff80110039&#38;gt;{error_exit+0}&#60;br /&#62;
Jan 13 22:21:22 gxRPF kernel:&#60;br /&#62;
Jan 13 22:21:22 gxRPF kernel: Trying to fix it up, but a reboot is needed&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;after a reboot this happens again two times ... I revert back to version 1.3.2, did a reboot again and everything is working smoothly again ...&#60;/p&#62;
&#60;p&#62;could you see any relations?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
