<?xml version="1.0" encoding="UTF-8"?>
<essay xml:lang="en" version="pto" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:gal="http://norman.walsh.name/rdf/gallery#">
<info>
    
    
    
    
    
    
    
<title>More Threading</title><biblioid class="uri">http://norman.walsh.name/2003/06/27/morethreading</biblioid>
<volumenum>6</volumenum>
<issuenum>48</issuenum>
<pubdate>2003-06-27</pubdate>
<date>$Date: 2005-09-11 10:27:02 -0400 (Sun, 11 Sep 2005) $</date>
<author>
      <personname>
<firstname>Norman</firstname>
	<surname>Walsh</surname>
</personname>
    </author>
<copyright>
      <year>2003</year>
      <holder>Norman Walsh</holder>
    </copyright>
<abstract>
<para>Following Jon Mountjoy's lead, I've taken steps to improve thread management.
It still needs work, but it's better.</para>
</abstract>
<dc:subject rdf:resource="http://norman.walsh.name/knows/taxonomy#SelfReference"/>
</info>

<para xml:id="p1"><personname>
      <firstname>Jon</firstname>
      <surname>Mountjoy</surname>
    </personname>
responded to my <link xlink:href="../26/threads">original essay</link> on threading.
He has a lot of interesting
<link xlink:href="http://www.freeroller.net/page/jonmountjoy/20030624#blogging_the_golden_thread_and">things
to say</link> about the nature and value of threads.</para>

<para xml:id="p2">His ideas inspired me to revisit the threading tools that I
implemented yesterday. Threads are now first class objects on the
site. And threads, like the one this essay
<link xlink:href="/threads/blogThreading">participates in</link>, can point to
pages on other sites. Unfortunately, since there's no way for me to
communicate the thread logic to another site, a linear thread
traversal to another site is a little bit like stepping off a cliff.</para>

<para xml:id="p3">That could probably be managed, with a little cooperation and
standardization, but not in the few minutes I have this morning to
play. It seems like the sort of problem that others must have thought
about.</para>

</essay>

