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

	<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>2005-05-07T17:30:36-04:00</updated>

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

		<entry>
		<author><name><![CDATA[]Godlike[]]></name></author>
		<updated>2005-05-07T17:30:36-04:00</updated>

		<published>2005-05-07T17:30:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49179#p49179</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49179#p49179"/>
		<title type="html"><![CDATA[editing server.c for performance issues ...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49179#p49179"><![CDATA[
Heh, tried a few things, compiled like 30 times and tried different approaches, but nothing didn`t work <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><br><br>Please, maybe some of the devel. team can help me, i realy need this <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><br><br>cya<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6165">]Godlike[</a> — Sat May 07, 2005 5:30 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[]Godlike[]]></name></author>
		<updated>2005-05-07T14:45:00-04:00</updated>

		<published>2005-05-07T14:45:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49172#p49172</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49172#p49172"/>
		<title type="html"><![CDATA[editing server.c for performance issues ...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49172#p49172"><![CDATA[
Good thinking, will check ...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6165">]Godlike[</a> — Sat May 07, 2005 2:45 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-05-07T09:09:19-04:00</updated>

		<published>2005-05-07T09:09:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49160#p49160</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49160#p49160"/>
		<title type="html"><![CDATA[editing server.c for performance issues ...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49160#p49160"><![CDATA[
probably you exceed the outgoing buffer of the TCP connection what delays further of more than usually 4kb. So maybe the bot doesnt check often enough, if the queue has been flushed. Perhaps this check interval can be modified within the server.c, I dont know <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile">. Just a suggestion.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Sat May 07, 2005 9:09 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[]Godlike[]]></name></author>
		<updated>2005-05-07T09:05:39-04:00</updated>

		<published>2005-05-07T09:05:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49159#p49159</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49159#p49159"/>
		<title type="html"><![CDATA[editing server.c for performance issues ...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49159#p49159"><![CDATA[
Well it`s ircd which i set up and no penalties ....<br><br>And the bot which i seen somewhere was on the same version of ircd (Unreal IRCD), and it was a LOT better than mine...<br><br>And connection is very fast aswell ....<br><br>help <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6165">]Godlike[</a> — Sat May 07, 2005 9:05 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[KrzychuG]]></name></author>
		<updated>2005-05-07T07:51:11-04:00</updated>

		<published>2005-05-07T07:51:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49156#p49156</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49156#p49156"/>
		<title type="html"><![CDATA[editing server.c for performance issues ...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49156#p49156"><![CDATA[
Everything depend on network and connection. putdccraw send data directly to server (without using queues) same as 'dprintf(-serv, "DATA");' in source code. Some network uses penalties and won't let any client to send too much data.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3672">KrzychuG</a> — Sat May 07, 2005 7:51 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[]Godlike[]]></name></author>
		<updated>2005-05-07T05:57:48-04:00</updated>

		<published>2005-05-07T05:57:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49155#p49155</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49155#p49155"/>
		<title type="html"><![CDATA[editing server.c for performance issues ...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49155#p49155"><![CDATA[
Well yes i use dccraw but bot still isnt fast, he floods a few msg more in a second, but that still isn`t it.<br><br>And i saw how eggdrop can flood out 200 lines in a second, and the guy who made it edited the source not just used the dccraw, he told me to look in the server.c but other than that i dunno what to change, tried a few modifications but still no progress have been made, somebody sure can tell me more about this so i can make this to work <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><br><br>cya.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6165">]Godlike[</a> — Sat May 07, 2005 5:57 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2005-05-04T22:58:12-04:00</updated>

		<published>2005-05-04T22:58:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49025#p49025</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49025#p49025"/>
		<title type="html"><![CDATA[editing server.c for performance issues ...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49025#p49025"><![CDATA[
If you use putdccraw, it doesn't use the bot's queueing system, so there's no point changing the server code.<br><br>One thing you might try is combining lines into a single message, e.g.<br><br>putfast "$msg1\n$msg2\n$msg3"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Wed May 04, 2005 10:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[]Godlike[]]></name></author>
		<updated>2005-04-29T16:02:09-04:00</updated>

		<published>2005-04-29T16:02:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48706#p48706</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48706#p48706"/>
		<title type="html"><![CDATA[editing server.c for performance issues ...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48706#p48706"><![CDATA[
Ok. I`ll describe what i am doing, want to do.<br><br>I use eggdrop 1.6.17, but it`s queueing system is too slow for me. So i need a eggdrop who will be able to flood out 100 lines or more in a sec or two.<br><br>Now i know that can be done, because it`s a RAW DCC mode somehow. I have a private ircd on which (Excess Flood) is disabled for this paticualry bot, so that wont be a problem.<br><br>Now i use my scripts with the procedure:<div class="codebox"><p>Code: </p><pre><code>proc putfast {arg} {  append arg "\n"  putdccraw 0 [string length $arg] $arg}</code></pre></div>so there is not much i can optimize there.<br><br>So i know the bot queueing system to the server is made in server.c which is in: src\mod\server.mod\server.c but how could i optimize this to realy make the bot flood out what i need, because now it`s realy too slow  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cry.gif" width="15" height="15" alt=":cry:" title="Crying or Very sad"> <br><br>I tried with #define msgrate 0 ... no change, <br>and with<div class="codebox"><p>Code: </p><pre><code>tputs(serv, buf, len);    return;</code></pre></div>which is also not helping (this was described in this forum when i searched through it).<br><br>So please please please help me out, i realy need a fast bot, so i can use it for flooding results from a game server and some other stuffs.<br><br>Please help me out, and thx for reading this long text <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6165">]Godlike[</a> — Fri Apr 29, 2005 4:02 pm</p><hr />
]]></content>
	</entry>
	</feed>
