<?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/8606" />

	<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>2004-11-15T18:19:32-04:00</updated>

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

		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-11-15T18:19:32-04:00</updated>

		<published>2004-11-15T18:19:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42791#p42791</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42791#p42791"/>
		<title type="html"><![CDATA[Problem with SQL and bot timing out]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42791#p42791"><![CDATA[
the Thread package is not a built-in, neither with 8.1 nor with 8.4; you have to obtain it separately (check out sourceforge's tcl project), compile and install it under your tcl distribution<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Mon Nov 15, 2004 6:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[-W0kk3L-]]></name></author>
		<updated>2004-11-15T16:30:17-04:00</updated>

		<published>2004-11-15T16:30:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42790#p42790</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42790#p42790"/>
		<title type="html"><![CDATA[Problem with SQL and bot timing out]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42790#p42790"><![CDATA[
I know the database could be better arranged, but currently i don't have a choice....<br><br>What is the difference between tcl81-threads and the tcl84 package?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2750">-W0kk3L-</a> — Mon Nov 15, 2004 4:30 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-11-15T15:16:30-04:00</updated>

		<published>2004-11-15T15:16:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42788#p42788</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42788#p42788"/>
		<title type="html"><![CDATA[Problem with SQL and bot timing out]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42788#p42788"><![CDATA[
the proper way to fix this is to fix your database/queries - it shouldn't take 3 minutes to fetch data, <strong class="text-strong">never</strong>; use proper table indexing and refer to mysql docs on how to optimize that stuff<br><br>as last resort you can use the Thread package and rewrite your script to execute db queries in a separate thread, while allowing all normal processing to go on; however, you will need to recompile your TCL libs with --enable-threads<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Mon Nov 15, 2004 3:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[-W0kk3L-]]></name></author>
		<updated>2004-11-15T13:45:27-04:00</updated>

		<published>2004-11-15T13:45:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42780#p42780</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42780#p42780"/>
		<title type="html"><![CDATA[Problem with SQL and bot timing out]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42780#p42780"><![CDATA[
Hi, i have a little problem....<br><br>I've created a script, which can be triggered from within a channel. It does a query on mysql, and dumps the results back to the channel where it was requested. The problem is that it can take up to 3 mins before mysql output the results. Meanwhile the eggdrop times out and restarts (on Quakenet). <br><br>Is there a way to fix this? I can't make the query go faster (large database), so is there a way to let the tcl standby until the query is done? (so other commands can be used in the meantime).<br><br>(I use Eggdrop v1.6.17 with mysql.mod compiled)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2750">-W0kk3L-</a> — Mon Nov 15, 2004 1:45 pm</p><hr />
]]></content>
	</entry>
	</feed>
