[Home] [Groups] - Message: [Prev in Group] [Next in Group]
1199: Re: [MUD-Dev] Re: Multi-threaded mudding (was a flamefest)
[Full Header] [Plain Text]
From: Jeff Kesselman <jeffk@tenetwork.com>
Newsgroups: nu.kanga.list.mud-dev
Date: Thu, 01 May 1997 20:34:17 -0700
Organization: Kanga.Nu
At 07:45 PM 5/1/97 PST8PDT, you wrote:
><By request, a x-post of mine from rgma >
>I believe whether you use OS-supplied threading or your
>application simulates threading makes no difference.
Well, no classification differebnce. A very real practical difference.
Systems that use OS-threading can take advantage of hardware such as
multi-processors. Applciaiton implemented threading generally can not.
>A interesting doubt crosses my mine.
>Should I be using ADA or something similar?
>
Whelpers, ColdC is an object opriented event driven semi-tjhreaded
(applciation threads) system...
JK