Newbie with Sockets. Speed problem

Hi. I am newbie with Sockets. I have read java socket tutorials and wrote these two classes. The client tries to transfer file of 13MB to the server. This is done in internal network. Client and Server use 100Mb network cards. The problem I have is speed of transfer. It takes 4-5 sec to transfer this file.
13MB * 8 / 5sec = 20Mb/s
It seems slow to me considering that network cards are 100Mbit. I would expect to get at least 50-70Mb/s. It is my home network and noone else is using it.
So, what I am doing wrong?
public class Client {
public Client() {
public static void main(String[] args) {
try {
FileInputStream in1 = new FileInputStream("c:\\Documents and Settings\\Pavel\\jbproject\\untitled1\\src\\tryw\\test.txt");
InetAddress addr = InetAddress.getByName("server");
Socket s = new Socket(addr, 5000);
OutputStream out = s.getOutputStream();
BufferedReader in = new BufferedReader(new InputStreamReader(s.getInputStream()));
System.out.println((new Date(System.currentTimeMillis())).toString());
byte[] buffer1 = new byte[1024];
int g;
while ((g=in1.read(buffer1))!=-1 ) {
out.write(buffer1);
System.out.println((new Date(System.currentTimeMillis())).toString());
s.close();
System.out.println((new Date(System.currentTimeMillis())).toString());
}catch(Exception e){System.out.println(e.getMessage()); }}}
public class Server {
public Server() {
public static void main(String[] args) {
ServerSocket s = null;
try {
s = new ServerSocket(5000);
while (true) {
StringBuffer buffer = new StringBuffer();
// Wait for a connection request from a client
System.out.println("Waiting");
Socket clientConn = s.accept();
InputStream in = clientConn.getInputStream();
OutputStream out = clientConn.getOutputStream();
PrintWriter outp = new PrintWriter(out, true);
BufferedReader inp = new BufferedReader(new InputStreamReader(in));
String inputLine = null;
Date date = new Date(System.currentTimeMillis());
System.out.print(date.toString());
while ((inputLine = inp.readLine()) != null) {
buffer.append(inputLine);
if (inputLine.equals("Bye."))
break;
Date date1 = new Date(System.currentTimeMillis());
System.out.println(date1.toString());
System.out.println(buffer.length());
}catch(Exception e){System.out.println(e.toString());try {s.close();}catch(Exception he) {}}}}

you probably want the buffering to occur under the PrintWriter, not the other way around, ie the buffering should be closest to the raw socket.
You can bump up the size of the Buffering in the ctor, that might help.
You can also gulp bigger blocks on the read.

Similar Messages

  • Mac newbie with a "stacks" problem

    Now, you're dealing with a former Windows person here making the transition...
    In setting up my desktop, my stacks don't work. when I minimize applications windows, they just line up on that bar...had stacks initially but not now.
    How do I get this cool function back?
    I do Ind out what version of MAC OS I have?
    would appreciate help with this first (of potentially many) questions as I cross over to the Mac world.
    thanks

    How do I get this cool function back?
    Drag a folder to the Dock...don't minimize them.
    I do Ind out what version of MAC OS I have
    Apple menu --> About this mac

  • Newbie with an Urgent problem- BlueJ and Compiler related

    Hi, ok so I've downloaded the latest version of BlueJ (2.1.2) and have all of the Java components (i.e. BlueJ actually starts). However when I try to compile a program all it says is "Compiling..." in the corner. Nothing happens and when I click inside the window the message disappears with nothing being changed. Am I missing something glaringly obvious? This is my first encounter with BlueJ and the whole Java-thing. Also, time is a factor so a quick response would be INCREDIBLY appreciated. Thanks in advance.

    Hi, ok so I've downloaded the latest version of BlueJ
    (2.1.2) and have all of the Java components (i.e.
    BlueJ actually starts). However when I try to compile
    a program all it says is "Compiling..." in the
    corner. Nothing happens and when I click inside the
    window the message disappears with nothing being
    changed. Am I missing something glaringly obvious?
    This is my first encounter with BlueJ and the whole
    Java-thing. Also, time is a factor so a quick
    response would be INCREDIBLY appreciated. Thanks in
    advance.Hi,
    Well I dont Know much about the BlueJ IDE but I definately advise you to use the JCreator IDE that is perfect for a beginner and has easy to use interface. You can download the Lite Version (which is absolutely free) from:
    http://www.jcreator.com
    I had tried BlueJ but didn't like it.
    Good Wishes,
    Amanullah

  • Newbie with Hand class problem !!

    Hi all, I,m new to Java and programming in general. I need to create a Hand class from a Card class that I wrote. The Card class uses a toString to return the string representation of the card and suit. I need a default constructor which is empty so is no problem for me nor is it a big problem to create a constructor that creates an array of cards. My problem is creating a method to add a single card and subtract a single card. Also testing that no two cards are the same. I understand most of this stuff when I am in class but when I get home I don't seem to know how to proceed. Any help is greatly appreciated. Thanks!!!!
    PS: I mistakenly posted this on the new to Java Technology thread. Sorry for the double post!

    The cross-post is at http://forum.java.sun.com/thread.jsp?thread=411785&forum=54&message=1811450

  • Query Amazon with HTTPClient (Speed problems)

    I'm trying to send requests to amazon.com. I use HTTPClient to get the front page, then send the query, and get the results. So far so good.
    Now: I want to submit this query like 1000 times, and of course it gets reaaaaly slow. It takes about 37sec for 10 queries. How can I speed that up?
    It's obvious that the internet-connection is the bottle-neck here, since bandwidth is at 100% all the time. I create a Thread for each query. Why does it take so much bandwitdth ???
    Is there a better solution???
    Thanks alot for any HELP!

    I'm trying to send requests to amazon.com. I use
    HTTPClient to get the front page, then send the
    query, and get the results. So far so good.
    Now: I want to submit this query like 1000 times, and
    of course it gets reaaaaly slow. It takes about 37sec
    for 10 queries. How can I speed that up? Have you asked them if you are allowed to do that? What you are doing can be seen as a DOS attack.
    It's obvious that the internet-connection is the
    bottle-neck here, since bandwidth is at 100% all the
    time. I create a Thread for each query. Why does it
    take so much bandwitdth ???The threads does not reduce the bandwidth usage.
    Is there a better solution???Get a faster internet connection.
    Kaj

  • From sort of newbie with a video problem

    Hello all... am attempting to launch a video clip
    (.mov file..) in a new window by linking from an image. Click on
    the image, it SHOULD open video clip in new window/page. It works
    from the local site (on my pc) but not from remore server.... I'd
    appreciate any help... please repsond to [email protected] as I will
    be checking email remotely....thanks a googolplex.....
    doctorpixel

    Hi Lexstan.  I highly suggest you take your phone back where you purchased it.  Your phone is definitely posessed!  Just kidding!
    What you explained in item #1 is very strange!  Have it checked out!

  • IPad2 problem with operating speed.

    Hi!
    Like in subject. After updating to iOS 8.1.1 my iPad2 work very slow. I restore system but problem with operating speed still there.
    Regards
    Jacek

    Sorted by apple support. Thanks. If anyone is looking at this you set the mail account up using the Microsoft exchange option then type m.hotmail.com into the server.
    Bye

  • Problem with downloading speed on itunes and app store.

    i have problem with downloading speed on itunes and app store.ihave 6mb/ps plan.whene i download on xperia z downloading speed is about 3mb/ps.but when i download on apple app store or any apple server it giving only 150kb/ps.im doing everything. i change my ip dynamic to static.but nothing is change on speed.plz help me and give me some use full static ip and dns.

    Hi JM_7,
    If you are having a space issue when trying to sync your iPhone, you may find the following article helpful:
    iOS: "Not enough free space" alert when trying to sync
    http://support.apple.com/kb/ts1503
    Regards,
    - Brenden

  • Hi! i have a macbook pro 3.1 with a 10.6.8 version. I want a 10.7 but i dont want any speed problems, what do you think?

    Hi! i have a macbook pro 3.1 with core 2 duo, 3gb ram and a 10.6.8 version. I want a 10.7 version but i dont want any speed problems, what do you think?

    Some MacBook Pro versions cannot be upgraded past 10.6.8; others are maxed out at 10.7.5. newer models can go all the way to 10.10. So it is important to know exactly what version you have--there may be close to 40 variants produced since the MB made its debut in 2006.
    You can safely give us a snapshot of your model and its current config that will allow us to deternmmine your model and its upgrade potential, plus show it you have any software that may impede any upgrades. Please download and install this free utility:
    http://www.etresoft.com/etrecheck
    It is secure and written by one of our most valued members to allow users to show details of their computer's configuration in Apple Support Communities without revealing any sensitive personal data.
    Run the program and click the "Copy report to clipboard" button when it displays the results. Then return here and paste the report into a response to your initial post. It can often show if any harmful files/programs are dragging down your performance.
    Remember that, on leaving OS10.6.8, you lose the ability to run older softare written for older PowerPC Macs (yours in Intel-based). Programs such as Office 2004 will no longer work (min of Office 2008 needed to work on newer OS versions), and AppleWorks will stop working completely

  • Do you encounter speed problem with time capsule

    I have speed problem with my networth using time capsule

    What's your Modem? If you are using DSL (ADSL) or fiber optical ?

  • Problem with USB speed

    Hi there,
    I am new to MSI forum, and have some questions.
    I have MSI K9NU Neo-V mainboard and have problem with USB speed . I have all the latest drivers installed and the latest BIOS for my mainboard but still have the problem that mainboard detects all USB devices like USB 1.1
    MB MSI MS-7270 ver. 1 (K9NU Neo-V)
    CPU AMD Athlon 4200+
    VGA MSI 8600 GTS
    Memory 2 x 512 MB DDR2 667 Corsair XMS matched Pair
    PSU Gigabyte GE-R 460 V1
    DVD-RW Pioneer DVR 112D
    HDD Western Digital WD2500JS
    OS Windows XP SP3 x86
    Any idea about this?!
    Thanks,
    Alek

    Quote from: Bas on 20-November-09, 21:57:20
    Did you install all the drivers listed here?
    http://eu.msi.com/index.php?func=downloaddetail&type=driver&maincat_no=1&prod_no=261
    I also move this topic to the right area.
    Yes, everything is installed and updated with latest drivers even from nVidia WEB for ULi chipset. the devices that we are talking about are USB removable storage like 8GB USB Flash Drive from Kingmax, 2GB Flash Drive from Xerox, 1 GB USB Flash drive from Kingston, USB case for 2,5" HDD from Spire ... I can count till tomorrow

  • Inconsistant import speed problem with Widows XP

    I have installed iTunes on my Dell with Windows XP.
    Most CD's import at speeds of 13x but some (and there does not appear to be any constant e.g. age, band etc.) start with import speeds of 0.1X.
    Any help would be appreciated.
    Dell Dimension 4600   Windows XP  
    Dell Dimension 4600   Windows XP  
    Dell Dimension 4600   Windows XP  

    You are right it is not consistent, even with the same disk. I cancelled an import, ejected the disk, re-inserted, started importing again at normal speed.
    My normal import speed is 5x-7x with error correction on, up to 9x with error correction off. Never seen higher than 9.2x on this machine using iTunes. Cdex can go faster though, but that is two step process of ripping then adding to library.

  • Newbie with a Motif ES8 - optimum setup with a minimalistic approach?

    hi,
    I'm trying to decide on the optimum setup with a minimalistic approach!
    I a newbie with the Motif ES8 and am at cross roads deciding on the type of computer setup for my VST.
    PC + Cubase vs. MAC + Logic Pro or Logic Pro Express?
    With MAC, how far do I need to go;i.e. MACBook Pro a must?
    how many USB ports (types 400 vs 800), etc?
    With Logic Pro, is Express going to be sufficient for a full soup to nuts recording and mastering given that this is for a home studio setup though with an idealist running it?
    I'm a one woman show and so don't need too many inputs/outputs. I'd be recording a track at a time and my songs take up less than 16 tracks.
    I would really appreciate any and all responses.
    Roya
    macbook pro   Mac OS X (10.4.7)  

    thanks for the detailed response PK
    so, the extra USB port on the HD would facilitate a
    hub type interface i.e. once you hook up another\
    device to the HD via USB, you're really hooked up to
    the computer.. right? and so, if I get a powered USB
    Hub, this wouldn't really matter.. correct?
    For the most part, you have to be careful hooking
    too many devices up to a computer WHEN you are trying
    to do some sound work. When they say a computer
    can do ABC we sometimes think that should include D.
    As for the sound interface, I already have an
    Audiophile that has midi in/out, firewire to
    computer, RCA jack for i/o. I know its not the high
    end stuff but I hope to do a stepwise upgrade here if
    at all possible..
    That actually might work, if it supports at least
    16 bit 44.1 khz that is the lowest you want to go.
    Ideally it should be 24 bit to take advantage of Logics
    24bit environment. You might be able to run the ES8
    straight into those RCA jacks if they are SPDIF and your
    keyboard has the same on the back.
    There are a bunch of people on Motifator discussion
    groups that warn against Apple's lack of support for
    Logic. Not sure if the concern is only regarding the
    combination of Yamaha (Motif) and Apple (Logic).
    I went and read that thread, here are some of my thoughts
    on some of this.
    Can't comment on MAC, but a dear friend of mine who is an audio engineer said >he had walked away from Logic after Apple bought them out. "Straight downhill" >I think is how he put it.
    Many windows users just hate Apple and their products.
    I think much of it is ignorance. They will say
    Macs are junk but when I ask them why
    they never have an answer or say something
    that is false. It sounds like this "professional"
    did not even wait to see that Logic did get better.
    Apple charges 200.00 for support of it's Professional
    applications. You really do not need it since there are
    so many experienced Logic users here that I never had
    a question go unanswered. I've noticed on those forums
    the same small group of people do most of the problem
    solving. I am not overly impressed with Yamaha's support.
    I had my questions about my keyboard answered quicker
    by those forums. So I guess both companies need work
    in this area. Frankly, for recording, I think the Motif
    and Logic are a Killer combination. Both have steep
    learning curves but once you get up to speed I think
    the results speak for themselves. The main difference
    in my opinion is that the Motif is the ultimate
    performance tool and Logic is the ultimate studio toolshop.
    After having a Motif for over a month, I am convinced
    it has a steeper learning curve than Logic take for instance
    that thread on getting your keyboard to record it's own
    audio output. The list of things to do each time is as long
    as my arm. In case you did not read it here it is.
    First thing – STORE your MIX setup and SAVE the Song to SmartMedia (or USB mass storage device) before resampling it so you have a backup. You would create a mix to balance the instruments the way you like them.
    * Select a target track, then press the [INTEGRATED SAMPLING] button.
    Setup the parameters for resampling:
    * Press [F1] DEST
    * Select a TRACK and [KEYBANK] (note) into which you will record the resampled data. You can target either an empty track or the track on which you are going to play (if you are going to play along). If all tracks are full, don't worry, you can still resample anyway.
    * Press [F2] SOURCE. Set the source parameters as follows:
    - Type = Sample - with this type the Integrated Sampling Sequencer will not create any NOTE-ON data in your sequencer, it will just simply add a new sample waveform to the waveform list
    - Source = Resample
    - Mono/Stereo = Stereo
    - Next = OFF
    - Frequency = 44.1k
    * Press [F6] REC This will place the sampling sequencer in Standby mode. Set the TrggrMode paramter to Manual
    * Press Start on the sequencer and check your levels. If too low set the REC GAIN higher +6bB or +12dB, if the level is to high (clipping- you will see a lightning bolt) lower the GAIN to -6dB or -12dB. When you have checked the levels, press STOP and return to the top of the SONG.
    * Press F6 REC to start the Resample, Press [>] (play) to begin recording the resample. The Motif ES will draw the wave as it samples.
    * When the song is over press [F6] STOP. The Motif ES will take a few moments to gather the data.
    To create the .wav file:
    * Press [FILE]
    * Press [F1] CONFIG
    * Press [SF1] CURRENT
    * If you will be saving the resampled song to a SmartMedia Card set the Current parameter to CARD. To save to a USB device, set this parameter to USB
    * Press [F2] SAVE
    * Set the data TYPE field to WAV
    * Cursor down and Name the wave
    * (If desired, navigate to the subdirectory where you want to save the *.wav file.)
    * Press [ENTER]
    * The ES will ask you which TRACK and NOTE to save as a wave file. Enter the values you selected as the sample destination in the procedure above.
    * Press and hold the AUDITION button to make sure your sample is there.
    * Press [ENTER] and the Motif ES will export the sample as a .wav to your SmartMedia card or USB device.
    Once you have configured Logic which are takes about
    3 minutes (and only has to be done once)
    and set up the keyboard which takes 30 seconds.
    (this has to be done once for each session)
    you plug your keyboard into your audio interface then
    Hit Record
    that is the whole list, two words.
    Once it is in Logic, you have many way to edit it
    and process if needed. The midi is much
    easier to manipulate and there are more
    ways than the ES has keys. Plus you can add to the
    sounds with the internal instruments which are
    as sophisticated and as high quality as the ES.
    Then if your happy with it you can create MP3's
    and burn Red book compliant CD's for
    commercial duplication.
    It really is a complete setup.
    But at any rate I'm going to do some more research on
    another scenario, i.e. what about MAC and Cubase? As
    you may know Yamaha just acquired Cubase..
    I dont think I would be the best to comment on that.
    Maybe ask one of the Gurus on the unofficial
    website for Cubase, The Cubinator.
    Sorry, I just couldn't resist.
    you've been very helpful - thanks again
    cheers,
    Roya
    Cheers!
    P.S. I agree with Dave, If you have a Macbook
    Pro you dont need another computer. If you
    wanta desktop whatever reasons I understand
    Oh and btw, what's QWERTY?
    They are the first 6 keys (top row/left to right)
    on your computer keyboard

  • Broadband connection and speed problems

    Hi,
       On Wednesday morning my broadband connection went down and could not reconnect from 600am til 700pm. It did manage to get a connection to stay up at around 900pm, but since then the connection has dropped about four times a day.
    I have checked my equipment, wiring etc, connected directly to the test socket, using  a new ADSL microfilter etc etc. I have also checked for known problems in my area and have done some quiet call tests(17070).
    There are apparently no problems in my area, but a couple of the quiet call tests were crackly.
    Since last night (Friday) at around 900pm the connection has managed to stay up but my connection speeds, both up and down are much much lower than they used to be. 
    Since Wednesday night I have performed some BT speedtests.
    D/L Profile for my line is - 17.64 Mbps, but actual speed currently varies between around 8 and 11 Mbps.
    U/L Profile for my line is - 0.83 Mbps, but speed currenty varies between 0.01 and 0.3 Mbps.
    Before Wednesday, my download speeds were typically 16-17Mbps and upload speeds were typically 0.8Mbps. 
    With very little variation.
    I have included some stats from my BT HH3...
    Wednesday nights ADSL Line status,  after I managed to get a connection to stay up. below;
    ADSL Line Status
    Connection Information
    Line state: Connected
    Connection time: 0 days, 04:59:49
    Downstream: 18.65 Mbps
    Upstream: 443.9 Kbps
    ADSL Settings
    VPI/VCI: 0/38
    Type: PPPoA
    Modulation: G.992.5 Annex A
    Latency type: Fast
    Noise margin (Down/Up): 4.9 dB / 26.4 dB
    Line attenuation (Down/Up): 11.1 dB / 5.3 dB
    Output power (Down/Up): 20.1 dBm / 12.9 dBm
    FEC Events (Down/Up): 0 / 0
    CRC Events (Down/Up): 758 / 36
    Loss of Framing (Local/Remote): 0 / 0
    Loss of Signal (Local/Remote): 0 / 0
    Loss of Power (Local/Remote): 0 / 0
    HEC Events (Down/Up): 23957 / 6
    Error Seconds (Local/Remote): 300 / 4
    Current ADSL line status. After the line being up for 17 hours below;
    ADSL Line Status
    Connection Information
    Line state: Connected
    Connection time: 0 days, 17:17:36
    Downstream: 19.52 Mbps
    Upstream: 443.9 Kbps
    ADSL Settings
    VPI/VCI: 0/38
    Type: PPPoA
    Modulation: G.992.5 Annex A
    Latency type: Fast
    Noise margin (Down/Up): 3.2 dB / 28.1 dB
    Line attenuation (Down/Up): 11.0 dB / 5.2 dB
    Output power (Down/Up): 20.2 dBm / 12.2 dBm
    FEC Events (Down/Up): 0 / 0
    CRC Events (Down/Up): 133 / 36
    Loss of Framing (Local/Remote): 0 / 0
    Loss of Signal (Local/Remote): 0 / 0
    Loss of Power (Local/Remote): 0 / 0
    HEC Events (Down/Up): 636 / 9
    Error Seconds (Local/Remote): 117 / 4
    One thing that stands out is the Noise Margin of 4.9dB and now 3.2dB. I gather that these values are on the low side. Is 3.2dB acceptable?
    I assume my line attenuation values are low as I live very close to my local exchange. I assume that these values are good.
    There are some CRC HEC and Error Seconds values. I must admit that I dont fully understand these but I assume these are not good.
    One other thing worth mentioning is that the phone cable to my property comes along my front wall over from a neighbouring property. Whilst checking this cable this morning in the daylight, I have noticed that someone, most probably my neighbour, has pulled the cable way from its fixing on the wall in order to put a fence post up on the wall.
    The fence post has been there for a few months, with no apparent affect ro my phone and broadband, but I'm concerned that this could have damaged the cable, splitting the shielding or breaking a wire in the cable, or perhaps loosened the connectors to the juntion box it is connected to on the neighbours wall.
    Could damage to the cable be the cause of my connection and speed problems?
    Also, is it possible that my BTHH3 is faulty?
    Any advice would be very welcome.
    Thanks
    Solved!
    Go to Solution.

    A little more information.
    I have noticed that on a number of occasions when making or receiving voice calls, the broadband connection completely drops. It doesnt happen on all calls, and doesnt seem to happen when just going 'offhook' and listening to a dialling tone.
    There is a definite crackle and hiss on most of the voice calls. But only seems to be audible on the home phone.
    After a little browsing, I came upon a logging program "Routerstatshub". When I leave this running it logs changes to ADSL stats. 
    Looking at the logs, I've noticed that when making voice calls, the upstream noise margin always seems to drop considerably, sometimes down to 0dB.
    On some calls, both upstream and downstream noise margin drop to 0dB and the broadband connection drops. 
    I have also noticed that upstream line attenuation increases from around 5dB to around 28dB every hour or so. This doesnt appear to coincide with the voice calls. 
    CRC and HEC error increase dramatically at the same time as the noise margin changes. HEC goes up by 10s of thousands.
    I'm still directly connected into the mastersocket with a new microfilter and no extension cable.
    By the way, my connection speeds went down to an all time low yesterday , 1.7Mbps down. 
    I have now replaced my DECT phone with a corded phone and will make some more voice calls to see if that makes any difference. 
    Any ideas about what the problem could be would be greatly appreciated. 

  • Fan speed problem Power Mac G5 Dual 1.8 GHz PowerPC - please help

    Please HELP, I have a fan speed problem with my Power Mac G5 Dual 1.8 GHz PowerPC
    This is a NOT an Intel machine. I am running Mac OS X v10.5.8
    Power Mac G5 - PowerMac 7,2 - Power PC 970 (2.2) - 1.8 GHz with 2 CPUs - L2 Cache (per CPU) 512 KB - Memory 8 GB - Bus Speed 900 MHz - Boot ROM version 5.1.5b1
    I have included below Links to download a sound file (.m4a) that I recorded of the fan speed problem and both a .pdf and .spx files of my system profile.
    download sound file
    http://homepage.mac.com/rep3/filechute/myG5dualsFans.m4a
    down load .spx file of my system preferences
    http://homepage.mac.com/rep3/filechute/systemProfileREP3-G5dual.spx
    down load .pdf file of my system preferences
    http://homepage.mac.com/rep3/filechute/systemProfileREP3-G5dual.pdf
    When did the fan problem start?
    After I replaced the mother board on the computer.
    Why did I replace the mother board?
    Because the experts at apple agreed with my diagnosis that the major crash problems & kernel panics must have some thing to do with a logic board gone bad. They would not work on it, because this Power Mac G5 dual 1.8 GHz machine is now a legacy model.
    What I have done to attempt to fix my fan speed problem? yes I checked the obvious things, here is a list:
    1) yes I checked to be sure that the new mother board was the same part number as the original one, and that all things that were unplugged from the old mother board - were actually plugged into the new mother board.
    2) all the fans work, I can see them spinning if I use a flashlight and look at them (cover on and off to get at some of them)
    3) check all RAM to make sure: a) it was installed properly b) that the RAM worked using TechTool Pro c) even started the machine with only the original RAM that came with it.
    4) I installed a Temperature monitor - to see if there was something reading as very hot inside that was causing the machine to continually run the fans at a high speed. No, no heat issues that I can see. Here are the reading from the sensors in degrees fahrenheit, 2009-10-11 16:11:01 -0500
    CPU A Die Temperature: 75.7℉
    CPU B Die Temperature: 81.5℉
    Drive Bay: 68.9℉
    Main Logic Board Air Inlet: 64.8℉
    Main Logic Board Ambient: 73.6℉
    Main Logic Board Backside: 76.3℉
    Memory Controller Heatsink: 93.2℉
    Processor Card A Ambient: 77.5℉
    Processor Card B Ambient: 77.0℉
    5) zapped the PRAM
    6) followed the SMU reset instructions for
    Power Mac G5 (Late 2004)
    To reset the SMU on a Power Mac G5 (Late 2004) computer, simply do the following:
    • Turn off the computer by selecting Shut Down from the Apple menu or by holding the power button until the computer turns off.
    • Remove the power cord from the computer.
    • Wait two minutes.
    • Plug in the power cord.
    • Turn on the computer.
    7) followed the SMU reset instructions:
    Resetting the Cuda/PMU
    How to reset the PMU:
    • If the computer is on, turn it off.
    • Disconnect ALL cables from the computer, including peripherals and power.
    • If possible, move the computer to a place where you are not standing on carpet.
    • Open the case and ground yourself by touching part of the metal frame inside the computer.
    • Find the Cuda or PMU button
    • Press the Cuda or PMU button ONCE. Do not press the button more than once before starting the computer up again.
    • Wait 10 seconds, then reconnect the cables you removed in step 2 and turn the computer on.
    • If the computer still does not respond after resetting the PMU, the computer may require service from an Apple Authorized Service Provider.
    8) ran disk utilities, repaired permissions
    9) found a setting in the system preferences that a chat room person suggested had something to do with fan speed. In Energy Saver, under options, processor performance was set to highest, I set it to automatic - this did not change anything that I could tell - BTW I checked my other G5 (a single processor that works fine) that is the setting that that it is set to, and it is nice and quiet.
    10) restarted the machine, ..
    11) found a Fan Control System Update - but it did not install when I tryed to install it -
    12) booted from OSX install disk and ran that disk utility
    13) used OnyX to fix disk permissions, clear caches and temp items
    Nope - still have the same high speed fan problem. ... PLEASE HELP!!
    I have been reading in the MacInTouch reader reports - found this: some one said to use this - thermal re-calibration using the Apple Authorized Service Providers' disk - but that's not available, at least I can not find it - anyone? have an answer to finding this - or can do it for me? I am in Chicago.

    The Genius at the downtown apple store said that because it's a "legacy machine" they would not work on it, .. so should I push them?
    Well, I personally think that's ridiculous, I'd Push them, I'd call AppleCare & talk up the chain if need be... there the ones that have or should have that Disc... man o man... Personally I'll never visit an Apple Store again in my lifetime, maybe try an independent AASP if none of that helps!..
    http://tinyurl.com/ykomqkn
    Man-o-man, pop my cork before I explode on that one, if I had anything to do with it I'd close that store.

Maybe you are looking for

  • How to print 4 up correctly in iPhoto under Mountain Lion?

    I got about 30 images from a client. I want to print them 4 up. I tossed them into iPhoto and when I go to print a "Contact" sheet it gives me the options for how many columns I want. So I go to 2 columns and I get 4 up. Problem is, it's putting them

  • HP Printer Driver not currently available from Software Update server

    I have an iMac (early 2009) and an HP OfficeJet 6100 Series printer.  I just upgraded my Apple Extreme Base Station and when I try to add the printer again thru the new Base Station the iMac says the software is available from the Apple Server but af

  • Read xml

    Dear all, I have below xml file. How can I read the bold information of coins and identities attribute?? <?xml version="1.0" encoding="utf-8"?> <ICP Created="2014-09-01T11:37:40" Version="1.2.0.0" SerialNumber="00136" Site="Site" InstallationDate="00

  • Spotlight not working under 10.6.6- reindexed several times.

    Spotlight is not showing up results as expected, and when searching inside folders, doesn't throw any results and keeps on searching endlessly. I've reindexed several times and this started happening only after 10.6.6. any suggestions- Neerav

  • Error in acquiring waveform from the agilent 54621A oscillosco​pe .

    error  1074003951 occurs when  acquiring waveform from  the agilent 54621A oscilloscope. I have installed agilent 546xx series instrument driver NI VISA 14.0