Multihreading seems to run slower than multiple JVM

Hello,
I have a 4-core machine and I use windows XP.
I build a java application that can launch a thread doing a series of heaving calculation.
The thread takes 8sec to finish and the task manager indicate that 30% of CPU is in use.
If I start 2 threads at the same time, each one finish in 14sec, using 40% of CPU.
Now if I start 2 times my application, and run simultaneously 1 thread in each one, they all finish in 8 sec but using 60% of CPU.
My question is why multithreading goes slower than running 2 JVM in parallel ? When running a profiler on the app, it doesn't seems to wait for shared ressources.
Regarding the CPU usage, it seems that using one JVM doesn't use full available CPU.
Is that a 'normal' behaviour, have you some explanation to it ?
I hope I'm clear enough !
Raphael

I have digged it, and found the part of code that has this behaviour : intialization or copy of a big array.
There is a piece of code showing this behaviour :
public class TestParallel {
     public TestParallel() throws Exception {     
          Thread T1 = new Thread(new Worker());
          Thread T2 = new Thread(new Worker());
          Thread T3 = new Thread(new Worker());
          Thread T4 = new Thread(new Worker());
          long time = System.currentTimeMillis();
          T1.start();
          T1.join();
          T2.start();
          T2.join();
          System.out.println("Serial: " + (System.currentTimeMillis()-time) + " millis");
          time = System.currentTimeMillis();
          T3.start();
          T4.start();
          T3.join();
          T4.join();
          System.out.println("Parallel : " + (System.currentTimeMillis()-time) + " millis");
     public class Worker implements Runnable {
          public void run(){
               long time = System.currentTimeMillis();
               for (int i=0 ; i < 1000 ; i++){
                    double[] aBigArray = new double[500000];
               System.out.println("Worker time : " + (System.currentTimeMillis()-time) + " millis");
     public static void main(String args[]){
          try{
               new TestParallel();
          }catch (Exception e){
               e.printStackTrace();
}I imagine it's a normal behaviour, and there is no workaround.
So I try another way, without array initialization but using System.arrayCopy. But I have the same problem.
You can try by changing Worker runnable this way :
     public class Worker implements Runnable {
          public void run(){
               double[] array1 = new double[500000];
               double[] array2 = new double[500000];
               Arrays.fill(array1, 0.03);
               long time = System.currentTimeMillis();
               for (int i=0 ; i < 1000 ; i++){                    
                    System.arraycopy(array1, 0, array2, 0, 500000);
               System.out.println("Worker time : " + (System.currentTimeMillis()-time) + " millis");
     }I have this output :
Worker time : 3625 millis
Worker time : 3609 millis
Serial: 7266 millis
Worker time : 6531 millis
Worker time : 6563 millis
Parallel : 6594 millisSo two parallel thread working on different arrays with System.arraycopy take nearly twice as much time ???
Edited by: RaphaelH on Jun 23, 2009 4:27 AM

Similar Messages

  • Possible answer to LR 2.6 & 2.7 Seeming to run slower than earlier versions

    I just downloaded and unpgraded from LR 2.6 to 2.7 on a Windows Vista 64-bit machine.  Version 2.6 seemed to run a lot slower than 2.5.  When I read the LR2.7 readme file on the download page I noticed one of the known issues is that at least ver. 2.7 runs slower when there are lots of files in the recycle bin. after I upgraded I emptied the recycle bin (Of almost 3000 files), and yes indeed performance did improve - dramatically.  This also improved performance on LR 3 Beta 2.

    Thanks for the suggestions.  I have tried each idea in the order suggested. Unfortunately I have not yet solved the problem.  In some circumstances, with certain paper profiles and no other color management in place, I get faulty prints but they have large areas of solid color in areas where there is a large amounts of color saturation in the original image. The faulty image below is printed to plain letter-sized paper ar Normal Quality. One clarification I wish to make is that my HP printer driver was not specifically a 64-bit driver, but rather 32-bit/64-bit driver compatable for Win 7.
    I may try completely uninstalling LR before reinstalling, instead of a "repair-install" but I am still open to other suggestions.
    Camron

  • When opening firefox there is briefly a blue screen, this then disappears and my home page opens. However firefox seems to run slower than normal, what could be the cause?

    Blue screen briefly appears then the home page loads. Have run a virus scan which only found ad cookies. Speed of loading is slower than normal

    Do a thorough check for Malware.
    Install, update, and run these programs in this order. They are listed in order of efficacy.<br />'''''(Not all programs detect the same Malware, so you may need to run them all to solve your problem.)''''' <br />These programs are all free for personal use, but some have limited functionality in the "free mode" - but those are features you really don't need to find and remove the problem that you have.<br />
    ''Note: If your Malware infection is bad enough and you are mis-directed to URL's other than what is posted, you may have to use a different PC to download these programs and use a USB stick to transfer them to the afflicted PC.''
    Malwarebytes' Anti-Malware - [http://www.malwarebytes.org/mbam.php] <br />
    SuperAntispyware - [http://www.superantispyware.com/] <br />
    AdAware - [http://www.lavasoftusa.com/software/adaware/] <br />
    Spybot Search & Destroy - [http://www.safer-networking.org/en/index.html] <br />
    Windows Defender: Home Page - [http://www.microsoft.com/windows/products/winfamily/defender/default.mspx]<br />
    Also, if you have a search engine re-direct problem, see this:<br />
    http://deletemalware.blogspot.com/2010/02/remove-google-redirect-virus.html
    If these don't find it or can't clear it, post in one of these forums for specialized malware removal help: <br />
    [http://www.spywarewarrior.com/index.php] <br />
    [http://forum.aumha.org/] <br />
    [http://www.spywareinfoforum.com/] <br />
    [http://bleepingcomputer.com]

  • Seems to run slower than OS 10.5?

    I don't know if its the amount of applications or iLife or what, but initially my mac was running crazy fast. After upgrading to 10.6 it seemed to cause some delay in opening applications. I ended up upgrading my memory to 8 gigs and then reformatting (since i only had 20 gigs of storage left backed it all up of course), and then now its running okay but I still feel like it could be quicker. Perhaps the eye is the beholder and I am just looking too much into it. Anyone have anything to share?
    -Rafi Ahmadi

    See:
    Mac Maintenance Quick Assist,
    Mac OS X speed FAQ,
    Speeding up Macs,
    Macintosh OS X Routine Maintenance
    Essential Mac Maintenance: Get set up,
    Essential Mac Maintenance: Rev up your routines,
    Maintaining OS X,
    Five Mac maintenance myths, and
    Myths of required versus not required maintenance for Mac OS X for information.

  • Since loading Lion, I've experienced much more instability than Snow Leopard. In particular, Mail crashes with regularity, full-screen apps seem to run slower and show the beach ball more often for longer, etc.  I'm disappointed with the performance. Any

    Since loading Lion, I've experienced much more instability than Snow Leopard. In particular, Mail crashes with regularity, full-screen apps seem to run slower and show the beach ball more often for longer, etc. I love the features, but I'm disappointed with the performance. Any help coming from Apple?  I've been sending them so many reports after crashes, that their file must be full!

    Summoning max. courage, I did what you advised. Here is the result. What does this tell you? My Lion 7.2 (mid 2011 iMac) has several annoying glitches (which I have so far tolerated through gritted teeth) but none that have actually stopped me working.
    BTW, I see several items involving CleanMyMac which I did not know I had. It is generally villified as a trouble-maker. Spotlight can't find an app. or a utility of that name. How can I get rid of what's there please? Just delete?
    Last login: Thu Nov  3 20:55:11 on console
    Steve-Kirkbys-iMac:~ stevekirkby$ kextstat -kl | awk ' !/apple/ { print $6 $7 } '
    com.AmbrosiaSW.AudioSupport(4.0)
    Steve-Kirkbys-iMac:~ stevekirkby$ sudo launchctl list | sed 1d | awk ' !/0x|apple|com\.vix|edu\.|org\./ { print $3 } '
    Password:
    com.openssh.sshd
    com.stclairsoft.DefaultFolderXAgent
    com.microsoft.office.licensing.helper
    com.bombich.ccc.scheduledtask.067493DB-2728-4DF3-87D8-092EF69086E8
    com.bombich.ccc
    com.adobe.SwitchBoard
    Steve-Kirkbys-iMac:~ stevekirkby$ launchctl list | sed 1d | awk ' !/0x|apple|edu\.|org\./ { print $3 } '
    com.sony.PMBPortable.AutoRun
    uk.co.markallan.clamxav.freshclam
    com.veoh.webplayer.startup
    com.macpaw.CleanMyMac.volumeWatcher
    com.macpaw.CleanMyMac.trashSizeWatcher
    com.adobe.ARM.202f4087f2bbde52e3ac2df389f53a4f123223c9cc56a8fd83a6f7ae
    com.adobe.AAM.Scheduler-1.0
    Steve-Kirkbys-iMac:~ stevekirkby$ ls -1A {,/}Library/{Ad,Compon,Ex,Fram,In,La,Mail/Bu,P*P,Priv,Qu,Scripti,Sta}* 2> /dev/null
    /Library/Components:
    /Library/Extensions:
    /Library/Frameworks:
    AEProfiling.framework
    AERegistration.framework
    ApplicationEnhancer.framework
    AudioMixEngine.framework
    FxPlug.framework
    NyxAudioAnalysis.framework
    PluginManager.framework
    ProFX.framework
    ProMetadataSupport.framework
    TSLicense.framework
    iLifeFaceRecognition.framework
    iLifeKit.framework
    iLifePageLayout.framework
    iLifeSQLAccess.framework
    iLifeSlideshow.framework
    /Library/Input Methods:
    /Library/Internet Plug-Ins:
    AdobePDFViewer.plugin
    EPPEX Plugin.plugin
    Flash Player.plugin
    Flip4Mac WMV Plugin.plugin
    JavaAppletPlugin.plugin
    Quartz Composer.webplugin
    QuickTime Plugin.plugin
    SharePointBrowserPlugin.plugin
    SharePointWebKitPlugin.webplugin
    Silverlight.plugin
    flashplayer.xpt
    iPhotoPhotocast.plugin
    nsIQTScriptablePlugin.xpt
    /Library/LaunchAgents:
    com.adobe.AAM.Updater-1.0.plist
    com.sony.PMBPortable.AutoRun.plist
    /Library/LaunchDaemons:
    com.adobe.SwitchBoard.plist
    com.apple.remotepairtool.plist
    com.bombich.ccc.plist
    com.bombich.ccc.scheduledtask.067493DB-2728-4DF3-87D8-092EF69086E8.plist
    com.microsoft.office.licensing.helper.plist
    com.stclairsoft.DefaultFolderXAgent.plist
    /Library/PreferencePanes:
    .DS_Store
    Application Enhancer.prefPane
    Default Folder X.prefPane
    DejaVu.prefPane
    Flash Player.prefPane
    Flip4Mac WMV.prefPane
    /Library/PrivilegedHelperTools:
    com.bombich.ccc
    com.microsoft.office.licensing.helper
    com.stclairsoft.DefaultFolderXAgent
    /Library/QuickLook:
    iWork.qlgenerator
    /Library/QuickTime:
    AppleIntermediateCodec.component
    AppleMPEG2Codec.component
    DesktopVideoOut.component
    DivX 6 Decoder.component
    FCP Uncompressed 422.component
    Flip4Mac WMV Advanced.component
    Flip4Mac WMV Export.component
    Flip4Mac WMV Import.component
    LiveType.component
    /Library/ScriptingAdditions:
    .DS_Store
    Adobe Unit Types.osax
    Default Folder X Addition.osax
    /Library/StartupItems:
    Library/Address Book Plug-Ins:
    Library/Frameworks:
    EWSMac.framework
    Library/Input Methods:
    .localized
    Library/Internet Plug-Ins:
    Library/LaunchAgents:
    com.adobe.AAM.Updater-1.0.plist
    com.adobe.ARM.202f4087f2bbde52e3ac2df389f53a4f123223c9cc56a8fd83a6f7ae.plist
    com.macpaw.CleanMyMac.trashSizeWatcher.plist
    com.macpaw.CleanMyMac.volumeWatcher.plist
    com.veoh.webplayer.startup.plist
    uk.co.markallan.clamxav.freshclam.plist
    Library/PreferencePanes:
    .DS_Store
    Perian.prefPane
    WindowShade X.prefPane
    Library/QuickTime:
    AC3MovieImport.component
    Perian.component
    Library/ScriptingAdditions:
    Steve-Kirkbys-iMac:~ stevekirkby$

  • 24" iMac running slower than when I bought it.

    24" iMac running slower than when I bought it.

    It would help us to help you if we could have some more technical info about your iMac.
    If you so choose, Please download, install and run Etrecheck.
    Etrecheck was developed as a simple Mac diagnostic reporting tool by a regular Apple Support forum user and technical support contributor named Etresoft.
    Etrecheck is a small, unobstrusive app that compiles a static snapshot of your entire Mac hardware system and installed software.
    This is a free app that has been honestly created to provided help in diagnosing issues with Macs running the new OS X 10.9 Mavericks.
    It is not malware and can be safely downloaded and installed onto your Mac.
    http://www.etresoft.com/etrecheck
    Copy/paste and post its report here in another reply thread so that we have a complete profile of your Mac's hardware and installed software so we can all help with your Mac performance issues.
    Thank You.

  • Why does the new version FireFox run slower than the old one?

    I have a fairly new computer but Firefox runs slower than the older version. Can this be remedied?

    That does not sound right. I recommend rebuilding your VI. Beore you do, open the top level VI and press contol-shift-run arrow to perform a manual binary recompile. This makes LabVIEW recompile the whole code. Most times you will not see anything happen but occasionally an error will surface. Be sure to save the VI then rebuild it.
    You may also need to reinstall the LabVIEW run time engine and/or LabVIEW. I would start with the run time engine first.

  • My macbook is running slower than ever. I have done all the updates and installed MS Office 11. Any thoughts?

    Hi, all,
    My macbook is running slower than ever. I have done all the updates, emptied my downloads, and installed MS Office 11. I am not sure if I can do anything else?!

    arupp,
         I suggest trying to replace the RAM and the memory storage. This is hard and could potentially ruin your MacBook if you do this the wrong way. Another easier way is to erase thing that you don't need.

  • HT4305 I have a iphone 4 and it seems to run slow/lag at times how can i check to see if all is well??

    My phone seems to run slow/lag at times how do i see if all is well??

    See this:
    http://readwrite.com/2013/10/15/ios-7-fixes-iphone-4-4s

  • Sun JVM seems much slower than MS JVM

    Hello, I was wondering which one is preferred. Whenever I use Sun's JVM 1.5.0, it seems to be significantly slower than MS's. Are these two almost equivalent, or is the Sun JVM far better than MS's? Thanks.

    Sun-JVm just starts slower but has a significant better runtime performance...
    Trust me - I have to create a big application that runs on both and MSJVM is definitifly crap - it justs starts slow and needs less memory for small programs...
    btw. msjvm isnt really supported even by mircososft..

  • My macbook is running slower than before. What can I do?

    My macbook has been gettng slower. I think it is due to too many downloads. How do I clear all that stuff? Is that what is causing the slowdown?
    -rd

    Too many files on a drive won't slow down the computer unless you have very little free space left on the drive.
    Things You Can Do To Resolve Slow Downs
    If your computer seems to be running slower here are some things you can do:
    Start with visits to:     OS X Maintenance - MacAttorney;
                                      The X Lab: The X-FAQs;
                                      The Safe Mac » Mac Performance Guide;
                                      The Safe Mac » The myth of the dirty Mac;
                                      Mac maintenance Quick Assist.
    Boot into Safe Mode then repair your hard drive and permissions:
    Repair the Hard Drive and Permissions Pre-Lion
    Boot from your OS X Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Utilities menu. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer.
    Repair the Hard Drive - Lion/Mountain Lion/Mavericks
    Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the Utilites Menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD disk icon and click on the arrow button below.
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported, then click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the main menu. Select Restart from the Apple menu.
    Restart your computer normally and see if this has helped any. Next do some maintenance:
    For situations Disk Utility cannot handle the best third-party utility is Disk Warrior;  DW only fixes problems with the disk directory, but most disk problems are caused by directory corruption; Disk Warrior 4.x is now Intel Mac compatible.
    Note: Alsoft ships DW on a bootable DVD that will startup Macs running Snow Leopard or earlier. It cannot start Macs that came with Lion or later pre-installed, however, DW will work on those models.
    Suggestions for OS X Maintenance
    OS X performs certain maintenance functions that are scheduled to occur on a daily, weekly, or monthly period. The maintenance scripts run in the early AM only if the computer is turned on 24/7 (no sleep.) If this isn't the case, then an excellent solution is to download and install a shareware utility such as Macaroni, JAW PseudoAnacron, or Anacron that will automate the maintenance activity regardless of whether the computer is turned off or asleep.  Dependence upon third-party utilities to run the periodic maintenance scripts was significantly reduced since Tiger.  These utilities have limited or no functionality with Snow Leopard or later and should not be installed.
    OS X automatically defragments files less than 20 MBs in size, so unless you have a disk full of very large files there's little need for defragmenting the hard drive.
    Helpful Links Regarding Malware Protection
    An excellent link to read is Tom Reed's Mac Malware Guide.
    Also, visit The XLab FAQs and read Detecting and avoiding malware and spyware.
    See these Apple articles:
              Mac OS X Snow Leopard and malware detection
              OS X Lion- Protect your Mac from malware
              OS X Mountain Lion- Protect your Mac from malware
              About file quarantine in OS X
    If you require anti-virus protection I recommend using VirusBarrier Express 1.1.6 or Dr.Web Light both from the App Store. They're both free, and since they're from the App Store, they won't destabilize the system. (Thank you to Thomas Reed for these recommendations.)
    Troubleshooting Applications
    I recommend downloading a utility such as TinkerTool System, OnyX, Mavericks Cache Cleaner, or Cocktail that you can use for removing old log files and archives, clearing caches, etc. Corrupted cache, log, or temporary files can cause application or OS X crashes as well as kernel panics.
    If you have Snow Leopard or Leopard, then for similar repairs install the freeware utility Applejack.  If you cannot start up in OS X, you may be able to start in single-user mode from which you can run Applejack to do a whole set of repair and maintenance routines from the command line.  Note that AppleJack 1.5 is required for Leopard. AppleJack 1.6 is compatible with Snow Leopard. Applejack does not work with Lion and later.
    Basic Backup
    For some people Time Machine will be more than adequate. Time Machine is part of OS X. There are two components:
    1. A Time Machine preferences panel as part of System Preferences;
    2. A Time Machine application located in the Applications folder. It is
        used to manage backups and to restore backups. Time Machine
        requires a backup drive that is at least twice the capacity of the
        drive being backed up.
    Alternatively, get an external drive at least equal in size to the internal hard drive and make (and maintain) a bootable clone/backup. You can make a bootable clone using the Restore option of Disk Utility. You can also make and maintain clones with good backup software. My personal recommendations are (order is not significant):
      1. Carbon Copy Cloner
      2. Get Backup
      3. Deja Vu
      4. SuperDuper!
      5. Synk Pro
      6. Tri-Backup
    Visit The XLab FAQs and read the FAQ on backup and restore.  Also read How to Back Up and Restore Your Files. For help with using Time Machine visit Pondini's Time Machine FAQ for help with all things Time Machine.
    Referenced software can be found at MacUpdate.
    Additional Hints
    Be sure you have an adequate amount of RAM installed for the number of applications you run concurrently. Be sure you leave a minimum of 10% of the hard drive's capacity as free space.
    Add more RAM. If your computer has less than 2 GBs of RAM and you are using OS X Leopard or later, then you can do with more RAM. Snow Leopard and Lion work much better with 4 GBs of RAM than their system minimums. The more concurrent applications you tend to use the more RAM you should have.
    Always maintain at least 15 GBs or 10% of your hard drive's capacity as free space, whichever is greater. OS X is frequently accessing your hard drive, so providing adequate free space will keep things from slowing down.
    Check for applications that may be hogging the CPU:
    Pre-Mavericks
    Open Activity Monitor in the Utilities folder.  Select All Processes from the Processes dropdown menu.  Click twice on the CPU% column header to display in descending order.  If you find a process using a large amount of CPU time (>=70,) then select the process and click on the Quit icon in the toolbar.  Click on the Force Quit button to kill the process.  See if that helps.  Be sure to note the name of the runaway process so you can track down the cause of the problem.
    Mavericks and later
    Open Activity Monitor in the Utilities folder.  Select All Processes from the View menu.  Click on the CPU tab in the toolbar. Click twice on the CPU% column header to display in descending order.  If you find a process using a large amount of CPU time (>=70,) then select the process and click on the Quit icon in the toolbar.  Click on the Force Quit button to kill the process.  See if that helps.  Be sure to note the name of the runaway process so you can track down the cause of the problem.
    Often this problem occurs because of a corrupted cache or preferences file or an attempt to write to a corrupted log file.

  • Anyone else's Snow Leopard running slower than version 10.5?

    My hard drive crashed a few weeks ago and I decided to have the Apple Store upgrade my operating system to 10.6.3 and I have found that it's slower than the previous version. Also, Adobe InDesign doesn't print from the new version.
    Is anyone having these problems?? This could make me revert back to a PC

    Well, yes, if it was a new HD and your old drive was dead, they would have had to do an install from scratch.
    If the old drive was still running they would have done an upgrade & migrate unless you told them otherwise. Problem with migrating is often higher powered apps like CS3, Final Cut, Aperture, etc. don't run well if at all and you end up having to do an erase & install anyway.
    What is the exact model iMac you have, and how much RAM? What HD did you buy?
    CS3 is old at this point and my understanding is Adobe does not support it on Snow Leopard. Are you experiencing the slowness just with CS3 or with everything (say, Safari, Office, iTunes, etc?)

  • Why does the application built executable run slower than my developement lib.

    The Response given was LabView 5.0.1.f1 specific. Iam however, using LabView 6.i. The Application runs approximatley 3 to 40 times slower than the developement library. Additionally the Write to spreadsheet data is corrupted when using the application executable. Is there a different solution for 6.i ????
    Tnx
    Len Kraus

    That does not sound right. I recommend rebuilding your VI. Beore you do, open the top level VI and press contol-shift-run arrow to perform a manual binary recompile. This makes LabVIEW recompile the whole code. Most times you will not see anything happen but occasionally an error will surface. Be sure to save the VI then rebuild it.
    You may also need to reinstall the LabVIEW run time engine and/or LabVIEW. I would start with the run time engine first.

  • Why does Lion run slower than Snow Leopard?

    I recently loaded Lion on my older MacBook Pro 2.2 GHz Intel Core Duo, with 4 GB 677 MHz DDR2 SDRAM. and it runs slower and the it seems to be hotter and consume more battery power. Are the configuration option that can reduce the power drain?

    You may have some mildly-incompatible third-party software, or you may be doing tasks that demand a lot of RAM and 4 GB is no longer enough on a system that has double the memory requirements of SL.  Or could be something else entirely.  Take a look at Understanding upgrade nightmares* for more information and some potential solutions.
    * Disclaimer: links to my pages may give me compensation, and should not be taken as endorsement of my services by Apple.

  • Help Please! Video is running slower than audio . Premiere CS6

    Hello everybaody.
    I have that frustrating problem whit video runing slower than the audio. When i choose a video clip from my Phone for example(format 1980-1080 mp4 file)
    It starts normal and after 4-10 seconds the video starts running slower and is getting me crazy. I thought it could be because of my hardware performance if its
    not that good but actually I have a good notebook (Asus G74sx). It does happen whit most of the video files i tried but no all. Some video files are running good.
    I am new to this video editing world so guys please help me and give me an advice what to do ? Its really annoying me. I have also exported some of these videos
    that the picture is slower than the voice and after the export all the play programmmes are playing the same way. But when i play the videos before i touch them with
    the Premiere they are running absolytely whit no problem.
    Thank you for your time , and i am looking forward to hear from you guys.

    Cell phone video is very hard to edit... you don't state your brand, so no way to know if these will help
    Iphone won't easily edit http://forums.adobe.com/thread/881246
    -and http://forums.adobe.com/thread/1011411?tstart=0
    -and a fix http://forums.adobe.com/thread/934466
    In the future, please provide more information, such as this Information FAQ http://forums.adobe.com/message/4200840

Maybe you are looking for

  • External hard drive has to be updated each time I boot up.

    Hi I have moved my iTunes music to an external Hard drive (F:). I have pointed the software to the new folder and iTunes successfully recognizes it and all works fine. The problem occurs when I reboot. I seem to have to "add the folder" (File > Add F

  • Front and add-in USB not working

    My onboard USB works like a charm, but my front USB and the rear add-in USB do not work.  They stopped working one day, and havent worked since.  The onboard works fine.  I have reinstalled and reformatted and done all that, and nothing wants to brin

  • Workshop or Workspace Studio on MAC OS

    Hello, I need to install the BEA 9.2 and BEA 10 in Mac OS X. I caught a binary edelivery.oracle.com and used the command below. The installation is successful, but I can not use the Workshop or Workspace Studio. I used binary for HP and IBM, for I co

  • ___Adding a ToolTip to the JSplitPane arrows___

    I have a JSplitPane that is set to OneTouchExpandable. I also disable the ability to have the user adjust the JSplitPane. Therefore, the user may only expand and contract the divider. Now I want to add a tool tip to just the two arrows (< and >) at t

  • Convert -scale crashes when converting svg-image

    As i tried to build librecad from aur, it fails when creating the programicons from an svg image. So i tried to convert a svg-file with the same command i found in  pkgbuild-script: test$ convert -scale 16 Archlinux-official-fullcolour.svg Archlinux-