[Home] [Groups] - Message: [Prev in Group] [Next in Group]

nu.kanga.list.mud-dev

19086: Re: [MUD-Dev] Re: TECH: Distributed Muds

[Full Header] [Plain Text]
From: Caliban Tiresias Darklock <caliban@darklock.com>
Newsgroups: nu.kanga.list.mud-dev
Date: Mon, 30 Apr 2001 08:57:44 -0700
References: [1] [2] <-newest
Organization: Kanga.Nu
On Thu, 26 Apr 2001 22:02:21 -0700, "Steven Fleischaker"
<kuvasza@winterreach.com> wrote:

> The little exposure I've had to multiple threads has left me feeling
> that working with multiple threads is like building a swiss clock.

It's actually a lot simpler than it seems, if you understand the major
problem with thread synchronisation: two threads should not access the
same data at the same time. That's pretty much it. So the less data
you share between threads, the better. The fewer threads that *change*
the shared data, the better. That won't solve all your problems, but
it will make them a lot easier to account for.

_______________________________________________
MUD-Dev mailing list
MUD-Dev@kanga.nu
https://www.kanga.nu/lists/listinfo/mud-dev