[MUD-Dev] Multi-threaded mud server.
Jon A. Lambert
jlsysinc at ix.netcom.com
Sun May 30 00:44:41 CEST 1999
On 28 May 99,, Ross Nicoll wrote:
> On Mon, 17 May 1999, Jon A. Lambert wrote:
> > Is there context switching going on here? YES! Loads and loads of the
> > "expensive" process-level context switching.
>
> From what I've picked up, the data/instruction cache(s) of a processor
> would have to be cleared out, for process context switches, but for thread
> context switches, I see your point.
The thing is, the way any OS leverages the processor cache is still
subject to dramatic change from release to release. What may be true
today will be a myth to overcome next year. ;)
> Although, as someone said, making it fast tends to be a good idea anyway;
> not caring about resources is how we got Windows :)
I think the NT group has a pretty good bead on multi-threading
performance. Win32 threads is a cheetah compared to many PThreads
implementations.
--
--* Jon A. Lambert - TychoMUD Email:jlsysinc at ix.netcom.com *--
--* Mud Server Developer's Page <http://pw1.netcom.com/~jlsysinc> *--
--* To fight the empire is to be infected by its derangement. Whosoever *--
--* defeats part of the empire becomes the empire; it proliferates like a *--
--* a virus... thereby it becomes its enemies." -- P.K. Dick *--
_______________________________________________
MUD-Dev maillist - MUD-Dev at kanga.nu
http://www.kanga.nu/lists/listinfo/mud-dev
More information about the mud-dev-archive
mailing list