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

	<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-04-19T10:21:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-04-19T10:21:00-04:00</updated>

		<published>2002-04-19T10:21:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=6338#p6338</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=6338#p6338"/>
		<title type="html"><![CDATA[Shared data structure in an eggdrop module.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=6338#p6338"><![CDATA[
Ok, thanx.<p>Statistics: Posted by Guest — Fri Apr 19, 2002 10:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-04-18T13:07:00-04:00</updated>

		<published>2002-04-18T13:07:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=6318#p6318</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=6318#p6318"/>
		<title type="html"><![CDATA[Shared data structure in an eggdrop module.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=6318#p6318"><![CDATA[
Eggdrop is not threaded, so there would be no guarding required.<br><br>Only threaded programs require this.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Thu Apr 18, 2002 1:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-04-16T14:42:00-04:00</updated>

		<published>2002-04-16T14:42:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=6250#p6250</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=6250#p6250"/>
		<title type="html"><![CDATA[Shared data structure in an eggdrop module.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=6250#p6250"><![CDATA[
Hi all,<br><br>Currently I am writing my own eggdrop module and I have a small question regarding shared data structures. If I have two commands, i.e. two public commands, each of the commands will be linked to a function in my module. Now, if each function access a shared data structure, like adding, deleting elements in a shared linked list, should the accesses to the data structure be guarded by i.e. semaphores or something in the "command functions”? Or does the eggdrop bot do one command at a time?<br><br>Thanks in advanced,<br><br>M0dj0<br><p>Statistics: Posted by Guest — Tue Apr 16, 2002 2:42 pm</p><hr />
]]></content>
	</entry>
	</feed>
