How do you manage to run Win9x servers without them crashing after prolonged use? Isn't there some inherent memory bug in the 9x line that causes resources to drain over time?Sokartawi wrote:<snip>
Server Specs of bbs.stardestroyer.net
Moderator: Thanas
- GoldenFalcon
- Jedi Knight
- Posts: 551
- Joined: 2004-03-01 11:08pm
- Location: Busy practicing with a bokken, come near me and I'll whack you with it.
Babylon 5: In the Beginning quote:
General Lefcourt: "My people can handle themselves. We took care of the Dilgar. We can take care of the Minbari."
Londo Mollari: "Ahh, arrogance and stupidity all in the same package. How efficient of you."
Coming soon: Firebird Productions
General Lefcourt: "My people can handle themselves. We took care of the Dilgar. We can take care of the Minbari."
Londo Mollari: "Ahh, arrogance and stupidity all in the same package. How efficient of you."
Coming soon: Firebird Productions
- Darth Wong
- Sith Lord
- Posts: 70028
- Joined: 2002-07-03 12:25am
- Location: Toronto, Canada
- Contact:
It depends on how well-written the application is. Basically, Win9x has no real controls on how well-behaved the application is, and software writers are lazy, so the end result of a 9x installation is typically disintegration over the long term. But in theory, a disciplined user might be able to install a bare-bones 9x system, put just a handful of well-made critical apps on it, and then run those apps 24/7 for quite a while.GoldenFalcon wrote:How do you manage to run Win9x servers without them crashing after prolonged use? Isn't there some inherent memory bug in the 9x line that causes resources to drain over time?Sokartawi wrote:<snip>
Of course, it also helps if the servers aren't put under heavy load.
"It's not evil for God to do it. Or for someone to do it at God's command."- Jonathan Boyd on baby-killing
"you guys are fascinated with the use of those "rules of logic" to the extent that you don't really want to discussus anything."- GC
"I do not believe Russian Roulette is a stupid act" - Embracer of Darkness
"Viagra commercials appear to save lives" - tharkûn on US health care.
http://www.stardestroyer.net/Mike/RantMode/Blurbs.html
"you guys are fascinated with the use of those "rules of logic" to the extent that you don't really want to discussus anything."- GC
"I do not believe Russian Roulette is a stupid act" - Embracer of Darkness
"Viagra commercials appear to save lives" - tharkûn on US health care.
http://www.stardestroyer.net/Mike/RantMode/Blurbs.html
CAPITALIST LIES AND PROPAGANDAGoldenFalcon wrote:How do you manage to run Win9x servers without them crashing after prolonged use? Isn't there some inherent memory bug in the 9x line that causes resources to drain over time?Sokartawi wrote:<snip>
Well actually windows is a bit sloppy when it comes down to memory management, not directly releasing the memory when it is no longer in use. This was very evident with win95. A lot of these problems are caused by VCache, a memory management program in win9x. While certain applications like to make use of VCache, others (and especially games) usually don't make very effective use of it. Thus I limit the amount of RAM VCache is allowed to use, so programs that need it can still use it, but it doesn't eat up my RAM completely with nonsense.
Still there are always minor memoryleaks that can eventually slow down the PC. For this I use Rambooster, which frees up unused memory that isn't released. However I cannot use this program on my UO server, because the cleaning process disrupts it. But that PC has never run out of RAM yet, most of the time 600-800MB is used, depending on the amount of items and creatures in the world.
Keeping your registry completely clean is of course one of the most important things, since most of the thing usually referred to as windows-rot originates from a messed up registry.
Rambooster just shoves stuff in swap though, and doesn't fix other problems...Sokartawi wrote:CAPITALIST LIES AND PROPAGANDAGoldenFalcon wrote:How do you manage to run Win9x servers without them crashing after prolonged use? Isn't there some inherent memory bug in the 9x line that causes resources to drain over time?Sokartawi wrote:<snip>
Well actually windows is a bit sloppy when it comes down to memory management, not directly releasing the memory when it is no longer in use. This was very evident with win95. A lot of these problems are caused by VCache, a memory management program in win9x. While certain applications like to make use of VCache, others (and especially games) usually don't make very effective use of it. Thus I limit the amount of RAM VCache is allowed to use, so programs that need it can still use it, but it doesn't eat up my RAM completely with nonsense.
Still there are always minor memoryleaks that can eventually slow down the PC. For this I use Rambooster, which frees up unused memory that isn't released. However I cannot use this program on my UO server, because the cleaning process disrupts it. But that PC has never run out of RAM yet, most of the time 600-800MB is used, depending on the amount of items and creatures in the world.
Keeping your registry completely clean is of course one of the most important things, since most of the thing usually referred to as windows-rot originates from a messed up registry.
Does the UT server require Windows 9x, or can it use DOS?
ah.....the path to happiness is revision of dreams and not fulfillment... -SWPIGWANG
Sufficient Googling is indistinguishable from knowledge -somebody
Anything worth the cost of a missile, which can be located on the battlefield, will be shot at with missiles. If the US military is involved, then things, which are not worth the cost if a missile will also be shot at with missiles. -Sea Skimmer
George Bush makes freedom sound like a giant robot that breaks down a lot. -Darth Raptor
Then there are no other problems apparantly.Pu-239 wrote:Rambooster just shoves stuff in swap though, and doesn't fix other problems...
UT? You mean UO I think. RunUO is based on the .net framework, which needs IE6 (and of course windows) to be installed. I don't know exactly which versions of windows are supported but all fellow admins say I'm insane to use win98 and it's unstable as hell. Thus this made me sink my teeth into it even more and prove that win98 IS a stable OS. Maybe not secure but that doesn't have a high priority for me. (though I'd like to see a M$ OS that is secure)Pu-239 wrote:Does the UT server require Windows 9x, or can it use DOS?
Hmm... there is a slim chance it may be runnable w/ Mono on Linux (unlikely though)
ah.....the path to happiness is revision of dreams and not fulfillment... -SWPIGWANG
Sufficient Googling is indistinguishable from knowledge -somebody
Anything worth the cost of a missile, which can be located on the battlefield, will be shot at with missiles. If the US military is involved, then things, which are not worth the cost if a missile will also be shot at with missiles. -Sea Skimmer
George Bush makes freedom sound like a giant robot that breaks down a lot. -Darth Raptor
- GoldenFalcon
- Jedi Knight
- Posts: 551
- Joined: 2004-03-01 11:08pm
- Location: Busy practicing with a bokken, come near me and I'll whack you with it.
I guess you're right, on a PC with equal stats I find that a 9x PC tends to use more memory for a program than a NT PC would.. Could be why 9x crashes much much more.Darth Wong wrote:Of course, it also helps if the servers aren't put under heavy load.
Cool! I'll research more into this and see what comes up, but I never suspected VCache of having a hand in this.Sokartawi wrote:Thus I limit the amount of RAM VCache is allowed to use, so programs that need it can still use it, but it doesn't eat up my RAM completely with nonsense.
Out of curiosity, how big is your UO server? 600-800MB is alot..Sokartawi wrote:However I cannot use this program on my UO server, because the cleaning process disrupts it. But that PC has never run out of RAM yet, most of the time 600-800MB is used, depending on the amount of items and creatures in the world.
Babylon 5: In the Beginning quote:
General Lefcourt: "My people can handle themselves. We took care of the Dilgar. We can take care of the Minbari."
Londo Mollari: "Ahh, arrogance and stupidity all in the same package. How efficient of you."
Coming soon: Firebird Productions
General Lefcourt: "My people can handle themselves. We took care of the Dilgar. We can take care of the Minbari."
Londo Mollari: "Ahh, arrogance and stupidity all in the same package. How efficient of you."
Coming soon: Firebird Productions