Why the response is very slow when the DNS enrty of server PC is remov

Hi
Though this subject has been already discussed at many places,im unable to get the clue.Here is my problem.In my office (LAN),server and client are running at different PC.After DNS entry of server PC is removed from DNS server,the page loading and every request & response between client and server is very slow.It takes 2 minutes for each and every request.And coming to the possible solutions,is "configuring the server PC in DNS server" is the only solution?When both the server and client PCs are DNS configured i dont see any issue or slowdown.Any help would be really appreciated
Assuming it is a lookup issue,i have written the following test application.
public class DnsName
public static void main(String[] arg)
String ipaddress = "";
String hostaddress = "";
if(arg.length == 1)
ipaddress = arg[0];
else
System.out.println("!!!!!!Usage : java DnsName <ipaddress>");
System.exit(0);
System.out.println("Time before processing : " + System.currentTimeMillis());
try
hostaddress = (InetAddress.getByName(ipaddress)).getHostName();
catch(UnknownHostException uhe)
System.out.println("Exception occured " + uhe);
System.out.println("Ip address : " + ipaddress);
System.out.println("Host name : " + hostaddress);
System.out.println("Time after processing : " + System.currentTimeMillis());
When it was compiled and run on a linux PC,time difference betwwen process is around 50ms,but when the same application is run in a Windows PC,the time difference is around 4-5 seconds(4000ms).Can anyone tell me what makes the difference in Windows??
[email protected]
www.adventnet.com

Because it does a DNS lookup. And without a server, the interface must wait for a timeout.

Similar Messages

  • Why the response is very slow when the DNS enrty of server PC is removed ??

    Hi
    Though this subject has been already discussed at many places,im unable to get the clue.Here is my problem.In my office (LAN),server and client are running at different PC.After DNS entry of server PC is removed from DNS server,the page loading and every request & response between client and server is very slow.It takes 2 minutes for each and every request.And coming to the possible solutions,is "configuring the server PC in DNS server" is the only solution?When both the server and client PCs are DNS configured i dont see any issue or slowdown.Any help would be really appreciated
    Assuming it is a lookup issue,i have written the following test application.
    public class DnsName
    public static void main(String[] arg)
    String ipaddress = "";
    String hostaddress = "";
    if(arg.length == 1)
    ipaddress = arg[0];
    else
    System.out.println("!!!!!!Usage : java DnsName <ipaddress>");
    System.exit(0);
    System.out.println("Time before processing : " + System.currentTimeMillis());
    try
    hostaddress = (InetAddress.getByName(ipaddress)).getHostName();
    catch(UnknownHostException uhe)
    System.out.println("Exception occured " + uhe);
    System.out.println("Ip address : " + ipaddress);
    System.out.println("Host name : " + hostaddress);
    System.out.println("Time after processing : " + System.currentTimeMillis());
    When it was compiled and run on a linux PC,time difference betwwen process is around 50ms,but when the same application is run in a Windows PC,the time difference is around 4-5 seconds(4000ms).Can anyone tell me what makes the difference in Windows??
    [email protected]
    www.adventnet.com

    When you do getHostName() on an InetAddress, what you're doing is asking the OS to do a reverse lookup. So basically this is a windoze problem, not a java problem (although that probably doesn't help you much) Try searching google to see why a windows reverse lookup might be so slow and go from there.

  • Hi from the last two days my iphone have very slow to open the apps and very slow when i check the notification window , it taking too much time to open when i tap to down . help me to resolve the issue.

    Hi,  from the last two days my iphone( iphone 4 with ios 5) have very slow to open the apps and very slow when i check the notification window , it taking too much time to open when i tap to down . help me to resolve the issue.

    The Basic Troubleshooting Steps are:
    Restart... Reset... Restore...
    iPhone Reset
    http://support.apple.com/kb/ht1430
    Try this First... You will Not Lose Any Data...
    Turn the Phone Off...
    Press and Hold the Sleep/Wake Button and the Home Button at the Same Time...
    Wait for the Apple logo to Appear and then Disappear...
    Usually takes about 15 - 20 Seconds... ( But can take Longer...)
    Release the Buttons...
    Turn the Phone On...
    If that does not help... See Here:
    Backing up, Updating and Restoring
    http://support.apple.com/kb/HT1414

  • In Adobe Reader (11.0) the typing is very slow when I insert sticky notes.

    I bought a new laptop and I just installed the latest version of Adobe Reader.
    When I insert sticky notes, typing is very slow. This doesn't happen with the
    other program. I've uninstalled and reinstalled. I still have the same problem.

    This phenomenon can happen with PDF files that have errors in them.  Adobe Reader or Acrobat may be able to fix these errors, but if you close the application, it will ask to save the corrected file.  If you save it once, that should no longer occur when you open it again.
    This is just one explanation, but it doesn't explain why that happens with every PDF you have.
    Test: does it also happen with a PDF that is not supposed to contain any errors: http://helpx.adobe.com/pdf/adobe_reader_reference.pdf ?

  • The system become very slow when I installed FCP X

    Hi,all
    Could anybody help to solve this problem?
    MY OS X is 10.6.8, and When I installed the FCP X, it runed very slow. Each step would cost 10 sec. or even more to go over.
    I use the lastest MAC Pro (QUARD 2.8GHz, 8GB, 2TB, ATI5800), so do not worry about the perfermance.
    Moreover, how can I archive the project files and the events?
    Thanks.

    CityU_Haosen wrote:
    Moreover, how can I archive the project files and the events?
    I am not sure about your speed issues, but you can find your project and event files in User/Movies/Final Cut Events and User/Movies/Final Cut Projects from there you can duplicate folders and files to backup your events and projects. Hope this helps.

  • Lion Preview and Textedit very slow when opening files from Leopard Server

    My small office (about 10 users) recently upgraded our iMac's, Mac Mini's, and Macbook Pro's.  We are experiencing a big problem with Preview opening super slow (1-2 minutes) when trying to open JPG's, PDF's, etc from our 10.5.8 Leopard Server.  We have deleted numerous plist files related to Preview, completely deleted Preview.app from one iMac and reinstalled it via Pacifist and still no change in performance.  One of the new iMac's does open much faster than the others, but we cannot figure out why this one machine works well and the others don't.
    All machines are showing the below error (dozens of times) in Console when trying to open files directly from the server...
    sandboxd:  ([###])  Preview(###) deny system-fsctl
    We have searched the internet for a solution but have not come up with anything that works.  This problem exists with Textedit as well.  We did try opening a file from one Lion machine to the other and it opened very fast.  We also can open files very quickly from older 10.4.11 Tiger machines directly from the server.  So the best we can determine right now is Lion and Leopard Server are not playing nicely together.
    Any help would be greatly appreciated.
    I have pasted (one of) the console log files below for reference.
    Preview(3364) deny system-fsctl
    Process:         Preview [3364]
    Path:            /Applications/Preview.app/Contents/MacOS/Preview
    Load Address:    0x102c9a000
    Identifier:      Preview
    Version:         ??? (???)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [114]
    Date/Time:       2012-04-24 13:28:40.470 -0700
    OS Version:      Mac OS X 10.7.3 (11D50d)
    Report Version:  7
    Backtrace:
    0   libsystem_kernel.dylib                  0x00007fff922a0516 fsctl + 10
    1   AppleShareClientCore                    0x0000000105629f4a afp_getMountURL + 112
    2   afp                                     0x0000000104e7fe03 AFP_GetMountInfo + 161
    3   NetFS                                   0x00007fff8a17c295 NetFSGetMountInfo + 147
    4   NetFS                                   0x00007fff8a17e08f GetCompleteMountURL + 68
    5   CoreServicesInternal                    0x00007fff86ef1e51 _ZL29addVolumeInfoForURLToBookmarkPK13__CFAllocatorR19BookmarkMutableDataPK7__C FURLmjPK9__CFArrayPP9__CFError + 1535
    6   CoreServicesInternal                    0x00007fff86ef12fb _ZL28createBookmarkWithURLAtDepthPK13__CFAllocatorPK7__CFURLmS4_PK9__CFArrayR19 BookmarkMutableDatajbPP9__CFError + 3230
    7   CoreServicesInternal                    0x00007fff86ef2443 _CFURLCreateBookmarkData + 1309
    8   CoreFoundation                          0x00007fff8d1e3219 -[NSURL bookmarkDataWithOptions:includingResourceValuesForKeys:relativeToURL:error:] + 105
    9   Foundation                              0x00007fff91b72fbf -[NSURL(NSURL) encodeWithCoder:] + 239
    10  Foundation                              0x00007fff91b2e4ed _encodeObject + 1120
    11  Preview                                 0x0000000102cdfb4d
    12  AppKit                                  0x00007fff90975f0b -[NSWindow encodeRestorableStateWithCoder:] + 316
    13  AppKit                                  0x00007fff90974a00 -[NSPersistentUIRecord generateArchive:] + 177
    14  AppKit                                  0x00007fff90975937 recursivelyEncodeInvalidPersistentState + 525
    15  AppKit                                  0x00007fff90973ccc -[NSPersistentUIManager flushAllChangesOptionallyWaitingUntilDone:updatingSnapshots:] + 1128
    16  AppKit                                  0x00007fff90973836 -[NSPersistentUIManager flushPersistentStateAndClose:waitingUntilDone:] + 182
    17  AppKit                                  0x00007fff90973714 __-[NSPersistentUIManager acquireDirtyState]_block_invoke_1 + 53
    18  libdispatch.dylib                       0x00007fff8a79b2b6 _dispatch_source_invoke + 635
    19  libdispatch.dylib                       0x00007fff8a797f77 _dispatch_queue_invoke + 71
    20  libdispatch.dylib                       0x00007fff8a7986f7 _dispatch_main_queue_callback_4CF + 257
    21  CoreFoundation                          0x00007fff8d0da06c __CFRunLoopRun + 1724
    22  CoreFoundation                          0x00007fff8d0d9676 CFRunLoopRunSpecific + 230
    23  HIToolbox                               0x00007fff86aa731f RunCurrentEventLoopInMode + 277
    24  HIToolbox                               0x00007fff86aae5c9 ReceiveNextEventCommon + 355
    25  HIToolbox                               0x00007fff86aae456 BlockUntilNextEventMatchingListInMode + 62
    26  AppKit                                  0x00007fff90918f5d _DPSNextEvent + 659
    27  AppKit                                  0x00007fff90918861 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
    28  AppKit                                  0x00007fff9091519d -[NSApplication run] + 470
    29  AppKit                                  0x00007fff90b93b88 NSApplicationMain + 867
    30  Preview                                 0x0000000102c9bdb4
    Binary Images:
           0x102c9a000 -        0x102e7efef  com.apple.Preview (5.5.1 - 719.16) <EE12E506-F88C-319F-A2B4-5EF997884F0C> /Applications/Preview.app/Contents/MacOS/Preview
           0x104e7f000 -        0x104e86fff  com.apple.URLMount.AFPPlugin (4.0 - 4.0) <91C71C5D-562D-37C4-9131-6E6F086288DE> /System/Library/Filesystems/NetFSPlugins/afp.bundle/Contents/MacOS/afp
           0x105618000 -        0x105664ff7  com.apple.AppleShareClientCore (2.5 - 2.5) <CC62F28C-398E-35E2-B2C0-B85A02E57247> /System/Library/Frameworks/AppleShareClientCore.framework/Versions/A/AppleShare ClientCore
        0x7fff86aa5000 -     0x7fff86dcfff7  com.apple.HIToolbox (1.8 - ???) <D6A0D513-4893-35B4-9FFE-865FF419F2C2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff86eec000 -     0x7fff86f17ff7  com.apple.CoreServicesInternal (113.12 - 113.12) <C37DAC1A-35D2-30EC-9112-5EEECED5C461> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff8a17a000 -     0x7fff8a181fff  com.apple.NetFS (4.0 - 4.0) <433EEE54-E383-3505-9154-45B909FD3AF0> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff8a795000 -     0x7fff8a7a3fff  libdispatch.dylib (187.7.0 - compatibility 1.0.0) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib
        0x7fff8d0a1000 -     0x7fff8d275fff  com.apple.CoreFoundation (6.7.1 - 635.19) <57B77925-9065-38C9-A05B-02F4F9ED007C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff90910000 -     0x7fff91514fff  com.apple.AppKit (6.7.3 - 1138.32) <A9EB81C6-C519-3F29-89F1-42C3E8930281> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff91ae2000 -     0x7fff91dfbff7  com.apple.Foundation (6.7.1 - 833.24) <6D4E6F93-64EF-3D41-AE80-2BB10E2E6323> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff92289000 -     0x7fff922a9fff  libsystem_kernel.dylib (1699.24.8 - compatibility 1.0.0) <C56819BB-3779-3726-B610-4CF7B3ABB6F9> /usr/lib/system/libsystem_kernel.dylib

    "Enable Related Files" isn't the fix for this issue. It's slightly different - I wanted to still load related files, but only the ones local to the file I was editing.
    The fix was to use DW's Resolve To IP Address feature. It required adding a registry value - it fixed the issue straight away
    This Adobe support doc helped: http://kb2.adobe.com/cps/887/cpsid_88742.html

  • Very slow when copy files to Window Server by SMB

    I have a Windows Server 2003 as a file server, at first mac client connect it whith no problem by SMB , but now, just copy a 5kb jpg file to the windows server will cost more than 5min, then we set up Apple Share on windows with errors, but Apple Share can be seen on windows, and mac client use AFP still can not see share folder, and I find error log as:
    Event Type: Information
    Event Source: MacFile
    Event Category: None
    Event ID: 12057
    Date: 2007-11-5
    Time: 18:23:38
    User: N/A
    Computer: OMBJSV10
    Description:
    Number of files and folders in volume "MACFile" is greater than 65535. Older Macintosh clients may not function correctly in this situation due to Macintosh volume limitation.
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
    All of the mac client is OS X 10.4.8 or later(the PowerMac G5 or new MacPro),
    Is there anyone know how to solve this problem

    I use many SMB shares at my office and the only speed issues I encounter are due to network bandwidth and overall server load. In other words, no different from an SMB client on any OS.
    How many Windows PCs also connect to this server? Do the two groups use different segments of the network? Swap one of the Macs and one of the Windows PCs so they're in each other's previous segment, and do your speed tests again.

  • A user connect to the database is very slow.

    Hi, all!
    I met a problem in the database. A user(schema) connect to the database is very slow. and the user query the data is slow too.

    And some errors in the listener.log :
    23-Aus -2012 06:03:54 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ora36)(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))) * (ADDRESS=(PROTOCOL=tcp)(HOST=xxx.xxx.xxx.xxx)(PORT=24923)) * establish * ora36 * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    23-Aus -2012 06:03:54 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ora36)(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))) * (ADDRESS=(PROTOCOL=tcp)(HOST=xxx.xxx.xxx.xxx)(PORT=23409)) * establish * ora36 * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    23-Aus -2012 06:03:55 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ora36)(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))) * (ADDRESS=(PROTOCOL=tcp)(HOST=xxx.xxx.xxx.xxx)(PORT=9103)) * establish * ora36 * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    How can I resolve this, thanks!

  • Yosemite is very slow when i switch on. can someone say why and i can solve the problem??

    yosemite is very slow when i switch on. ten or more seconds. why? how i can solve this problem??
    Thanks riccardo.italy.

    The following items or conditions can slow a Mac. Please see if any of them apply:
    1) Are you running any anti-virus/internet security applications?
    2) Are you running any "cleaning/tune-up/optimizations" applications?
    3) Any peer-to-peer or torrent downloading software?
    4) Any third-party disk backup software that came bundled with an external hard drive?
    5) Any online backup scheme other than iCloud or DropBox (Carbonite; GoogleDrive; MS One Drive)?
    6) Did your financial institution ask you to install Trusteer EndPoint Protection (also known as Trusteer Rapport)?
    If you can answer "yes" to any of those questions, you have some unneeded and performance-robbing software installed.

  • I bougnt my S5 a month ago and I am having two major issues.  The screen is very slow to respond.  When the screen is dark and I press the home button, it doesn't come on.  I have to press the button anywhere from 4-10 times and then it usually flashes on

    I bougnt my S5 a month ago and I am having two major issues.  The screen is very slow to respond.  When the screen is dark and I press the home button, it doesn't come on.  I have to press the button anywhere from 4-10 times and then it usually flashes on and back off.  It is very, very frustrating.  The other issue is that the battery drains very quickly.  I have called Verizon numerous times regarding these issues.  They tell me to do different things that never help.  We eventually did a factory reset and it still has the same issues.  Help!  It is a brand new phone and unfortunately I am in a new two year contract.  Ugh. Is there anyone out there who can help me?

    I have done that several times.  In fact, every time I call Verizon with my phone problems, they have me do the same things repeatedly.  I keep telling them I have already done them but they insist they are SURE it will work this time.  It never does.  After doing the factory reset and it still not working correctly, they act like they are confused, almost like I am lying.  I did what you suggested above on the slim chance it would work this time but it did not.  I bought two S5's that day and the other one works perfectly fine.  I know I got a bad phone.  Verizon just does not listen.  It is a bad phone.  I just want a new phone that works properly.  Is that too much to ask?  I bought a new phone that has been bad from day one.  Why oh why do I have to spend hours of my time on the phone, in the store, on the computer, trying to rectify this?  It shouldn't be this difficult!  Help please!!!

  • Response time too slow when there is competition in the same connector PCo

    Dear all, I'm having a problem with using PCo 2.1.
    I created all the conections in PCo with OSIsoft PI and when I create a TagQuery
    on MII to get the values of a tag is not occur problem in response time.
    But when I have another TagQuery or Transaction, which is collecting data at the same
    time, sharing the same connector, the time response is very slow.
    Using the UDS this problem does not happen.
    So problem is that when there is competition in the same connector, the response time is extremely slow.
    Has anyone experienced this?
    Regards!

    Hi Udayan,
    Thanks again for attention,
    I found this problem on the two MII versions, 12.0 and 12.1.
    The UDS and PCo are on different servers and using different ports too.
    I didn't find errors on netweaver about this, but I'll verify one more time.
    On true, on version 12.0 of MII there is two connections with PI, one PCo and another UDS, that are using the same port. But this does not happen on the MII version 12.1, there I'm using different ports.
    Thank you very much!

  • Oracle 10gr2 Master/detail form running very slow when you navigate to the detail record.

    Hi All, I have a master detail  form, running in webserver, when I navigate to the detail block, the form start buffering and buttering for about 2 min. There is a trigger when-new-record instance that is firing when you navigate to  a new record : The select part of this stament is taken a long time to execute. I modified this in toad and what used to take 25 seconds to run is taken less than a second now, but the slowness still persists in the form.
    for rec in (select wrrh_col
                      wpbh_col_lvd,
                       wpbh_col_doc_no
          from wh_col,
               wkpl_col,
               wh_col
         where wrrh_col_no = :block.wreh_wrrh_col_no
           and wrrh_col_no = wreh_wrrh_col_no
             and wrrh_col_no = wpbh_col_no
           and wrrh_col_proj    = wpbh_col_proj
           and wrrh_proj_no     = wpbh_proj_no) loop
       if fun_name(rec.wpbh_col_lvd) = 'Y' then                      
        do something,
       end if;
      end loop;
    The select staement that used to run for 23 seconds is running in less than one second, but the form is still running very slow when I navigate to the detail record.
    Please advise.
    Thanks.

    Thanks Andrea for your prompt response, the problem is the select statement and like I stated, I tuned the select statement in toad and what normally takes 23 secs is taking less than 1 sec to run. If I comment out the call to the function, it is still slow. The select stament will returned null and it will still be slow. When I comment out the for loop, it run very fast. I dont know what else to do than tuned the select statement.

  • Compaq sr1320nx /win xp after keystroke/command, the system is very slow 10-15 secs. before response

    after keystroke/command, the system is very slow 10-15 secs. before response

    What I've done is that I reinstalled 10.8.1 and each time, I ran disk utilitiy.  It has helped but fter a while, especially when waking up from sleep, EVERY app can take a lot of time to come up, including those already activated.  Every click would take at least 5secs to respond... and then the spinning ball comes up.
    It's only after the same app was used, then it would be smooth.  For example, I run my cursor down to the bottom of the screen where my dock is hidden.  It would take a few times of running down before the dock shows up.  From that point on, it would would work nicely unless I click on any of those apps in the dock.  Then, it would take another 5secs or more before something shows on the screen such as clicking on Mail.  It takes more than 5secs before mail pops up.  Then, when I click on any mailbox, it would take another 5secs or the spinning ball comes up.  From that point on, clicking on Mail is smooth and cicking on the same mailbox is smooth unless I click on a different mailbox or go to preferences, for example.
    So, I keep running disk utility almost everyday and now, it works 99% of the time.  If it slows again, I run the disk utility.  I guess that's the way to go until they come up with a proper fix.
    All this housekeeping work reminds me of Windows and the endless defragging and optimising.  That was one of the few reasons why I switched to Apple and now...
    Dear Mr Steve Jobs, please send some enlightenment to your Apple teams!

  • Hi all.When pressed play and make some changes in loop (eg fade in fade out) are very slow to implement, and also the loops from the library are very slow to play, corrects the somewhat self so is the Logic??

    hi all.When pressed play and make some changes in loop (eg fade in fade out) are very slow to implement, and also the loops from the library are very slow to play, corrects the somewhat self so is the Logic??

    Hey there Logic Pro21,
    It sounds like you are seeing some odd performance issues with Logic Pro X. I recommend these troubleshooting steps specifically from the following article to help troubleshoot what is happening:
    Logic Pro X: Troubleshooting basics
    http://support.apple.com/kb/HT5859
    Verify that your computer meets the system requirements for Logic Pro X
    See Logic Pro X Technical Specifications.
    Test using the computer's built-in audio hardware
    If you use external audio hardware, try setting Logic Pro X to use the built-in audio hardware on your computer. Choose Logic Pro X > Preferences > Audio from the main menu and click the Devices tab. Choose the built in audio hardware from the Input Device and Output Device pop-up menus. If the issue is resolved using built-in audio, refer to the manufacturer of your audio interface.
    Start Logic with a different project template
    Sometimes project files can become damaged, causing unexpected behavior in Logic. If you use a template, damage to the template can cause unexpected results with any project subsequently created from it. To create a completely fresh project choose File > New from Template and select Empty Project in the template selector window. Test to see if the issue is resolved in the new project.
    Sometimes, issues with the data in a project can be repaired. Open an affected project and open the Project Information window with the Project Information key command. Click Reorganize Memory to attempt to repair the project. When you reorganize memory, the current project is checked for any signs of damage, structural problems, and unused blocks. If any unused blocks are found, you will be able to remove these, and repair the project. Project memory is also reorganized automatically after saving or opening a project.
    Delete the user preferences
    You can resolve many issues by restoring Logic Pro X back to its original settings. This will not impact your media files. To reset your Logic Pro X user preference settings to their original state, do the following:
    In the Finder, choose Go to Folder from the Go menu.
    Type ~/Library/Preferences in the "Go to the folder" field.
    Press the Go button.
    Remove the com.apple.logic10.plist file from the Preferences folder. Note that if you have programmed any custom key commands, this will reset them to the defaults. You may wish to export your custom key command as a preset before performing this step. See the Logic Pro X User Manual for details on how to do this. If you are having trouble with a control surface in Logic Pro X, then you may also wish to delete the com.apple.logic.pro.cs file from the preferences folder.
    If you have upgraded from an earlier version of Logic Pro, you should also remove~/Library/Preferences/Logic/com.apple.logic.pro.
    Restart the computer.
    Isolate an issue by using another user account
    For more information see Isolating an issue by using another user account.
    Reinstall Logic Pro X
    Another approach you might consider is reinstalling Logic Pro X. To do this effectively, you need to remove the application, then reinstall Logic Pro X. You don't have to remove everything that was installed with Logic Pro X. Follow the steps below to completely reinstall a fresh copy of Logic Pro X.
    In the Finder, choose Applications from the Go menu.
    Locate the Logic Pro X application and drag it to the trash.
    Open the Mac App Store
    Click the Purchases button in the Mac App Store toolbar.
    Sign in to the Mac App Store using the Apple ID you first used to purchase Logic Pro X.
    Look for Logic Pro X in the list of purchased applications in the App Store. If you don't see Logic Pro X in the list, make sure it's not hidden. See Mac App Store: Hiding and unhiding purchases for more information.
    Click Install to download and install Logic Pro X.
    Thank you for using Apple Support Communities.
    Cheers,
    Sterling

  • My performance is very slow when I run graphs. How do I increase the speed at which I can do other things while the data is being updated and displayed on the graphs?

    I am doing an an aquisition and displaying the data on graphs. When I run the program it is slow. I think because I have the number of scans to read associated with my scan rate. It takes the number of seconds I want to display on the chart times the scan rate and feeds that into the number of samples to read at a time from the AI read. The problem is that it stalls until the data points are aquired and displayed so I cannot click or change values on the front panel until the updates occur on the graph. What can I do to be able to help this?

    On Fri, 15 Aug 2003 11:55:03 -0500 (CDT), HAL wrote:
    >My performance is very slow when I run graphs. How do I increase the
    >speed at which I can do other things while the data is being updated
    >and displayed on the graphs?
    >
    >I am doing an an aquisition and displaying the data on graphs. When I
    >run the program it is slow. I think because I have the number of
    >scans to read associated with my scan rate. It takes the number of
    >seconds I want to display on the chart times the scan rate and feeds
    >that into the number of samples to read at a time from the AI read.
    >The problem is that it stalls until the data points are aquired and
    >displayed so I cannot click or change values on the front panel until
    >the updates occur on the graph. What can I do to be a
    ble to help
    >this?
    It may also be your graphics card. LabVIEW can max the CPU and you
    screen may not be refreshing very fast.
    --Ray
    "There are very few problems that cannot be solved by
    orders ending with 'or die.' " -Alistair J.R Young

Maybe you are looking for