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

	<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-17T16:36:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-06-17T16:36:00-04:00</updated>

		<published>2002-06-17T16:36:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=8105#p8105</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=8105#p8105"/>
		<title type="html"><![CDATA[file monitoring]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=8105#p8105"><![CDATA[
Thanks for the help, but i solved it in another   weird way <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile">  learned C and coded my own crapy bot (with threads) just for this function <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by Guest — Mon Jun 17, 2002 4:36 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2002-06-16T07:29:00-04:00</updated>

		<published>2002-06-16T07:29:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=8046#p8046</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=8046#p8046"/>
		<title type="html"><![CDATA[file monitoring]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=8046#p8046"><![CDATA[
You can do it 2 ways. You can either use a pipe instead of exec (read the 'open' command) and use non-blocking io on the pipe (see 'filevent').<br><br>Or you can write the whole thing in Tcl (use the 'file' command to monitor the access time, then just seek to the end and get the new data).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Sun Jun 16, 2002 7:29 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-06-14T09:22:00-04:00</updated>

		<published>2002-06-14T09:22:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7970#p7970</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7970#p7970"/>
		<title type="html"><![CDATA[file monitoring]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7970#p7970"><![CDATA[
No.<br><br>Eggdrop is not threaded, and thus, it has to block/freeze to perform the action.<br><br>It all depends what the script/exec will be doing. As you maybe able to speed things up, without the use of tailf.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Fri Jun 14, 2002 9:22 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-06-11T18:41:00-04:00</updated>

		<published>2002-06-11T18:41:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7879#p7879</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7879#p7879"/>
		<title type="html"><![CDATA[file monitoring]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7879#p7879"><![CDATA[
any other way then exec?  that woun't lock it ? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":smile:" title="Smile"><br><br>&lt;font size=-1&gt;[ This Message was edited by: woffer on 2002-06-11 16:42 ]&lt;/font&gt;<p>Statistics: Posted by Guest — Tue Jun 11, 2002 6:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Petersen]]></name></author>
		<updated>2002-06-11T18:06:00-04:00</updated>

		<published>2002-06-11T18:06:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7877#p7877</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7877#p7877"/>
		<title type="html"><![CDATA[file monitoring]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7877#p7877"><![CDATA[
it would if you used exec tail -f, exec is a blocking function.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=60">Petersen</a> — Tue Jun 11, 2002 6:06 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-06-11T16:50:00-04:00</updated>

		<published>2002-06-11T16:50:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7872#p7872</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7872#p7872"/>
		<title type="html"><![CDATA[file monitoring]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7872#p7872"><![CDATA[
i need a help with a script (duh!)<br>the script is supposed to open 2 files with "tailf -f" or some eggdrop/tcl built-in function, and check each line in a if,<br>now to the problem, woun't the bot freeze all it's other functions while checking the files?<p>Statistics: Posted by Guest — Tue Jun 11, 2002 4:50 pm</p><hr />
]]></content>
	</entry>
	</feed>
