Extremely slow math execution with Solaris Studio 12.3 Fortran

I have a large Fortran program that I ran on a variety of problems.  One case ran extremely slowly compared to all of the others (many hours versus a few minutes) and I managed to boil the problem down to the following program.  For some reason, the line "y = (cos(x)**2+sin(x)**2)**1.5" takes several thousand times as long to execute when x is 1.278d-06 as when it is 1.279d-06.
program math_bug
  call sub(1.279d-06)
  call sub(1.278d-06)
contains
  subroutine sub(x)
  real(kind=8),intent(in)::x
  integer     ::i
  real(kind=8)::t(2)
  real(kind=8)::y
  call cpu_time(t(1))
  do i=1,10000
    y = (cos(x)**2+sin(x)**2)**1.5
  enddo
  call cpu_time(t(2))
  write(*,*) "Time:  ",t(2)-t(1)
  end subroutine sub
end program math_bug
Output:
Time:  3.1380653381347656E-3
Time:  13.27063798904419
I'm running Solaris Studio 12.3 on Red Hat Enterprise Linux Client release 5.11 (Tikanga) and compiled with no special flags -- simply f95 math_bug.f95 -o math_bug.
Can someone please look into this?
Thanks very much,
Mike

That's a bug in the 64-bit Linux libm library. The default compilation for Studio on Linux is -m64. With that default, you get:
ldd a.out | grep libm.so
        libm.so.6 => /lib64/libm.so.6 (0x0000003fd4600000)
a.out
Time:   1.8830299377441406E-3
Time:   12.055269956588745
However, if you compile with -m32 to create a 32-bit executable (and 32-bit libm), you get:
ldd a.out | grep libm.so
        libm.so.6 => /lib/libm.so.6 (0x008b6000)
[chvu@scapen-ssol5-0 misc]$ a.out
Time:   2.3509999737143516E-3
Time:   2.397000091150403E-3
Therefore, if your app does not require 64-bit address space then you might work around the problem with the -m32 option.
Since, the Linux libm is not produced and shipped by us, there's nothing that we can do about this. This has to be addressed by the Linux community. If this test it turned into a simple C program then I guess you can reproduce the problem with any C compilers. Fortran is high-level language so some Fortran vendors might choose to ship their own math supporting libraries with the compilers and that makes it harder to compare.

Similar Messages

  • CBLAS in sun performance library coming with solaris studio 12.2

    Hello,
    In sunperf library coming with sun studio 12u1 (linux x86) I can use cblas callings using the standard names cblas_xxxx. This interface do not appears in sunperf.h (you can use standard cblas.h) but the objects are in libsunperf.(a|so).
    But in solaris studio 12.2 libsunperf cblas_xxxx objects do not exists. Is this normal? Contains libsunperf a standard c blas interface?
    Thanks

    Hello again,
    In this blog post
    http://www.mlds-networks.com/index.php/component/option,com_mojo/Itemid,29/p,35/
    is explained how to link the ACML (AMD core math library) in order to use the standard CBLAS interface (ACML do not provides a standard CBLAS). I tried it and all runs OK. I did the same for the sun performance library in solstudio 12.2 and the compilation proccess runs ok, but in the testing step all functions fails becaude an incorrect argument in each function.
    Exists any way for use the standard CBLAS interface with sun performance library? As I noted in my previous post, version 12.1 of sunstudio libsunperf contains the standard CBLAS interface, but I would like to use version 12.2
    Thanks

  • Extremely slow wireless printing with HP Photosmart Premium C309g-m

    I'm seeing extremely slow print speeds when printing wirelessly from a Mac or a Windows XP system to a new HP Photosmart Premium C309g-m printer. The printer begins printing immediately when I request a print, but it only prints one line. It will then take about 15 minutes to print the rest of the page, printing each line after a very long pause. Demo page printing doesn't exhibit this problem, only documents from programs like Word 2008, Safari and Firefox (tried firefox on PC and Mac) are affected.
    If I connect to the printer through a USB connection it prints fine, so this problem appears to be with wireless printing only.
    Printer: HP Photosmart Premium C309g-m
    Computer: Mac mini (Late 2009 model) (also tried a Windows XP laptop as a comparison, using latest drivers from HP's website)
    OS: Mac OS X 10.6.2 with all available updates installed
    Computer connection method: Wired Ethernet connection to wireless router
    Printer drivers: version 2.2.1 (Apple supplied, HP drivers never installed as system shipped with 10.6)
    Wireless router: Apple TimeCapsule (Early 2009) 1TB, running in a/n and b/g modes on 2.4 and 5GHz. TimeCapsule is in bridging mode as the DSL modem handles DHCP service
    Encryption: WPA2 Personal, no MAC filtering or hiding of the SSID.
    IP addressing scheme: All addresses are handed out by DHCP server with no reservations of any kind
    The TimeCapsule is sitting three inches from the printer and the printer indicates full signal. Connection of the printer to the wireless network and setup of the printer on the Mac went without a hitch. Only when printing a test document did we discover the problem. The wireless network is behaving as expected when accessing the Internet from both Mac and Windows devices (tested with a Dell laptop running XP and a MacBook running OS X 10.6.2), so I don't see any overall problems with the wireless network.
    Attempted remedies:
    1. Rebooting and powering off, waiting, powering on computer
    2. Resetting the print subsystem, turning the printer off and on again and reinstalling the printer
    3. Unplugging power from the printer and letting it sit for several minutes before trying to print wirelessly.
    None of these worked.
    This question was solved.
    View Solution.

    I don't think there is anything wrong with the DSL modem HW.  There might be an issue with how print data is being routed though.
    Please try the second experiment where you blank-out the default gateway and DNS entries from the printer's internal web configuration page.  Open the printer's internal web page by browsing to its IP address.  Select Networking and then Wireless (802.11).  Under the IPv4 Configuration tab, select Manual IP:
    For Manual IP Address, use the existing printer IP address.
    For Manual Subnet Mask, use 255.255.255.0
    For Manual Default Gateway, leave blank.  This is important.
    Select Manual DNS Server:
    Leave both the Manual Preferred DNS Server and Manual Alternate DNS Server fields empty.  This is important.
    Press Apply.
    Turn off the DSL modem, the printer and all computers connected to your network.  Wait 60 seconds then turn on the DSL modem and then turn on the printer.  Then turn on the computers.  See if this corrects the printing speed.
    Regards / Jim B / Wireless Enthusiasts
    ( While I'm an embedded wireless systems engineer at work, on this forum I do not represent my former employer, Hewlett-Packard, or my current employer, Microsoft )
    + Click the White Kudos star on the left as a way to say "thank you" for helpful posts.

  • Help Please, extremely slow connection speed with ...

    Please can someone help me with my broadband conection, it is extremely slow.
    I have posted the stats from my router and a set of results fr0m the BT Speedtester.
    I know the connection time on here is new, and I know to leave the router on permanantly, it is not normally swtched off at all.
    My IP Profile is only 0.25Mbps. How do I get this reset ?
    Thanks
    Russ.
    FAQ
    1. Best Effort Test: -provides background information.
    Download  Speed
    0.23 Mbps
    0 Mbps
    0.25 Mbps Max Achievable Speed
    Download speedachieved during the test was - 0.23 Mbps For your connection, the acceptable range of speeds is 0.1 Mbps-0.25 Mbps. IP Profile for your line is - 0.25 Mbps
    2. Upstream Test: -provides background information.
    Upload Speed
    0.34 Mbps
    0 Mbps
    0.83 Mbps Max Achievable Speed
    Upload speed achieved during the test was - 0.34Mbps Additional Information: Upstream Rate IP profile on your line is - 0.83 Mbps
    We were unable to identify any performance problem with your service at this time. It is possible that any problem you are currently, or had previously experienced may have been caused by traffic congestion on the Internet or by the server you were accessing responding slowly. If you continue to encounter a problem with a specific server, please contact the administrator of that server in the first instance.
    We have identified that you have additional services enabled on you broadband line, please click continue to run advanced service tests.
    ADSL Line Status
    Connection Information
    Line state:
    Connected
    Connection time:
    0 days, 00:20:35
    Downstream:
    287.1 Kbps
    Upstream:
    440 Kbps
    ADSL Settings
    VPI/VCI:
    0/38
    Type:
    PPPoA
    Modulation:
    G.992.5 Annex A
    Latency type:
    Interleaved
    Noise margin (Down/Up):
    26.3 dB / 29.5 dB
    Line attenuation (Down/Up):
    16.9 dB / 8.8 dB
    Output power (Down/Up):
    14.4 dBm / 11.8 dBm
    FEC Events (Down/Up):
    0 / 0
    CRC Events (Down/Up):
    0 / 57
    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):
    0 / 7
    Error Seconds (Local/Remote):
    0 / 0

    are you connected to the master or test socket?  do you have other sockets?  are you having connection problems with internet dropping out even though the router is connected 24/7?
    If you like a post, or want to say thanks for a helpful answer, please click on the Ratings star on the left-hand side of the post.
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • Oracle 9.2 i/o activity slow in v880 with solaris 9

    v880 with 8 * 900 cpu 32gb internal hdds 146*10 without raid ,
    oracle data uploading & other i/o tasks take longer to perform then other intel server,
    did this server or application req. any kind of tune up or parameters changing

    yes & yesterday we allocate 8 gb ram for oracle still the problem is same
    oracle on solaris with 8* 900 cpu and 32 gb ram is running slower then oracle on windows 2003 with 3ghz * 2 cpu and 8 gb ram

  • Extremely slow PP Export with Dynamic Links

    I have very slow exports from Premiere Pro that are entirely made with Dynamic Links to AE (green screen footage).
    It's taking about 4+ hours to export a 12 minute video!
    I'm on an iMac late 2012
    3.2 GHz Intel Core i5
    24 GB 1600 MHz DDR3
    NVIDIA GeForce GTX 675MX 1024 MB
    OS Yosemite
    Footage is on an external HD
    Project file is on main HD
    Writing exported file to external HD
    I've followed several troubleshooting tips including:
    Uninstall and re-install CC 2014
    Clean adobe media files
    Check permissions on all folders
    Switch Open CL to Software Only
    Unchecked "Display out of sync indicators for unlinked clips"
    Disabled "Show Duplicate Frame Markers"
    Disabled "Show FX Badges"
    I've also tried changing the location of where the final file is written to.
    I've also tried this on my MBP with 2.3 GHz Intel Core i7, 8 GB RAM and AMD 6750M
    Same results.
    Any ideas? Am I missing something obvious here?
    Thanks.

    Wrong forum. This is the hardware forum for hardware related posts.

  • Response time problems, slow excel execution with new ibook

    Hello: I'm a first time ibook user (long time pc user). I have had my ibook for less than 1 month. It's sometimes very slow. I can understand a slow response when I'm accessing a website, but I don't understand why I often experience a 5-15 second delay when I'm in excel and I click on "file" or "format". (I very often get the whirly multicolored pinwheel.)
    I have also had to do a "force quit" a number of times to stop an unresponsive excel model or firefox application.
    I'm also very disappointed in the excel performance. I run very large excel models some of which take a minute or more to recalc on our hp pavillion pc. My new ibook, however, doesn't run these modes any faster than my 2-3 year old pc. I haven't upgraded from the standard memory and I don't know how much that would help.
    Anyone have any suggestions to offer?
    Mikecupertino

    Welcome to the Apple Discussions!
    I have had my ibook for less than 1 month.
    If this is the case, then you qualify to get the next version of Microsoft Office, version 2008 for free (besides shipping). Check out this Microsoft site:
    http://www.microsoft.com/mac/go/promotions/supersuitedeal/
    Next week there are bound to be several new announcements from all sorts of Mac-related companies at the Macworld Expo in San Francisco. Microsoft is releasing their next version of Office for the Mac next week too. This version will run natively on an Intel-based Mac. Right now, Office is running in Apple's "Rosetta" technology which emulates the older, PowerPC processors. This allows you to run applications that haven't been updated yet, but it does slow down performance and increase hardware requirements. I think you should see better performance with the updated version. (Although, there may be a few bugs to work out with the brand new version, so keep check on updates!)
    -Doug

  • Extremely Slow Network Performance with 10.5.8

    Let me start off by saying I don't use my mac mini much at all but when I do, the network is incredibly slow and unbearable. Half of the pages don't load, ipsw files for the iPhone take 20-30 minutes (with 15mbps interwebs)
    My network setup:
    1. Modem (provided by ISP)
    2. 2 TB Time Capsule WPA2 security default settings.
    3. Airport Connection
    Now I would be for using 'openDNS' for a resolution but it didn't really improve the issue. Sure it sped up the internet on that machine, but I'm not willing to use a third party DNS when my MacbookPro connecting to the same exact network, doesn't experience this.
    I have removed the hosts file for airport, remove the network connection, reset SMC, to no avail.
    If anybody has any insight as to why my mac mini is the only device with poor performance, that would be greatly appreciated.

    I shouldn't have to use another user.
    Okay. It should also work with your current user but it's not.
    For testing purposes and to narrow down the problem, try another user and see if it works.
    If it works, it is something with the current user.
    If it doesn't work, it is something with the system.

  • Mailbox moves extremely slow and stopping with StalledDueToCI status

    I am migrating mailboxes from Exchange 2007 to Exchange 2013.  I have an Exchange 2013 DAG.  Previously I was running Exchange 2013 CU2 and had no issues with migrations, they were migrating fast and had no issues.  After upgrading Exchange
    2013 to SP1 I have had very slow migrations and they eventually halt with the StalledDueToCI status.  I was originally doing batch migrations, I dropped it down to a single move request and even migrating a single mailbox from one database to another
    on the same Exchange 2013 server and I still have the same issue.  I've also tried moving a mailbox to a database that is not part of the DAG and I still have the same issue.  I have the ContentSubmitters group so that's not the issue.  Once
    it stalls I have to restart the MRS and it kicks off again but then it stalls again with the same error.  ALL of my databases have a "Healthy" status for the content index.  Any help would be appreciated.  Thanks.

    These two are repeated:
    Log Name:      Application
    Source:        MSExchangeFastSearch
    Date:          4/13/2014 1:57:13 AM
    Event ID:      1009
    Task Category: General
    Level:         Warning
    Keywords:      Classic
    User:          N/A
    Computer:      Mailbox Server
    Description:
    The indexing of mailbox database DB14 encountered an unexpected exception. Error details: Microsoft.Exchange.Search.Core.Abstraction.OperationFailedException: The component operation has failed. ---> Microsoft.Exchange.Search.Core.Abstraction.OperationFailedException:
    The component operation has failed. ---> Microsoft.Exchange.Search.Fast.FastTransientDocumentException: The Content Submission Service returned failure for the document: The Content Submission Service returned failure for the document: The item could not
    be indexed successfully because one or more of the index partitions was not available for indexing.
    Failed to distribute content group to all fragments
    .. ---> Microsoft.Exchange.Search.Fast.FastTransientDocumentException: The Content Submission Service returned failure for the document: The item could not be indexed successfully because one or more of the index partitions was not available for indexing.
    Failed to distribute content group to all fragments
       --- End of inner exception stack trace ---
       at Microsoft.Exchange.Search.Fast.FastFeeder.EndSubmitDocument(IAsyncResult asyncResult)
       at Microsoft.Exchange.Search.Mdb.NotificationsFeeder.DocumentCompleteCallback(IAsyncResult asyncResult)
       --- End of inner exception stack trace ---
       at Microsoft.Exchange.Search.Core.Common.Executable.EndExecute(IAsyncResult asyncResult)
       at Microsoft.Exchange.Search.Engine.SearchFeedingController.ExecuteComplete(IAsyncResult asyncResult)
       --- End of inner exception stack trace ---
       at Microsoft.Exchange.Search.Core.Common.Executable.EndExecute(IAsyncResult asyncResult)
       at Microsoft.Exchange.Search.Engine.SearchRootController.ExecuteComplete(IAsyncResult asyncResult)
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="MSExchangeFastSearch" />
        <EventID Qualifiers="32772">1009</EventID>
        <Level>3</Level>
        <Task>1</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-04-13T05:57:13.000000000Z" />
        <EventRecordID>1240922</EventRecordID>
        <Channel>Application</Channel>
        <Computer>Mailbox Server</Computer>
        <Security />
      </System>
      <EventData>
        <Data>DB14</Data>
        <Data>Microsoft.Exchange.Search.Core.Abstraction.OperationFailedException: The component operation has failed. ---&gt; Microsoft.Exchange.Search.Core.Abstraction.OperationFailedException: The component operation has failed. ---&gt;
    Microsoft.Exchange.Search.Fast.FastTransientDocumentException: The Content Submission Service returned failure for the document: The Content Submission Service returned failure for the document: The item could not be indexed successfully because one or more
    of the index partitions was not available for indexing.
    Failed to distribute content group to all fragments
    .. ---&gt; Microsoft.Exchange.Search.Fast.FastTransientDocumentException: The Content Submission Service returned failure for the document: The item could not be indexed successfully because one or more of the index partitions was not available for indexing.
    Failed to distribute content group to all fragments
       --- End of inner exception stack trace ---
       at Microsoft.Exchange.Search.Fast.FastFeeder.EndSubmitDocument(IAsyncResult asyncResult)
       at Microsoft.Exchange.Search.Mdb.NotificationsFeeder.DocumentCompleteCallback(IAsyncResult asyncResult)
       --- End of inner exception stack trace ---
       at Microsoft.Exchange.Search.Core.Common.Executable.EndExecute(IAsyncResult asyncResult)
       at Microsoft.Exchange.Search.Engine.SearchFeedingController.ExecuteComplete(IAsyncResult asyncResult)
       --- End of inner exception stack trace ---
       at Microsoft.Exchange.Search.Core.Common.Executable.EndExecute(IAsyncResult asyncResult)
       at Microsoft.Exchange.Search.Engine.SearchRootController.ExecuteComplete(IAsyncResult asyncResult)</Data>
      </EventData>
    </Event>
    Log Name:      Application
    Source:        MSExchange Mid-Tier Storage
    Date:          4/13/2014 2:00:05 AM
    Event ID:      6002
    Task Category: ResourceHealth
    Level:         Warning
    Keywords:      Classic
    User:          N/A
    Computer:      Mailbox Server
    Description:
    Ping of mdb '2d6186e1-9e7f-470b-90a1-9958855a44cb' timed out after '00:00:00' minutes.  Last successful ping was at '4/13/2014 6:00:05 AM' UTC.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="MSExchange Mid-Tier Storage" />
        <EventID Qualifiers="32768">6002</EventID>
        <Level>3</Level>
        <Task>6</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-04-13T06:00:05.000000000Z" />
        <EventRecordID>1240948</EventRecordID>
        <Channel>Application</Channel>
        <Computer>Mailbox Server</Computer>
        <Security />
      </System>
      <EventData>
        <Data>2d6186e1-9e7f-470b-90a1-9958855a44cb</Data>
        <Data>00:00:00</Data>
        <Data>4/13/2014 6:00:05 AM</Data>
      </EventData>
    </Event>

  • Extremely slow PS3 downloads with E3000 wireless

    As stated in the subject my PS3 downloads are horribly slow with my new E3000 (replacing a WRT54GS).   PS3 does not show transfer rate but it is taking up to an hour for 50 MBs.    I would generally expect to see 500 Kbps - 1 Mbps at a MINIMUM with my cable package so this is way outside the realm of acceptable transfer speeds...
    I have seen this through several patches and DLC off of PS3 over multiple days.  I have already decreased MTU from 1500 to 1365 to help with PS3/Netflix troubles based on other posts in this forum (that did seem to help).
    As you can see I am not the only person seeing this problem with E3000 and PS3 - there is a common theme here:
    http://boardsus.playstation.com/t5/PlayStation-Network/SLOW-DOWNLOAD-SPEED/td-p/45496873
    I am not sure if there is some setting I can change to affect PS3/E3000 wireless transfer or if this is just a flat out bug that needs addressing by Cisco/Linksys?
    Thanks for any thoughts you may have,
    -Dan

    Try this.
    1) Application and gaming TAB, section QOS, enable Internet Access Priority, click down menu, select MAC Address. Enter PS3 for name, and enter your PS3 MAC address, which is found in your PS3 Network status listing. Save Settings.
    2) Wireless TAB, under Basic Wireless settings, change your channel other than 11, 9, or default. I chose 6, but you can choose whatever, except 9, or 11. That is the most popular channel for 2.4ghz protocol. So everyone in your neighborhood who uses wireless connections would be using it. Default is 11, I believe, on all routers, big or small. Save Settings.
    3) Under Advanced Wireless Setting, in the same Wireless Settings TAB, in the 2.4ghz section, change Beacon Interval to 75, DTIM to 3, Fragmentation Threshold 2304, and RTS Threshold 2304. Save settings.
    4) Setup TAB, under Basic setup, change the MTU to 1365.Save Settings.
    Now, on your PS3, you would need to let the PS3 Network settings to change, and then run the test. Got to Network Settings, Change Network Settings, choose Easy. You need your passphrase on this one.
    I was going to return this router today, and buy a different one. I've tested the Internet Settings on the PS3, over and over, with consistent download/uploads. Hope this helps.

  • Extremely Slow Startup/ Difficulties with Freezing

    My Mac worked fine one day. I literally used it for one hour and shut it off, and it acted perfectly normal. Nothing was out of place or acting strangely. I waited a few hours and brought it to another house and tried to start it up. It froze on the apple/gray screen and went nowhere. On top of that, if it fell asleep, it would shut itself off. Eventually and currently, I can get it to start up, but it usually will take between ten and fifteen minutes to get to the log in screen and just as long to get to my desktop after that. It also does not go to shut down anymore if it goes to sleep.... usually.
    From there, I usually pull up iTunes. Everything will work smoothly, until I try to change multiple items or import a CD, during which, iTunes will freeze up. It's especially horrific when I have another song playing. Sometimes the music will keep playing, and the timer will freeze, but eventually the music will stop until my computer can catch its technological breath. This freezing also will spread to the whole computer; granted it only lasts for a few seconds at the least and five minutes at the most.
    Microsoft Word 2008 also give me this problem. It seems that whenever it saves, it likes to give me the same problems that iTunes does. No other programs that I've noticed have had this problem, however, these two programs are the ones i use the absolute most.
    It's almost like it's just too much for my computer to handle. My computer is only a year and three months old (Or is that too old?). I've deleted many useless files and programs, as that's as far as my computer knowledge will let me think of to do. I've been told to try and boost/ restart the "PRAM" and have seen that do absolutely no good. I'm at a loss.
    I tried to update my safari for the new iTunes (I'm currently on firefox) and it involved a restart in order to update. It failed epically because the start up took too long, and it stayed on one screen forever, not even the updating screen. I have to find a way to fix it, whether that be something I'm able to do myself or sending it to someone when and if I have the money.
    I need help and any suggestions will be welcomed warmly, before I feel like I must send it in and pay money.
    Thank you.
    Caitlin

    Welcome to Apple Discussions!
    How full is your hard drive? You should have 15-20% free. If your drive is too full, it could cause sluggish behavior.
    Is the S.M.A.R.T status of your hard drive verified? If it is not, then your drive is failing, which can also cause freezing. If this is the case, the hard drive will have to be replaced.
    Is all your RAM recognized? If not, try reseating it. Your Mac will be very slow if some of your RAM is not being recognized.
    Do you have a lot of LogIn items? Check these under "Accounts" and eliminate all that you don't really need. Often when you download software, it will install itself as a log in item, which means it opens when you start up your computer. If there are a lot of these, start up will take a long time because they all have to open.
    Have you tried reinstalling the OS with an Archive and Install? Some freezing can be software related.
    Your computer is not too old--many of us have even older ones which are working without issue. You just have some issue which is keeping your Mac from working properly.
    Do you have a good backup? If not, you should place a high priority on making one. One possibility for the freezing is that your hard drive is going south, and if that is the case, you are at risk of losing everything. In any event, making a good backup is a good idea before getting involved in a lot of troubleshooting.
    Are you under warranty? If so, any hardware problems would be fixed for free under warranty.
    Maybe the first thing to try is to evaluate your hard drive. Check that you have adequate free space, and if not, freeing up more space will be the next step. If you're not sure what is taking up the space, there are some utilities which will help you to see what is:
    http://www.derlien.com/
    http://www.omnigroup.com/applications/omnidisksweeper/
    http://www.id-design.com/software/whatsize/
    Also check the S.M.A.R.T. status. If it says "Verified", try running this utility:
    http://www.versiontracker.com/dyn/moreinfo/macosx/32454
    You can download the demo and run it several times for free. It will give you a more comprehensive view of the physical health of your hard drive than Disk Utility will, and you may get an early warning of impending drive failure.
    Try checking out the RAM and hard drive, and report back with how it goes. If it isn't clear to you how to proceed, or if you have any further questions, please post back.
    Good luck!

  • Extremely slow ipod syncing with Music located on a NAS

    Hello,
    I have been desperate to sync 3000+ MP3 songs located on my Synology ds412+ NAS Server to my ipod touch 5G (32GB) via itunes 11 and USB2.
    I use a Sony Vaio laptop with windows 8 x64 and 8gb RAM.
    First of all, it was very slow to add the songs folders into itunes's librairy. Itunes's media folder is in a mapped drive of the NAS.
    Then prior to syncing, I went to the music tab and selected my own playlists. Itunes could not stop freezing, the blue wheel spinning and so on.
    I had to wait several minutes for Itunes to get back to normal.
    Finally, I managed to start the sync process. Songs are now beiing copied, but it only did 750 songs in 5 hours. Which means I would still need more than 10 hours to complete the process!
    I hope some of you have experience in syncing music stored in a server.
    Thanks for your input.
    Regards,
    Ambientic

    I don't believe you can do that. The convert to 128 bit only converts the songs being written to the iPod. Every time you play a song it changes (the play count goes up) so iTunes is going to go try to find those and update them every time it syncs.
    I am able to disconnect my external that holds my movies and the movies remain but those are not being converted. I think that is where the problem is.
    Good luck!

  • Extremely slow internet speed with GT60 ONC

    Ever seen I connected to my college's wifi, my connection has been terrible (1.5mbps or less). At first I assumed it was the service here but people on the same floor as me are getting over 15mbps. My wifi at home was fine as of Wednesday but I haven't been there to try it since. Also, when I plug directly into the ethernet in my dorm, no icon appears saying that I am plugged in. Can anyone help me?

    I do have the correct download but still getting the same error. I was getting better connection in my friend's dorm but not quite what I should and me being in their room seemed to slow their connections. Other people on my floor are having perfectly good connections. Also, when I plug in an ethernet cord, I get no icon or sign of the computer recognizing one has been put in. I think this may be related to something I uninstalled when I first got the computer. Chrome was crashing on start up until I uninstalled something that I believe had "Killer" in the name so I'm afraid it had something to do with the network card driver. I'm not sure if this is relevant but when I go to Device Manager, there is something called "ethernet controller" under "other devices" that has no driver installed. Any other suggestions, thanks for the help so far.

  • SMB Extremely Slow over VPN With Windows Server 2003

    Hello everyone,
    I finally convinced another person at my law firm to switch to a MacBook Pro. In preparation, I am attempting to fix any compatibility problems that would put off this new user. Unfortunately, our IT guy recently switched us to a Sonicwall SSL-VPN 200. I can connect to our server through the VPN client with no problems and I can mount our internal file server, but the connection is incredibly slow. My initial reaction was that it must be a problem with Windows Server 2003 and SMB, but I was previously able to connect to and operate on our VPN through our old Fortinet (ipsec) device with no problems. Simply put, directory switching, file moving, etc. are all now incredibly slow over the VPN. Help!

    Full support for SMB signing did not appear until Samba 3.0.2 released in 2004. Mac OS X 10.5 (Leopard) supports SMB signing. Previous versions require either disabling SMB signing server-side, using a third party SMB client, using the command-line smbclient program, or updating samba yourself.

  • Extremely Slow Shutdown (WinXP with iTunes 7)

    I am running WinXP Media Center 2005 (SP2) on an Intel Pentium D-950 with 2 meg RAM. Prior to installing iTunes 7, the duration of the shutdown procedure could be measured in seconds. However, now that iTunes 7 has been installed, the shutdown process takes more than 3 minutes. Do you have any ideas for fixing this issue?
    Intel Pentium D 950   Windows XP Pro   Media Center 2005 SP2

    My computer (PC) is having the same problem. Songs are importing at 1.0. This is ridiculous! It usually takes less than two minutes for a full music CD to download to my PC using Itunes. It's taking something like forty minutes per song. I tried uninstalling 7 and reinstalling 6 but don't try it because it doesn't work. If you try reinstalling 6, then you get a message saying that you can't load your music because the files were created in a 'newer version of Itunes.' DUH. And I checked and I can't get phone support since I've had my IPOD way over 90 days, but this is the first IPOD/ITUNES problem I've had that doesn't have an obvious answer.

Maybe you are looking for

  • Photos in IOS 7 display incorrectly

    Photos in IOS 7 on ipad 2 are randomly cut off. Some photos (always the same, but unpredictable which) display slightly zoomed in only and fill the entire screen. When I press the Edit button, they shrink to their correct display (fitting the entire

  • Setting the retention Policy to recovery window.

    We are using Netbackup as a our third party tool for corporate backups and have used brbackup with backint on Windows for many years with great success.We would like to incorporate RMAN incremental backups for our backup strategy. Currently our reten

  • Errors with partitioning by callback or keys (JNI/Java), bug?

    Hello, Just upgraded to 4.8, to test new partitioning features. Seems to be not working for me, or maybe I'm doing something wrong? Vista 64-bit, Java 1.6.0_16 32-bit, BDB 4.8.24 32-bit. Callback-based partitioning: public class InfoDataPartitionHand

  • Weblogic Portal 10.2 Doesn't support middleware_home(WEBLOGIC SERVER) 10.3

    I have installed weblogic server having version 10.3. Then I have installed weblogic portal 10.2 and tried to extend the middle ware_home of weblogic server having version 10.3. It gives me error()Middleware_home is in higher version. Please down gra

  • Unauthorized Error when using XI exposed Web-Services

    I have configured a XI exposed Web-Services, when I fired the web service, there is an Unauthorized Error. when I go to message monitoring, I notice that the exception happened for the end point "http://XI Server:8000/sap/xi/engine?type=entry" for co