Message boards :
Number crunching :
Quads & Seti
Message board moderation
Author | Message |
---|---|
Sirius B Send message Joined: 26 Dec 00 Posts: 24904 Credit: 3,081,182 RAC: 7 |
Hi Everyone. I have a question which is in 2 parts. 1: I want to build a home server using a quad core - is it posssible to use each core for a seperate function, i.e., Web,E-Mail,File & Intranet servers? 2: If yes, can s@h run with all 4 cores without infringing on the server aspects? |
Carlos Send message Joined: 9 Jun 99 Posts: 30442 Credit: 57,275,487 RAC: 157 |
Well that sort of happens automatically. Most programs out there today are not designed to work on multi cores, including Seti and Boinc. The CPU instruction set will allocate processing requests to any available core. If you are thinking that all emails goes thur core 0 then all file processing thur core 1 and all music thur core 3, etc. No that is not possible. What will happen is that if an email process request hits the cpu and core 0 is available, then core 0 will perform the operation. If core 3 is available then core 3 will perform it. All while Seti crunchs away. Hope this simple answer helps. |
Sirius B Send message Joined: 26 Dec 00 Posts: 24904 Credit: 3,081,182 RAC: 7 |
Well that sort of happens automatically. Most programs out there today are not designed to work on multi cores, including Seti and Boinc. The CPU instruction set will allocate processing requests to any available core. If you are thinking that all emails goes thur core 0 then all file processing thur core 1 and all music thur core 3, etc. No that is not possible. What will happen is that if an email process request hits the cpu and core 0 is available, then core 0 will perform the operation. If core 3 is available then core 3 will perform it. All while Seti crunchs away. Thanks Carlos, that's good enough for me. I just needed to know that there would be no holdups. From your explanation, it seems that a quad core with 4gb ram will be sufficient for my needs. do you think 4gb is enough? |
Sutehk Send message Joined: 11 Jun 99 Posts: 42 Credit: 1,443,674 RAC: 0 |
You can, however, force a particular process or program to use only one particular core. The processor affinity setting should allow you to do this under windows on all but core parts of the OS. |
archae86 Send message Joined: 31 Aug 99 Posts: 909 Credit: 1,582,816 RAC: 0 |
do you think 4gb is enough? I think you'll find 4Gigabytes to be plenty, unless you run some RAM-hogging application you have not mentioned. You can set processor-affinity for the currently executing instance of any process in Windows Task Manager. However you are very unlikely to find benefit in doing so, and the affinity will be forgotten when that instance terminates. I'm typing to you on a recently built Q6600 quad running SETI and Einstein with 4Gbytes of RAM. Since I run Windows XP, about a half Gig of the RAM is not usable. The system runs just dandy. Don't judge the SETI suitability from my low RAC--I'm only allocating 8% to SETI, and the system is too new for the RAC to have stabilized. |
Francois Piednoel Send message Joined: 14 Jun 00 Posts: 898 Credit: 5,969,361 RAC: 0 |
setting up affinity is never a very good idea. you 'll figure out quickly if you try. Let the kernel of your OS deal with it. If you set up affinities, for example, Outlook will become a serial program, and will give you the appearance of hanging some time, while it just spawned 2 threads, one for interface, one for reading from the server. except for application that you know perfectly the behavior, with no IO, you can play with this. Remember as well that IO is very often sent to a separated thread, to avoid user interface glitch. if you set up affinity, it is re-enforced that the child thread will sit on the same CPU too. You 'll lose the benetif of having a Quad core, in a responce time related test. in the case of seti, on a Quad core, I run 100% SETI or rosetta, and I usually don t feel it when i work. If i run something heavier, i use the task bar button "snozze" and that will free my CPUs. just my 2 cents. who? |
archae86 Send message Joined: 31 Aug 99 Posts: 909 Credit: 1,582,816 RAC: 0 |
setting up affinity is never a very good idea.Agreed who?, on rereading my post I realize it is not so negative as my actual belief. By the way, it would be good to upgrade your KWSN application from 2.2B to 2.4. |
Dr. C.E.T.I. Send message Joined: 29 Feb 00 Posts: 16019 Credit: 794,685 RAC: 0 |
setting up affinity is never a very good idea. you 'll figure out quickly if you try. ~ off topic ~ 940 Results . . . WOW! ~ on topic ~ |
zoom3+1=4 Send message Joined: 30 Nov 03 Posts: 66199 Credit: 55,293,173 RAC: 49 |
setting up affinity is never a very good idea.Agreed who?, on rereading my post I realize it is not so negative as my actual belief. "Who?" might still be running His own app, Of course He may try and make His own 2.4 compatible version for all I know. Only "Who?" knows for sure. :D Savoir-Faire is everywhere! The T1 Trust, T1 Class 4-4-4-4 #5550, America's First HST |
1mp0£173 Send message Joined: 3 Apr 99 Posts: 8423 Credit: 356,897 RAC: 0 |
Hi Everyone. If this is in fact a home server, you might want to consider a much smaller processor. None of the functions you mentioned in #1 are generally difficult. Basic web serving is opening a file and writing it out to the network. E-Mail is a little more involved if you're also fighting spam, but that's network-intensive (I/O intensive) and not CPU-intensive. Extra RAM is better than more CPU. The disadvantage to running your own server is that it will always be on. Setting aside SETI, a single VIA C3 running under 1 GHz would do these functions very nicely, and you could keep the power draw under 30 watts. It'd also be QUIET which is sometimes nice at home. I know about servers and loads, I run an ISP. -- Ned |
archae86 Send message Joined: 31 Aug 99 Posts: 909 Credit: 1,582,816 RAC: 0 |
If this is in fact a home server, you might want to consider a much smaller processor. Agreed. But if running SETI is of interest to you, then a Q6600 will give you more BOINC work per watt, or per dollar than most alternatives. If BOINC work/watt is of interest, then don't overclock past the point of requiring much voltage increase. As to quiet, assuming you are not seeking silence, the big key is: large-diameter fans turning slowly. My Q6600 Quad system uses an Enzotech Ultra-X Heatsink/Fan with a 120mm integral fan turning about 1800 rpm, with a Seasonic power supply that also has a 120mm integral fan, in a case with a 120mm exhaust fan. Sadly the case only has provision for a pair of 92mm inlet fans. The air flow/noise tradeoff for these larger fans is vastly superior to the 80mm fans I used before. Again, staying at modest or zero overclock will help you use quieter cooling if that is a consideration. |
Christoph Send message Joined: 21 Apr 03 Posts: 76 Credit: 355,173 RAC: 0 |
do you think 4gb is enough? No idea/experience with servers. Currently I don't have alternatives to a Laptop so that's what I use. When I had been in the shop recently to ask about a new Laptop with a C2D, I was told not to exceed 2gig of RAM, because it's a 32bit CPU, which can't use a bigger amount properly. It may be different with quads(which I don't think) or for servers, no idea. Happy crunching, Christoph Christoph |
OzzFan Send message Joined: 9 Apr 02 Posts: 15691 Credit: 84,761,841 RAC: 28 |
do you think 4gb is enough? Actually, with 32bit addressing, the limit is 4GB total. Due to the way 32bit hardware was designed, only 2GB can be accessed by a single application (though there's not too many home machines-based software that actually needs that much other than some newer games). However, ever since the Pentium Pro (the first Intel 686-class chip), a special memory addressing mode is available up to 36bit, which allows for a total of 64GB of addressable memory. Unfortunately, this requires an OS that supports this 'feature' (Linux fans will quickly point out that Linux supports this feature, some version of Windows did until Microsoft artificially limited it to 32bit addressing with later "patches"), and it still does nothing for the application barrier of 2GB. |
Sutehk Send message Joined: 11 Jun 99 Posts: 42 Credit: 1,443,674 RAC: 0 |
setting up affinity is never a very good idea. you 'll figure out quickly if you try. Would there be any advantages to running seti@home's science app with an affinity? |
archae86 Send message Joined: 31 Aug 99 Posts: 909 Credit: 1,582,816 RAC: 0 |
I have to stretch to find an advantage at all, here is my bid: As the system is less able to keep the cores 100% loaded, you'd get slightly lower power consumption. But you would lower total useful throughput. This is generally a quite bad idea. (and yes, as an experiment I tried setting individual affinities for the four current running BOINC science applications on my Q6600. I watched the utilization drop a bit from its normal steady 100%. So I'm not just saying this in principle. |
1mp0£173 Send message Joined: 3 Apr 99 Posts: 8423 Credit: 356,897 RAC: 0 |
If this is in fact a home server, you might want to consider a much smaller processor. If the goal is "have a server at home" then the Q6600 is massive overkill. If the goal is "get a really trick SETI cruncher, and use it in some other cool ways" then that is very different. ... and I'm certainly not arguing against the cruncher. If I'm buying a cruncher that'd be pretty high on my list. I would not consider a Q6600 for an internet/intranet/file server. It's overkill. |
Sutehk Send message Joined: 11 Jun 99 Posts: 42 Credit: 1,443,674 RAC: 0 |
I have been running win xp pro with a AMD 4800+ dual core. I usually don't, but I have played with the affinities sometimes. Usually, on this machine the usage will stay at 100%. The behavior that I have seen is that one core will usually stay at 50% (in the task manager) and the other core will vary with what other programs are running. |
tenchimuyo93 Send message Joined: 18 Oct 06 Posts: 2 Credit: 319,305 RAC: 0 |
i think a quad-core for a local server is overkill also, i use a Dual 433MHz celeron 1 board {Abit BP6} and crunch seti while it running 24/7 {been down for a recap}. |
Sirius B Send message Joined: 26 Dec 00 Posts: 24904 Credit: 3,081,182 RAC: 7 |
i think a quad-core for a local server is overkill also, i use a Dual 433MHz celeron 1 board {Abit BP6} and crunch seti while it running 24/7 {been down for a recap}. Fantastic - thanks guys. I have read all the posts on this & have even saved it offline for future reference. Windows Home Server will be released shortly & it is looking good. I will be using that for what it is. However, I also require a Web/E-Mail/Intranet Server for business use. I am a local OEM system builder & registered as a Microsoft Partner. I want the WHS software to operate on my home network & if possible use the same software to operate the business side. I don't want the business side to catch sight of the home sight & vice versa without have to build seperate servers. So will a quad manage all this or will a dual core suffice? |
1mp0£173 Send message Joined: 3 Apr 99 Posts: 8423 Credit: 356,897 RAC: 0 |
i think a quad-core for a local server is overkill also, i use a Dual 433MHz celeron 1 board {Abit BP6} and crunch seti while it running 24/7 {been down for a recap}. As a rule of thumb, servers don't need fast processors. They need lots of memory and fast disks. A dual-core processor is probably overkill for home, and certainly more than adequate for the office, even running resource hogs like Exchange. ... unless you're also crunching SETI. If you also want to play with different configurations, I'd think about something that'd run VMware Server well. |
©2024 University of California
SETI@home and Astropulse are funded by grants from the National Science Foundation, NASA, and donations from SETI@home volunteers. AstroPulse is funded in part by the NSF through grant AST-0307956.