[svn:fx-trunk] 7830: Update ASDoc on the new backgroundFrameRate property to WindowedApplication , to by default reduce the CPU usage in cases where an app is not 'active'.

Revision: 7830
Author:   [email protected]
Date:     2009-06-14 15:57:29 -0700 (Sun, 14 Jun 2009)
Log Message:
Update ASDoc on the new backgroundFrameRate property to WindowedApplication, to by default reduce the CPU usage in cases where an app is not 'active'.
Bugs: SDK-21135
Reviewer:
QE Notes:
Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-21135
Modified Paths:
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/core/WindowedApplication.as
    flex/sdk/trunk/frameworks/projects/airframework/src/spark/components/WindowedApplication. as

By the way, I agree with sybrand: you need to tune
your redo log size.
Regards
Ignacio
http://oracledisect.blogspot.com
Ignacio,
The excessive waits on log file parallel write and the related client wait of log file sync may be due to insufficient CPU availability, and may not point at an actual redo log size problem or a problem with the disk speed where the redo is written to disk, especially if there are 3 Oracle instances on the server with a single CPU.
Paraphrased from "Optimizing Oracle Performance":
The log file sync wait event is one of the first events to show increased latencies due to the time a process spends waiting in a CPU wait queue while processing excessive logical IOs.
Kevin Closson wrote a couple blog entries that examined the potential problems of insufficient CPU capacity and its effects on log file parallel write when writing to solid state disks, and even when writing redo was explicitly disabled:
http://kevinclosson.wordpress.com/2007/07/21/manly-men-only-use-solid-state-disk-for-redo-logging-lgwr-io-is-simple-but-not-lgwr-processing/
"Once LGWR loses his CPU it may be quite some time until he gets it back. For instance, if LGWR is preempted in the middle of trying to perform a redo buffer flush, there may be several time slices of execution for other processes before LGWR gets back on CPU..." Fix the CPU problem, and the other significant waits may decrease.
JesusLuvR,
yingkuan's suggestion to look at the SQL statement that performs the 4,365,564 logical IOs, consumes 186.03 CPU seconds, and has an execution time of 225.06 seconds, is likely a very good starting point. You might also want to check the value of the SESSION_CACHED_CURSORS parameter to see if it needs to be adjusted.
Charles Hooper
IT Manager/Oracle DBA
K&M Machine-Fabricating, Inc.

Similar Messages

  • [svn:fx-trunk] 7753: Adding backgroundFrameRate property to WindowedApplication, to by default reduce the CPU usage in cases where an app is not 'active'.

    Revision: 7753
    Author:   [email protected]
    Date:     2009-06-11 12:29:44 -0700 (Thu, 11 Jun 2009)
    Log Message:
    Adding backgroundFrameRate property to WindowedApplication, to by default reduce the CPU usage in cases where an app is not 'active'.
    Bugs: SDK-21135
    Reviewer: Ryan, Darrell
    QE Notes: Test needs to be written for this new API. PARB has tentatively approved, will update spec here: http://opensource.adobe.com/wiki/display/flexsdk/Spark+WindowedApplication
    Doc Notes: Needs to be documented and ASDoc scrubbed. 
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-21135
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/airframework/src/mx/core/WindowedApplication.as
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/components/WindowedApplication. as

    Hi,
    when the pageFlow scope map is preserved on task flow exit then this is a bug. Can you file it ?
    Frank

  • [svn:fx-trunk] 11664: Update ASDoc comments on new MXItemRenderer classes, and fix a broken HTML tag in Range.as

    Revision: 11664
    Author:   [email protected]
    Date:     2009-11-11 11:42:00 -0800 (Wed, 11 Nov 2009)
    Log Message:
    Update ASDoc comments on new MXItemRenderer classes, and fix a broken HTML tag in Range.as
    QE notes: -
    Doc notes: -
    Bugs: -
    Reviewer: -
    Tests run: - Checkintests
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/mx/controls/dataGridClasses/MXDataGridItemRe nderer.as
        flex/sdk/trunk/frameworks/projects/spark/src/mx/controls/listClasses/MXItemRenderer.as
        flex/sdk/trunk/frameworks/projects/spark/src/mx/controls/treeClasses/MXTreeItemRenderer.a s
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/Range.as

    Revision: 11664
    Author:   [email protected]
    Date:     2009-11-11 11:42:00 -0800 (Wed, 11 Nov 2009)
    Log Message:
    Update ASDoc comments on new MXItemRenderer classes, and fix a broken HTML tag in Range.as
    QE notes: -
    Doc notes: -
    Bugs: -
    Reviewer: -
    Tests run: - Checkintests
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/mx/controls/dataGridClasses/MXDataGridItemRe nderer.as
        flex/sdk/trunk/frameworks/projects/spark/src/mx/controls/listClasses/MXItemRenderer.as
        flex/sdk/trunk/frameworks/projects/spark/src/mx/controls/treeClasses/MXTreeItemRenderer.a s
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/Range.as

  • [svn:fx-trunk] 10931: Update ASDoc version tags to show IID. as and IAdvancedStyleClient.as as Flex 4

    Revision: 10931
    Author:   [email protected]
    Date:     2009-10-08 07:43:33 -0700 (Thu, 08 Oct 2009)
    Log Message:
    Update ASDoc version tags to show IID.as and IAdvancedStyleClient.as as Flex 4
    QE notes: -
    Doc notes: -
    Bugs: -
    Reviewer: -
    Tests run: - checkintests
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IID.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/IAdvancedStyleClient.as

    I had downloaded it for test, and requested for evaluation license...
    But I haven't got license, and also I am not able to find Flash Builder Plugins from HFCD site....
    I think those plugins are removed from site....
    Please help me, if anyone have those plugins...

  • [svn:fx-trunk] 9646: update ASDoc @copy tag for skin part

    Revision: 9646
    Author:   [email protected]
    Date:     2009-08-26 10:59:49 -0700 (Wed, 26 Aug 2009)
    Log Message:
    update ASDoc @copy tag for skin part
    QE notes: -
    Doc notes: -
    Bugs: -
    Reviewer: -
    Tests run: -
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/ApplicationSkin.mxml

    FYI - This regression has been filed here: http://bugs.adobe.com/jira/browse/SDK-31989

  • [svn:fx-trunk] 12466: Update ASDoc to match spec

    Revision: 12466
    Revision: 12466
    Author:   [email protected]
    Date:     2009-12-03 12:26:07 -0800 (Thu, 03 Dec 2009)
    Log Message:
    Update ASDoc to match spec
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-24526
    Reviewer: Me
    API Change: No
    Is noteworthy for integration: No
    tests: checkintests
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24526
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/mx/controls/listClasses/MXItemRenderer.as
        flex/sdk/trunk/frameworks/projects/spark/src/mx/controls/treeClasses/MXTreeItemRenderer.a s

  • [svn:fx-trunk] 9957: Update ASDoc on mx.soap. Operation xmlSpecialCharsFilter and AbstractWebService. xmlSpecialCharsFilter

    Revision: 9957
    Author:   [email protected]
    Date:     2009-09-03 06:41:49 -0700 (Thu, 03 Sep 2009)
    Log Message:
    Update ASDoc on mx.soap.Operation xmlSpecialCharsFilter and AbstractWebService.xmlSpecialCharsFilter
    QE notes: -
    Doc notes: -
    Bugs: -
    Reviewer: -
    Tests run: - checkintests
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/soap/AbstractWebService.as
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/soap/Operation.as

  • [svn:fx-trunk] 10807: Updating asdoc build to include textLayout sources

    Revision: 10807
    Author:   [email protected]
    Date:     2009-10-02 07:58:10 -0700 (Fri, 02 Oct 2009)
    Log Message:
    Updating asdoc build to include textLayout sources
    QE notes: None.
    Doc notes: None
    Tests run: ant asdoc
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/trunk/asdoc/build.xml

    I had downloaded it for test, and requested for evaluation license...
    But I haven't got license, and also I am not able to find Flash Builder Plugins from HFCD site....
    I think those plugins are removed from site....
    Please help me, if anyone have those plugins...

  • TS4062 My Iphone won't appear in my devices in Itune.... And the WiFi does not work on my phone.... I seems like there is no solution to update my phone to the new ios on my computer or WiFi without using the 3g because of this!!! help me out

    My Iphone won't appear in my devices in Itune.... And the WiFi does not work on my phone.... I seems like there is no solution to update my phone to the new ios on my computer or WiFi without using the 3g because of this!!! help me out

    Hello there, TempestBelcher.
    It seems you've covered all the bases, but feel free to review the iPhone Troubleshooting Assistant for connectivity here:
    Apple - Support - iPhone - Calls Troubleshooting Assistant
    http://www.apple.com/support/iphone/assistant/calls/#section_0
    If you've followed all the instructions then there are a few good recommendations for what to do next in the last step.
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro D.

  • I just got a notice to update my firefox to 4.0 and when I downloaded the new software it indicated: that I can't open the application "Firefox" because it is not supported on this architecture. Any ideas about what might be wrong and how to fix it?

    I just got a notice to update my firefox to 4.0 and when I downloaded the new software it indicated: that I can't open the application "Firefox" because it is not supported on this architecture. Any ideas about what might be wrong and how to fix it?

    Firefox 4 requires at least OS X 10.5 and an Intel Mac. There is a third party version of Firefox 4 that runs on OS X 10.4/10.5 and PPC Macs, for details see http://www.floodgap.com/software/tenfourfox
    If you prefer, you can get the latest version of Firefox 3.6 from http://www.mozilla.com/en-US/firefox/all-older.html

  • I'm trying to update my daughter's Ipad2 to the new IOS 8 and it's got stuck on the connect to ITunes display.  We don't have a computer to connect it to and it's never been connected to one.  How do I get past this?

    I'm trying to update my daughter's Ipad2 to the new IOS 8 and it's got stuck on the connect to ITunes display.  We don't have a computer to connect it to and it's never been connected to one.  How do I get past this?

    You can try a soft-reset of pressing and holding both the home and sleep buttons for 10 to 15 seconds so that it reboots, but you are likely to get the same screen. If it does then it will need to be connected to a computer's iTunes so that it can be reset back to factory defaults - do you have a friend with a computer with iTunes installed on it, or is there an Apple store nearby that you could try going to (if there is then preferably make a Genius Bar appointment at it, or don't go at a busy time) ?
    Has she been backing up to the cloud ? If she has then she should be able to restore to that. If not then what she can redownload for free from the stores will show in the Purchased tabs in the store apps.

  • I recently updated my Iphone4 to IOS5. The NEW profile picture of my contacts keep disappearing and the old photo comes back on whenever I do a sync.  How do I solve this?

    I recently updated my Iphone4 to IOS5. The NEW profile picture of my contacts keep disappearing and the old photo comes back on whenever I do a sync. How do I solve this?

    Please search the forums. This has been covered here extensively.

  • I updated the new IOS 4.3.3 on my IPad, since then i Am having trouble accesesing any App. What happens is i cant enter it or other wise it closes as soon as i enter it...i need help solving tris inconvenient.

    I updated the new IOS 4.3.3 on my IPad, since then i Am having trouble accesesing any App. What happens is i cant enter it or other wise it closes as soon as i enter it...i need help solving tris inconvenient.

    I have the same problem and I haven't solved it yet. On Friday I plugged in my iPad to my work computer after not having done so for quite a while. Today I went onto the work computer and discovered I had not updated iTunes before plugging in the iPad (and which I cannot do without an administrator password). I guess I will update iTunes and try again when I can get the guy to show up with the password. I hope that works. The reset idea does not work on mine.
    Was your iiTunes updated before you tried? Have you found any solution yet? Mail and some internet apps still work but games, notes applications, spreadsheets etc. just begin to open and close immediately.
    If anybody has answers I'd love to get some clues.

  • Hi, my iPod touch has been unable to sync since downloading the new cloud software.  It says: An error occurred while restoring this iPod (-34)  So my music is not on it.  it doesn't have 3G so the cloud is pointless anyway.  Music is all I use on it.

    Hi, my iPod touch has been unable to sync since downloading the new cloud software.  It says: An error occurred while restoring this iPod (-34)  So my music is not on it.  The apps are still on it.  It doesn't have 3G so the cloud is pointless anyway.  It just said it was a software update, I should have avoided it.  Music is all I use on it so help me please!

    Error 20, 21, 34, 37: These errors typically occur when security software interferes with the restore and update process. If you are using a PC, follow this article to resolve this issue.
    Above from:
    http://support.apple.com/kb/TS3694

  • I have a G5 mac using ver 10.4.11 and a newer mac using ver 10.8.4 these are networked. using the new mac i looked up my my photo on the old mac. It then said you need to upgrade your library which it did. Now the old mac can not open the photos

    I have a G5 mac using ver 10.4.11 and a newer mac using ver 10.8.4 these are networked. using the new mac i looked up my my photo on the old mac. It then said you need to upgrade your library which it did. Now the old mac can not open the photos and say that I need to upgrade my I photo to a newer version. The old mac has no more support from apple in software update so I am not sure where I should go from here. can I use new soft ware with the old mac

    The other part of the upgrade message was a warning that once you upgraded you would no longer be able to open the library with the old version which is exaclty what you did and what happened when you choose to continue
    The iphoto library needs to be upgraded to work with this version of iPhoto. Your photo library will not be readable by previous versions of iphoto after the upgrade. The upgrade process may take several minutes depending on the number of photos in the library. Cancel or upgrade.
    So now your choices are to not use iPhoto with the previous version using it onky with the newer version, restore your backup from before you did this upgrade or purchase iPhoto Library Manager and use it to rebuild the library using the older version of iPhoto (instructions are on their web site) thereby downgrading it (without projects)
    LN

Maybe you are looking for

  • New iMac, migrated from macbook and now mail won't work. Tried re-installing operating system, still doesn't work. Can anyone help me to get mail working? thanks

    I just bought a new iMac and I thought that it would be simple to migrate from my MacBook. I have a time machine back-up so I decided to migrate using that. Everything seemed to instal pretty well with the exception of mail.  To begin with I had 2 ma

  • Syncing with iPhone & iPad

    Hi, i am in the process of gettin rid of my macbook, once I do this i am purchasing the new iPad - the worry I have is - what happens to my music, tones, movies and books etc in itunes, as i know there isnt an itunes option on the ipad? Will these be

  • I'm having problems with my ringtones please help

    I have tried everything to fix my BB Curve problem even down to the battery.   I have custom ringtones set for my husband and other family members.  So whenever they call or text I know who it is..  Now my issue is that if I get a text from my son hi

  • IPod sync worries

    I haven't been good about authorizing and reauthorizing computers over the years. My daughter has her iPod that is partially synced to this and that computer. She has dropped music on it from iTune Libraries I have had, but we have a problem now beca

  • A55M-P33, CPU fan not slowing down with Cool&Quiet

    Hi, I recently build a computer with an A55M-P33 motherboard and A4-3400 CPU with stock fan. That CPU came from my computer and was working fine, the fan too and both throttled down with Cool&Quiet enabled. On the A55M-P33, the CPU does throttle down