Do you know where I would be able to get a copy of windows XP and how much for? I've tried amazon, ebay and microsoft. Also tried google, but nowhere seems to be selling it.
I see lots of copies on ebay going for $50 or so.
I'd really recommend against XP in every potential scenario, Microsoft kills support completely in a year.
Yeah, network bandwidth should have nothing to do with CPU load.My question: Does "top" report the real CPU load, or could the network be maxed out and top still report the CPU load as 100%? I have a process that has 192 cores to do the number crunching and 64 cores to do the database work. Top says the CPU's are maxed out on the database server, so I optimized the query and took the read load off it but the process has not speeded up and the DB is still maxed out. I suspect the network bandwidth, but would have expected this to show up as <100% CPU load. Also, any recommendations for network bandwidth monitoring? [EDIT] This is on Fedora running mysql.
Yeah, network bandwidth should have nothing to do with CPU load.
Database work is generally limited by memory latency. So you want the fastest memory, and a motherboard and CPU that supports that speed. You also want big CPU caches, because databases do try to be cache efficient, but for arbitrary queries, that's not effective. Memory latency issues will manifest as 100% CPU load, so that could be a culprit. I don't know of any tools that would be able to tell you if it is for sure.
Another thing with memory latency, is that having more cores is absolutely no help. 1 core, or 64 cores, on a memory bound application, the performance would at best be the same.
Large databases also read and write stuff to disk, especially if they are low on memory, so you want a fast SSD, but that does not manifest as CPU load.
I'm curious what processor you're using. 64 cores is GPU level.
I used this program a whole lot on my old Windows 98 computer. Its still useful, but I'd like to know if anyone knows of a more modern alternative that probably works a little better? Thanks in advance.
Is there a page soemwhere that lists what the entries in Firefox's about:config does? I need to try to figure out how to do something.
Would using a ː in a filename cause problems later on?
It's this: http://www.fileformat.info/info/unicode/char/2d0/index.htm
I just thought it was a neat workaround to the no-colon rule.