Need advice concerning a heatsink

hey all,
I plan to upgrade my CPU cooling coz the stock heatsink of my P4 doesn't seem to be enough (plus I want to overclock   ). So anyhoo, I've been checking out some websites for some good copper heatsinks, and I saw this
http://www.newegg.com/app/ViewProductDesc.asp?description=35-106-024&depa=0
The Thermaltake P4 Spark 5 (in case the link didn't work   ). So is this heatsink good.... If any of you have had any experience (good or bad) with this product, please do tell. Also note that I'm on a bit of a budget  . Thanks in advance for the advice.

Quote
Originally posted by kt6user
Quote
but the guy has a p4, so a aero7 wont work for him in the first place
don't sweat it coolg
scooter did this just the other day, hope you don't mind scooter  
hey cmon it was like 2am my time
  i dont think the towers cool well either
for coolin:
copper= or
aluminum= or  

Similar Messages

  • Need Advice, Concerns 12v connector on MSI K Diamond

    I didnt have a 12v power connector that goes into the mobo, so I used the 4 pin p4 connector instead ( i heard that this would run ), it has worked and I am currently waiting for the converter, though from what i hear only on wire is providing 12 volts compared to the 2 that the p4 connector gives. Is there anything I should be concerned about. I don't plan on overclocking so I doubt the CPU will need the extra juice. Also would this harm my computer?

    the mobo works fine with the 4 pin connector instead of the 8 pin connector. doesn't matter of you OC or not, that connector should be plugged in the mobo anyway.

  • Need advice concerning memory usage

    Hi all,
    i have a class that represents a hexagon map (extends JPanel). This map is usually put in a scrollpane.
    In the paintComponent method of the class the hexagons of the map are painted. For good scrolling and painting performance i use the clipping region to paint only the hexagons that are currently visible.
    For that purpose i call "hexBounds = hex.getBounds();" to get the bounds of the hexagon. Then i check whether the hexagon's bounds intersect with the clipping region to decide whether the hexagon needs to be painted (see the code below).
    The "problem" is that lots of Rectangle objects are created (and memory allocated). So when i render a large map and do some excessive scrolling (which causes lots of repaints) for let's say 1 minute, there are several hundred thousand Rectangle objects that have been allocated (but are no longer referenced) and are occupying up to 20-40 MB of memory. I used the profiler with the following parameters:
    -Xint -Xrunhprof:heap=sites,depth=10.
    My question is: Do i need to worry about this or will the garbage collector take care of it when it needs to? I could call the garbage collector manually at the beginning of the paintComponent method so that all old, unreferenced Rectangle objects are garbage collected but i've read in several articles that calling the garbage collector manually is generally a bad idea.
    What is the best practice in such a case?
    Here is the painting code:
            super.paintComponent(g);
            Graphics2D g2d = (Graphics2D)g;
            Rectangle clipBounds = g2d.getClipBounds();
            Rectangle hexBounds = null;
            Iterator<Entry<HexagonCoordinates, Hexagon>> iter = hexagons.entrySet().iterator();
            while(iter.hasNext())
                Entry<HexagonCoordinates, Hexagon> entry = iter.next();
                Hexagon hex = entry.getValue();
                hexBounds = hex.getBounds(); // <-- problem
                // Paint only if neccessary
                if(clipBounds.intersects(hexBounds))
                    g2d.drawPolygon(hex);
                hexBounds = null;
            }

    I've run several tests now and it seems as if the garbage collector takes care of the problem as expected. But what if someone would scroll excessively for many minutes (hey, you know users do strange things sometimes). This would result in more and more memory being allocated in a very short time period. My guess is that the garbage collector would free the occupied memory before the VM runs out of memory, right?
    Then everything would be fine.
    Any other suggestions on improving my painting code are greatly appreciated.

  • Syncing iPod to new user account-need advice

    Hey All! I set up a new user account for my friend on my imac, so he will want to sync his iPod Touch to iTunes, iPhoto, iCal, etc. in his new user account. I know there are plenty of freeware and shareware apps to get his music from the iPod into iTunes, but need advice concerning everything else oh his iPod.
    I know I'll first get that pop up window that says his iPod is synced to another computer, and that I use "cancel" rather than "sync and erase". After doing that, I guess I use one of the shareware apps to get the music transferred over.
    Now, after that, if I do a regular sync, will iTunes transfer his apps that are on the iPod?
    Do I need to open iPhoto and download the photos on his iPod into iPhotot before doing a sync?
    What about text messages? Will they remain in tact?
    I don't think he uses the calendar on his iPod so no worries there....
    What about Playlists that he has on the iPod? Will just the music transfer with the shareware apps or playlists also?
    Will Notes be saved?
    Thanks for your help. Don't wanna screw up his iPod by setting up this user account for him.

    Apps are tied to the ID I assume the new account is just on the iMac and not a new iTunes account?
    Yes, you can import photos into iPhoto the same as you would off any camera.
    You would need to transfer purchased content (like apps). You can't do that via sync as it's a new computer and all content will be erased as you are aware.
    http://support.apple.com/kb/ht1848
    What happened to your friends computer? Was there no backup?

  • I'm desperately needing advice to a common question.  I use Quicken and love it.  But the Mac version is not as great as the PC.   Has anyone installed it by segmenting their Mac with Parallels or Fusion or Boot camp.  If so, which one do you recommend.

    I'm desperately needing advice.  New Mac.   Used Quicken on my PC.  Researched all software for Financial programs and Quicken is still the most recommended.   I want to use Quicken on my Mac.  The Mac version is not highly rated so I would need to partition my Mac.   Has anyone done this for their quicken program and if so, which partitioning program did you use - Parallels, Fusion ware or Boot camp?
    Thx

    Lisa Ellies-Laye wrote:
    Thanks.  Hadn't heard of it. ?  Is there any concern installing this free program on my Mac.    Have you used it?  Apart from being free is there any other advantage of Parallels and VMfusion. ?
    Virtual Box is safe and well developed, it offers similar or identical features to the paid competition, it may be a little less polished but that's all.
    Download and try it out, nothing to lose (except time).

  • Need Advice: Re-Ripping ALL of my CDs using ALAC/Apple Lossless

    I need advice from some experienced users (having searched for answers for a couple of days and not finding a comprehensive solution).  I want to "upgrade" my iTunes library (95% of which is from my CD collection) from ACC (the default iTunes file format) to ALAC (lossless format). I realize that music purchased from the iTunes store will remain in ACC format, but I am using this opportunity to "archive" or "digitize" my CD collection.  I have some, but not a lot, of non-critical tags, album art, etc. set up with my current library.  I will be saving all of the music files in a new folder on a single hard disc on my network (with backup).  I use iTunes Match.  I have Windows PCs, Macbook Pro (OSX), iPhone, iPad, iPod.  Given these factors, I am seeking recommendations:
    Does it make sense to "start over" and create a brand new iTunes library?
    (this would certainly give me time to complete my project while still using my current iTunes library)
    If yes, what do I need to do in order to "activate" the new library once it is complete in order to reset iTunes Match and all of the other devices using my iTunes library?  What complications can I anticipate?
    If no, what is the best way to replace the existing albums in my iTunes library with the new ALAC files?  Do I simply insert the CD and import it with my new settings?  Will iTunes take care of the rest (saving the new file, deleting the old format, matching tags, etc.)?  What complications can I anticipate?
    What are the advantages/disadvantages of allowing iTunes to "Keep iTunes Media folder organized" and "Copy files to iTunes Media folder when adding to library?"
    Any other suggestions, warning, smart alec remarks?
    I know there are a lot of questions bound up in this post, but if you have converted your iTunes music collection to one of the lossless or uncompressed formats, I would love to learn from your experience (and am guessing others will as well).  Thanks!

    In most cases you should be able to re-import your CDs to the existing library - iTunes will automatically replace your media files and retain all previously added metadata.  This does depend on the library being the same one as you originally imported the CDs in AAC format (i.e., the same computer or the result of a complete library migration).  You should experiment with a couple of CDs to verify this behavior - I've done this successfully to "update" some of the older content of my library which had been imported as 128kbps AAC to 256kbps..
    Obviously this approach will put your media into the existing library media folders, which is going to be the simplest approach.  If you subsequently want to move the library to a different drive, see turingtest2's user tip on Make a split library portable.  If you're concerned about running out of disc space on the drive that currently hosts your library, you could follow these guidelines to move the library to a second, larger drive before starting to re-import using ALAC.
    This is the approach I'd recommend, though there are a couple of other possibilities:
    Create a new, empty library on the second drive by holding down SHIFT as you start iTunes; when you see this prompt:
    click on Create Library..., navigate to the second drive and create the library there (best approach is to create this in a new iTunes folder in the root of the drive.  This will guarantee "clean" imports but you'll not be able to re-use any metadata, artwork, playlists, etc. contained in your current library.  To switch between libraries, SHIFT-start and use the Choose Library... option to select the library you want to be active.
    On the second drive, create a folder called iTunes in the root and a folder called iTunes Media inside this.  Then, with iTunes running against your current library, select Edit > Preferences > Advanced, change the iTunes Media folder location to the one you've just created (i.e., X:\iTunes\iTunes Media, if the second drive is "X:".  Also make sure that the Keep iTunes Media folder organized and Copy files to iTunes Media folder... options are checked.  When you re-import your CDs the media files should be placed on the second drive ... note, though, that I've not verified that this approach will work - in theory it should do but you should definitely test with one or two CDs before going any further.  This approach will result in a "split" library where your library database is on the C: drive and the media divided between drives (since your iTunes Store purchases will still be on C:).  This is generally not a good idea (if for no other reason than making creation and maintenance of a backup of your library more difficult).  Again, tt2's notes on Make a split library portable describe how to bring the library into a consistent, well-formed layout.

  • Newbie needs advice on audio interface

    just purchased iMac 27" with Lion...have nice sounding Taylor 810 accoustic...want to record guitar and vocals, strictly a hobby. need advice on audio interfaces...willing to spend $600 on the Duet 2.0 if it's as good as the web reviews say it is but???... will I hear a difference with a $250 interface like a presonus firestudio mobile (vs. $600 Duet 2)?... want something that sounds great and works well with GB/Lion....thanks

    To be honest, if using mics, you will get more out of picking up the FireStudio Mobile and spending the difference (or more) on treating the room you will be recording and mixing in.
    As far as Lion is concerned, just check with Presonus about compatibility.
    If you pick up the FireStudioMobile, it ships with Studio One Artist. It has a better comping feature than GB does...
    TBH, if this is strictly hobby stuff, by the time you treat your recording environment, pick up decent mics, a second hard drive, stands, cables, monitors, headphones, a handful of plugins, another DAW or two, furniture etc, etc, you will not be too concerned about ownng the FireStudio... Its a great little unit that is very reliable and has a solid build.

  • Need advice about certification: do J2SE 1.4 or wait for 1.5 to go out?

    I need advice here! I am studing for Java Programmer certification (310-035) and I know now that the certification does not have any expiration date, instead it's version based. So, if I get now a J2SE 1.4 certification, soon it will be outdated... I guess!
    Does anyone know or have any ideia of WHEN java 1.5 sdk will be avaliable, and anyone can tell me how long it will take for a new 1.5 programmer certification be avaliable for general public?

    Do both. 1.5 is far enough away that you do not want to wait for it.
    And besides, 1.5 has enough new stuff in it that you'll want to recertify anyway.

  • Need advice on on a Mac Pro 1,1 Media Center

    I currently have a 2009 Mac Mini running as my home media center, but I recently came by a FREE Mac Pro 1,1 and have decided to repurpose it as my media center so I can migrate my Mac Mini to my bedroom TV where it will live an easy life doing nothing but run Plex Home Theater, Netflix, and EyeTV. This machine falling into my lap was also quite timely because my 4-bay Drobo is running low on available expansion and another Drobo isn't in the budget at the moment.
    This vintage mac pro is running Lion 10.7.5, has 1 old and crusty 500GB hardrive, dual x5160 processors, 4GB RAM (one stick i'm pretty sure is toast judging by the red light and the kernel panics), and the standard NVIDIA GeForce 7300 GT 256MB graphics card. It will be used primarily for the following: network storage for iphoto and itunes libraries, streaming video, Plex Media Server & Plex Home Theater, and Handbrake encoding. I also have a goal of safety of data for my movies, photos and music as this machine will supplement my current Drobo storage.
    My plans are for a 128GB SSD boot drive installed in one of the PCIe slots and then to load up all 4 of the 3.5" drive bays with WD Green hard drives. I have also ordered 4GB of replacement RAM, so upon removal of the faulty unit I will have 7GB.
    Here is where I need advice because I am not very familiar with RAID and the differences between hardware or software raid. Am I better off getting four drives of the same size and setting them up as RAID 5 (I think) using Apple's RAID utility or should I throw in three 1TB drives and then install a fourth 3TB or 4TB drive as a Time Machine backup for the other three?
    Should I upgrade the OSX to the technically unsupported latest version? Or is it not worth the trouble for this application?
    Also, is there any benefit to upgrading the graphics card to the ATI Radeon 5770? Would this yield an improved image quality? I am outputting to a Denon AV Reciever and subsequently to a 100" projection screen, if that makes a difference. I also noticed the 5770 has an HDMI port, wich would be nice, but not necessary since I can use a DVI converter and woud still need to use the optical audio out anyway.
    Much obliged for any input

    My plans are for a 128GB SSD boot drive installed in one of the PCIe slots and then to load up all 4 of the 3.5" drive bays with WD Green hard drives. I have also ordered 4GB of replacement RAM, so upon removal of the faulty unit I will have 7GB.
    PCIe cards that use or support SSD are not bootable until you get to 2008 (and that is limited too).
    Green are not suited for any form of array unless say NAS and WD RED.  Better option would be 3 x 2TB WD Blacks in a mirror, and too many people only use two drives, well 3 is much easier safer and works better. Might want to invest in www.SoftRAID.com product even.
    Best price and quality, got my 1,1 with 8 x 2GB (ideal is 4 or 8 DIMMs)
    2x2GB FBDIMM DDR2 667MHz @ $25
    http://www.amazon.com/BUFFERED-PC2-5300-FB-DIMM-APPLE-Memory/dp/B002ORUUAC/
    With price of 250GB SSD $155 I'd go with that or stick with $89 for 128GB .

  • Need advice on video software.

    Need advice on video software.
    I currently use adobe elements 3 and have done so for a few years now with no problems. my os is XP and my system is a couple of years old, but we do have a brand new win7 machine in the house.
    I am currently look at Cyberlink PowerDirector 8 Ultra OR Adobe Premiere Elements 8. Reviews for both softwares seem very good BUT, when I dig deeper into user reviews instead of editor reviews do I find problems.
    Major problems with program crashing all over the place, at start up etc, and it is still not getting along with any win7 machine? Major problems with drivers. Honestly, I do not want to have to jump through dozens of hoops to get any software to run. After I pay for it, it should run, period.
    Has anyone else here used both softwares and can you give an honest opinion of each?
    I am also asking these same questions on the cyberlink site.
    I would like to upgrade my video software to take advantage of the new features that are coming out but I really don't want a big headache trying to run one or the other. To be fair, when I bought adobe elements 3 I had also bought pinnacle, which has gathered dust since my first week with it, which is why elements was purchased. That was money wasted and I do not wish to repeat this. I would like to go with Premiere Elements 8 but remain very unsure.

    If your newer machine is Win7 64-bit, it might be worth waiting for SP-1 to be issued, and then hope that 64-bit drivers are fully included. The 64-bit drivers now seem t be an issue at this point, and that will affect any NLE program.
    Also, and regardless of which particular program you choose, optimizing your computer, the OS, the hardware, and the resources management, will go a very long way to insuring success. Few programs can tax a computer, as an NLE can - any NLE. Video and Audio editing will stress your system, like almost nothing else can, except for heavy-duty CAD, or 3D work, though those are usually done only on specialized, optimized computers, designed just for those applications.
    Not the specific advice that you seek, but it's the best that I can do.
    Good luck,
    Hunt

  • I need advice:  I love my apple TV.  But my laptop at home, only has a 750gig hard drive.  Is there a possibility of having all my media on an external hardrive to still connect to the Apple TV?

    I need advice:  I love my apple TV.  But my laptop at home, only has a 750gig hard drive.  Is there a possibility of having all my media on an external hardrive to still connect to the Apple TV?
    Is there like in a hard drive of which iTunes can read the media, which will not require me to add and delete media onto iTunes, because of a lack of space on my laptop?

    just get an ext HD, and point your itunes library to that drive so now you'll just keep all your media on this ext

  • JMS to Synchronous Web Service Scenario (Need Advice to use BPM or Not)

    Hi Experts,
    We have a scenario where we fetch data from JMS Sender and Send it to MDM Webservices.
    We want to have the files processed in such a way that until we get a response from webservice back that it was sucessful ,then only we need to process the next file.
    We would need advice as can we use BPM for this.
    We are thinking of having BPM like this:
    RecieveStep(Asyn)-SynchronousSend Step(with wait)-Stop
    The problem with this is when processing huge files the processing time of the Queue is taking very long and sometimes we are getting SYSFAIL.
    Please would anyone advice as how can we approach this scenario either using BPM or without.
    Also Can we use multiple queues or multpile instances concept for this scenario.
    Please Advice.
    Thanks in Advance
    Regards
    J

    Hi Prateek,
    Thank you very much for your quick reply.
    The response from Webservice does not need to be sent anywhere.
    We just want that after recieving the response back from webservice(SOAP) then only we need to process the next file.
    Can we control something from Sender JMS adapter side as well as it is picking up all the files and all files wait at BPE until each one gets processed.
    Is this possible without BPM or with BPM.
    Please advice as what wud be possible steps inorder to achive it through BPM or Without BPM.
    Thanks and Regards,
    J

  • Major Issues with installing 4tb internal. Really need advice please

    In the process of a long needed upgrade to my 2010 Mac Pro Quad core 2.8 and have run into a serious headache that I really need advice on so I can get back to work. I've already spent 2 days dealing with all of this...
    Just did a new SSD install and Migration which went fine but I'm also updating the rest of the internal drives. My main (non boot) drive was being upgraded from a Seagate Barracuda 3tb to a 4th Deskstar NAS (it was showing as compatible with my desktop, see links below). My 3tb ran fine for years but now due to it being heavily used I want to switch to a new drive and I can also use a bit more space.
    The issue I'm running into is that initially on boot, my system was telling me it couldn't recognize the disk and it wasn't even showing up in Disk Utility. I had to purchase a SATA USB 3 kit to attach it as an external to get it to show which worked without problem. With the USB kit I was then able to partition it (GUID, Mac OS extended journaled) and format it properly. After reinserting the drive into my tower as an internal it failed to show again. After a few attempts of restarts and trying various bays it popped up but showed as a non formatted drive and I was told again that the system didn't recognise it. I was then given the option to initialise and was then actually able to then format and partition it though Disk Utility while it was installed as an internal.
    Figured that was problem solved but when I went to check the drive and getting ready to transfer files over I noticed that Disk Utility was only allowing the First Aid and Partition options but not Erase, RAID, Restore which I'd never seen before. I then also noticed that none of the drive connection info was in the same format nor will it even provide drive bay info, connection info or read/write status (See screen shots). This is what I can't figure out and really need to clarify before I put full trust into using this drive.
    Any info would be greatly appreciated...
    Deskstar 4tb internal info which is installed in Bay 2
    3tb Seagate which I trying to retire and transfer from.
    Here are the weblinks to the Deskstar 4tb drive and the compatibility list but I support isn't allowing me to add direct links so add the www. before hand.
    (Drive - eshop.macsales.com/item/HGST/0S03664/) (compatibility list - eshop.macsales.com/Descriptions/specs/Framework.cfm?page=macpromid2010.html).

    What OSX version?
    Disk Utility in later versions of ML and I think Mavericks have problems formatting with 4 TB internal drives.
    http://forums.macrumors.com/showthread.php?t=1661024
    http://apple.stackexchange.com/questions/112266/why-doesnt-my-mac-pro-see-my-new -4tb-sata-drive

  • TV monitor display project, need advice.

    So I will be starting a project soon for my job. It will require some content for a store lobby TV display screen. Basically I will be making some content, whether it be scrolling images, animations, or maybe a video clip playing automatically. I will have maybe all of these things to be played throughout the day in the lobby of my work for customers to be viewing. This is the first time I have taken on a project such as this and I'm not sure where to start. I need advice on what type of information I need in order to begin this such as what size to start my project as, format, etc. Thanks!

    Hi,
    You have two options:
    1. Create the Edge Animation on the Computer, and play the animation and use some screen capture software that will give you a video. This video you can play on your lobby TV  in loop.
    2. If the lobby TV is a smart tv (i.e. it has browser to navigate the webpage), then you can host the Edge animation content files on some server, and navigate to the server url, which will play the animation on the browser in the TV.
    hth,
    Vivekuma

  • Simple Question, need advice. BOBJ vs. BI

    I didn't know where to post this, but I need advice.
    I have been working as a SAP BI Developer for past 2 years. I have an opportunity to transition into BOBJ (means I will not be in BI team).
    Wanted to know if this is a good career move, but have few questions.
    1) Which is easier BOBJ or BI?
    2) Which is more in demand and will be for next 10 years?
    3) I've heard that there's a very high chance to work from home as a BOBJ Developer compared to BI Developer? True/False?
    4) Is pay for either the same?
    Thanks in advance.

    "Having extra cores will be a distinct advantage..." ?
    Better optimized to take advantage or to handle the scheduling of threads?
    Right now, it is a mixed bag and give applications a year to be recompiled and optimized - or longer. The transition to Leopard also has taken more than a year to get where it is.
    I would not discount last year's 2.8GHz 8-core as a better buy and value.
    http://store.apple.com/us/browse/home/specialdeals/mac/mac_pro
    Why 10.5.7 now runs better
    http://www.hardmac.com/news/2009/05/15/did-mac-os-x-10-5-7-modify-management-of- multithreaded-tasks

Maybe you are looking for

  • Error in settlement of IO to AUC through T-code KO88

    Hi All, I created 3 Internel order for 3 wings(Building floor).While i am doing settlement by T-Code KO88 from INTERNAL ORDER to AUC the following error is acquring " EITHER THE SENDER IS ALREADY SETTLED, OR THERE IS NOTHING TO SETTLE". But i checked

  • How to switch to the 32 bit version of CS5(trial) on Mac?

    Hello, So, I just downloaded the trial version of photoshop CS5 and its currently running the 64 bit version. I want to be able to make gifs so I need the 32 bit version. I've been scrolling through the forum and it seems that the soln given doesn't

  • NI-DAQ 6.9.3f4 doesn't work with 6025E PXI board.

    The PXI 6025 board will do single point aquisitions but won't do waveform aquisitions with NI-DAQ 6.9.3f4. The software would also crash the system when trying to run the test panel in Measurement and Automation. After reinstalling 6.9.1f28 it worked

  • Where can I find the cost of usage when overseas?

    US to France for a week. Wondering if it is ridiculous to consider using for occasional phone calls and checking email.

  • Equipment Replication from ECC to CRM 6.0

    Hi Gurus, I am trying to Replicate equipments from ECC to CRM 6.0 I did all the activities as specified still encountering issue while replicating. I did following activities 1) Default settings OLTP-EQ-0401-0401-X(Delta) 2) BADI - CRM_EQUI_LOAD_STDI