<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/2021" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2002-06-24T17:58:00-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/2021</id>

		<entry>
		<author><name><![CDATA[slennox]]></name></author>
		<updated>2002-06-24T17:58:00-04:00</updated>

		<published>2002-06-24T17:58:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=8345#p8345</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=8345#p8345"/>
		<title type="html"><![CDATA[Tcl archive.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=8345#p8345"><![CDATA[
Actually, I stated that it uses a new delivery system, not a delivery-based system (whatever that would mean).<br><br>The search results page is written on-the-fly when a search is performed, and the user is redirected to that page with a Location: header. If an identical search was performed previously, it doesn't need to load the database, execute a search and write the page - it simply redirects the user to the page that already exists (effectively a cache). The system works around server limitations present on most web hosts:<br><br>- There is no Tcl interface to MySQL, so the database is stored as a text file. Fewer accesses to it is a good thing (although the database is only 102KB at the moment, so it doesn't make a huge difference on the user's end).<br>- mod_gzip doesn't work on CGI-delivered pages -- only html and php. By delivering the search results as a mod_gzipped html page rather than straight from the CGI, loading is faster (especially for dial-up users) and bandwidth is saved.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13034">slennox</a> — Mon Jun 24, 2002 5:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-06-24T08:56:00-04:00</updated>

		<published>2002-06-24T08:56:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=8325#p8325</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=8325#p8325"/>
		<title type="html"><![CDATA[Tcl archive.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=8325#p8325"><![CDATA[
I am very interested in the new Tcl archive search engine being used.<br><br>You state that it uses a delivery based system. Can you explain to me more on this.<br><br>Wne I do a search, it's as if the search result is allready available, or is this not true, does it use a search, on-the-fly page creation and point to system.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Mon Jun 24, 2002 8:56 am</p><hr />
]]></content>
	</entry>
	</feed>
