.com.unity Forums
  The Official e-Store of Shrapnel Games

This Month's Specials

Air Assault Task Force- Save $8.00
Bronze- Save $10.00

   







Go Back   .com.unity Forums > Shrapnel Community > Space Empires: IV & V

Reply
 
Thread Tools Display Modes
  #1  
Old September 25th, 2007, 04:03 AM

AstralWanderer AstralWanderer is offline
Corporal
 
Join Date: Oct 2006
Posts: 131
Thanks: 0
Thanked 0 Times in 0 Posts
AstralWanderer is on a distinguished road
Default Re: OT: Building a new computer...

Raapys said:
I don't think your approach to SEV multi-threaded would work. You could have one core per AI, but that doesn't help you any because the AIs do their turns one after the other, with their decisions being made depending on the previous AI's actions that turn.


You could at least in theory make AI processing multicore by splitting out the "opponent invariant" parts (aspects that don't depend on the current tactical actions of other players like research, diplomacy, production and movement in systems held by that AI exclusively) and each individual combat could be handled by a separate thread (with the main AI thread moving on to other systems pending battle completion).

Whether SEV could do this though, depends solely on the underlying code and so is a question only Aaron could likely answer.

As for more general purposes, there are plenty of situations where a second core comes into play even for single-core applications (e.g. Nvidia's graphics drivers with some of the image quality options will use it) and for on-line gaming you'd benefit from having another core for security software (firewalls, anti-virus scanners, etc) so with a dual-core application, you're already talking about quad offering real benefits. And Intel's budget quad-core Q6600 may offer "only" a 2.4GHz clock but there are plenty of reports about the G0 stepping overclocking to 3.0Ghz+ with air cooling alone.

Finally, it seems that even eight cores can be made use of by some games - for example Lost Planet.
Reply With Quote
  #2  
Old September 25th, 2007, 11:37 AM
Fyron's Avatar

Fyron Fyron is offline
Shrapnel Fanatic
 
Join Date: Jul 2001
Location: Southern CA, USA
Posts: 18,394
Thanks: 0
Thanked 12 Times in 10 Posts
Fyron is an unknown quantity at this point
Default Re: OT: Building a new computer...

Firewalls and resident AV engines use almost 0% of CPU cycles... unless you are running some sort of Norton bloatware or something?
__________________
It's not whether you win or lose that counts: it's how much pain you inflict along the way.
--- SpaceEmpires.net --- RSS --- SEnet ModWorks --- SEIV Modding 101 Tutorial
--- Join us in the #SpaceEmpires IRC channel on the Freenode IRC network.
--- Due to restrictively low sig limits, you must visit this link to view the rest of my signature.
Reply With Quote
  #3  
Old September 25th, 2007, 11:50 PM

AstralWanderer AstralWanderer is offline
Corporal
 
Join Date: Oct 2006
Posts: 131
Thanks: 0
Thanked 0 Times in 0 Posts
AstralWanderer is on a distinguished road
Default Re: OT: Building a new computer...

Fyron said:
Firewalls and resident AV engines use almost 0% of CPU cycles... unless you are running some sort of Norton bloatware or something?


Firewall CPU usage will depend on the amount of network traffic it has to process - some filesharing programs can open hundreds or even thousands of connections resulting in significant CPU usage on some systems. For AVs, it depends on how much they have to scan - those with web traffic scanners can slow throughput if they don't have enough CPU.

Of course there are examples of both AVs and firewalls that minimise CPU usage, but in many cases by performing less thorough checks (poorer unpacking support for AVs, weaker leaktest performance for firewalls).
Reply With Quote
  #4  
Old September 26th, 2007, 12:29 AM
Fyron's Avatar

Fyron Fyron is offline
Shrapnel Fanatic
 
Join Date: Jul 2001
Location: Southern CA, USA
Posts: 18,394
Thanks: 0
Thanked 12 Times in 10 Posts
Fyron is an unknown quantity at this point
Default Re: OT: Building a new computer...

Or, just by being intelligently designed, so as not to be huge and bloaty... For some nice anecdotal evidence:

Even with managing all those torrents on the SE file tracker, my firewall has had a massive 2:16 CPU Time over the last... 2 weeks? of system up-time. Almost always at 0% CPU load. And its one of the best windows personal firewalls out there...

A game is not web traffic, and neither is something like a torrent client. A bloatware AV resident scanner with "web traffic" scanning shouldn't even enter the picture... Hell, my resident AV scanner has exactly half the CPU Time as the firewall (1:08)! It certainly does what it needs to do as a resident AV scanner...

And this is even on a 5-6 year old pentium IV system with its outdated, bulky, slow silicon...
__________________
It's not whether you win or lose that counts: it's how much pain you inflict along the way.
--- SpaceEmpires.net --- RSS --- SEnet ModWorks --- SEIV Modding 101 Tutorial
--- Join us in the #SpaceEmpires IRC channel on the Freenode IRC network.
--- Due to restrictively low sig limits, you must visit this link to view the rest of my signature.
Reply With Quote
  #5  
Old September 26th, 2007, 12:55 AM

AstralWanderer AstralWanderer is offline
Corporal
 
Join Date: Oct 2006
Posts: 131
Thanks: 0
Thanked 0 Times in 0 Posts
AstralWanderer is on a distinguished road
Default Re: OT: Building a new computer...

Fyron said:
Or, just by being intelligently designed, so as not to be huge and bloaty...


Well one person's bloat is another person's critical feature and the top-performing firewalls are now expanding into areas like system, process and registry control. That is of lesser relevance in this thread though - the point I was making was that security software can benefit from an extra core.
Reply With Quote
  #6  
Old September 26th, 2007, 02:14 AM
Fyron's Avatar

Fyron Fyron is offline
Shrapnel Fanatic
 
Join Date: Jul 2001
Location: Southern CA, USA
Posts: 18,394
Thanks: 0
Thanked 12 Times in 10 Posts
Fyron is an unknown quantity at this point
Default Re: OT: Building a new computer...

AstralWanderer said:
"...the top-performing firewalls are now expanding into areas like system, process and registry control..."


Good god man, that is not at all what a firewall should be doing. All it should do is monitor and shape TCP and UDP packets according to a defined set of rules... Talk about feature bloat. The only way a firewall should "expand" is by more expressive rule language, or covering IPv6 packets...

"...the point I was making was that security software can benefit from an extra core."

That point is mistaken though; good security software that does its job properly, and doesn't try to include the kitchen sink, has a minimal footprint. No background processes should necessitate the need for a whole CPU core...
__________________
It's not whether you win or lose that counts: it's how much pain you inflict along the way.
--- SpaceEmpires.net --- RSS --- SEnet ModWorks --- SEIV Modding 101 Tutorial
--- Join us in the #SpaceEmpires IRC channel on the Freenode IRC network.
--- Due to restrictively low sig limits, you must visit this link to view the rest of my signature.
Reply With Quote
  #7  
Old September 26th, 2007, 12:55 AM
Suicide Junkie's Avatar
Suicide Junkie Suicide Junkie is offline
Shrapnel Fanatic
 
Join Date: Feb 2001
Location: Waterloo, Ontario, Canada
Posts: 11,451
Thanks: 1
Thanked 4 Times in 4 Posts
Suicide Junkie is on a distinguished road
Default Re: OT: Building a new computer...

Kids these days don't appreciate how good they have it. Terribly wasteful with their CPU cycles...
http://imagemodserver.mine.nu/nick/p...es/se5beta.png
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT -4. The time now is 01:21 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©1999 - 2025, Shrapnel Games, Inc. - All Rights Reserved.