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

	<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>2006-04-16T11:00:01-04:00</updated>

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

		<entry>
		<author><name><![CDATA[droolin]]></name></author>
		<updated>2006-04-16T11:00:01-04:00</updated>

		<published>2006-04-16T11:00:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61993#p61993</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61993#p61993"/>
		<title type="html"><![CDATA[how often was the module called though?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61993#p61993"><![CDATA[
The module I want to create will be called at most, twice an hour.<br>It's to create a banner for a web page containing the persons name that is streaming on an irc radio station.  When they execute in channel a bot command to set topic that they are the current dj is the only time this would be called.<br>Currently the bot creates a text file pulled into a web page cgi script for the display, but someone wants to have the same display on frapper.  And frapper wont let you link to cgi scripts.  But, it will allow for an image. <br>So, I figured I would just have the eggie call a small script that cretaes an image of the dj's name.  It might merge another image with it, but thats the extent of it.<br>I can understand how cpu usage would be high on intense graphic creation, but this shouldn't be that high because the graphics shouldnt be that great.  God, I hope not anyway.<br><br><br>droolin<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3562">droolin</a> — Sun Apr 16, 2006 11:00 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2006-04-16T04:01:29-04:00</updated>

		<published>2006-04-16T04:01:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61982#p61982</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61982#p61982"/>
		<title type="html"><![CDATA[executing perl from tcl script?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61982#p61982"><![CDATA[
I used a PERL script with asyncronous I/O (open |, fconfigure and fileevent), but because of ineffizienz of PERL (used way too much CPU and memory) I recently finished a conversion to native C code which dropped memory usage to about 10% and CPU usuage from 20-50% to under 0,2%.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Sun Apr 16, 2006 4:01 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[droolin]]></name></author>
		<updated>2006-04-16T01:07:38-04:00</updated>

		<published>2006-04-16T01:07:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61981#p61981</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61981#p61981"/>
		<title type="html"><![CDATA[thank you]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61981#p61981"><![CDATA[
very much appriceated<br><br>droolin<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3562">droolin</a> — Sun Apr 16, 2006 1:07 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2006-04-16T00:51:10-04:00</updated>

		<published>2006-04-16T00:51:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61980#p61980</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61980#p61980"/>
		<title type="html"><![CDATA[executing perl from tcl script?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61980#p61980"><![CDATA[
<a href="http://www.tcl.tk/man/tcl8.5/TclCmd/exec.htm" class="postlink">yes</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sun Apr 16, 2006 12:51 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[droolin]]></name></author>
		<updated>2006-04-15T23:12:45-04:00</updated>

		<published>2006-04-15T23:12:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61977#p61977</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61977#p61977"/>
		<title type="html"><![CDATA[would it be this???]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61977#p61977"><![CDATA[
I havent written the perl program yet, so I havent tested.  But, would it be something like this?<br><br>exec perl CreateImage.pl $varible<br><br>There is no need to receive back from this perl program the status. Like I said, its creating an image file for a web site based on things going on.<br><br>yes/no/maybe?<br><br>droolin<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3562">droolin</a> — Sat Apr 15, 2006 11:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[droolin]]></name></author>
		<updated>2006-04-15T22:54:16-04:00</updated>

		<published>2006-04-15T22:54:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61976#p61976</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61976#p61976"/>
		<title type="html"><![CDATA[executing perl from tcl script?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61976#p61976"><![CDATA[
Is it possible to execute an external process from inside an tcl script.  Ie, I want to call a perl script that creates an image file based on information known by the eggie.  <br>Im going to be using perl, cause I want to use the GD perl module for creating this image.  <br>Is it possible????<br><br>droolin<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3562">droolin</a> — Sat Apr 15, 2006 10:54 pm</p><hr />
]]></content>
	</entry>
	</feed>
