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

nu.kanga.list.mud-dev

10641: Re: [MUD-Dev] Text Parsing

[Full Header] [Plain Text]
From: Petri Virkkula <pvirkkul@iki.fi>
Newsgroups: nu.kanga.list.mud-dev
Date: Fri, 11 Jun 1999 06:54:51 +0300 (EEST)
References: [1] [2] <-newest
Organization: Kanga.Nu
>>>>> "Matthew" == Matthew Mihaly <diablo@best.com> writes:

Matthew> Money isn't a serious issue, but the problem is that we have
Matthew> a single-threaded server, so, unless I've been informed
Matthew> incorrectly, dual processors won't help us.

	BatMUD is singlethreaded too, but still we think having two
	CPUs is a good idea. Our driver is using real-time priorities
	and with single CPU that would be very risky: a busy-loop bug
	in our driver would force us to reset whole machine, because
	real time priorities are higher than operating system
	priorities in Solaris. With two CPUs the operating system and
	other processes (eg. shells) have a chance to interrupt a busy
	loop in the driver.

	We also think that with the second CPU normal activities, such
	as disk cache syncing and network (TCP) processing won't
	distrurb the game driver so much. How much the second CPU
	helps in this respect (if it helps at all) is difficult to
	measure, but anyway we think the second CPU is a good idea.


	Petri



_______________________________________________
MUD-Dev maillist  -  MUD-Dev@kanga.nu
http://www.kanga.nu/lists/listinfo/mud-dev