Configuring coherence (sizes of caches, etc...)

Hi all,
I searched in the forums but didn't find the answer for my question.
The thing is that I have different caches, all using Replicated and/or Optimistic. The amount of data is so big that after a while the server/s go out of memory.
So, I what I want to do is to set up configuration like following:
- "Cache A" will use 60% of the memory (or 70mb);
- "Cache B" will use 10% of the memory(or 20mb);
- "Cache C" will use 30% of the memory(or 45mb);
and so on...
I checked the dtd and documentation and it seems that it is only possible to set number of objects in the cache.
Thanks for any replies.
Naimdjon

Hi Naimdjon,
Currently, Coherence does not have the facilities to evict based on the percentage of memory used on a cache by cache basis.
In this case you will have to analyze the data that you are caching and set the "high-units" (maximum number of objects) that the cache will handle.
Later,
Rob Misek
Tangosol, Inc.

Similar Messages

  • I want to upload a Banner to my iTunes U page. The banner file has all the requirements like as, kind, size, frame, and etc. Infortunately,  I could not upload the file. It does not show in Provider Page Configuration or the preview.   Someone could help

    I want to upload a Banner to my iTunes U page.
    The banner file has all the requirements like as, kind, size, frame, and etc.
    Infortunately,  I could not upload the file. It does not show in Provider Page Configuration or the preview.
    Someone could help me?

    Sounds like a driver issue. I never tested in bridge, so I could be wrong. But it sounds to me that when you are connected to that screen, your settings are not set to the full resolution of that screen.

  • Media/Disk cache, etc. setup for a desktop and laptop dual configuration

    Hi,
    (New User)
    I have a desktop at home, and a laptop.  I split my time about 50/50 between the two.  I use it for AE, PP, PS mainly
    Desktop hard drive setup:
    1 SSD (Currently, Windows 8 and Adobe CC installed)
    2 - 1TB (7200rpm) drives (1 drive is where I put my project files (gets sync'd with google drive) and the other drive isn't being used at the moment)
    Laptop:
    1TB Hard drvie (Of course, Win 8 and Adobe CC installed)  (And, the folder where I do my projects gets sync'd with google drive).
    As you can see, because I split my time between a laptop and desktop, I need to be working with the most current files (which is why I sync them through google drive).
    My question is (please remember I am new), where should I set up disk cache, media cache, and anything else so that it is effecient and more importantly so I can use either my laptop or desktop to work on the same files?
    Again, I barely know what I am talking about here.  I really don't understand what media cache, disk cache, etc. is.  I am trying to learn but I want to get this setup first so I can start with the tutorials on lynda.com.
    Thanks,
    Chris

    First you do not need disk cache for all projects. For some it may even get in the way. Second, put your disk cache wherever you would like. If you have a second drive that is fast, use that. If you have room on your SSD drive, use that.
    If you get into trouble with a comp and previews are fouled up or things just don't look right, empty your disk cache. It's not a necessity for working with AE, it's just a convenience for some projects that may help you work a little faster.

  • Running out of heap with size-limited cache

    I'm experimenting with creating a size-limited cache using Coherence 3.6.1 and not having any luck. I'm creating four 1GB storage-enabled cache nodes and then a non-storage-enabled process to populate them with test data. When I monitor the cache nodes w/ visualvm and run my test case to populate the cache, I just see the heaps get larger and larger until the processes either just stop responding, or I get an OutOfMemoryError. I've tried slowing down and even stopping, waiting for awhile, and then restarting the test case populating the caches to see if that helps, but it doesn't seem to make a difference.
    A related question, since Coherence doesn't seem to be able to recover from the OOME, is there anyway to configure it to end the process when that happens instead of just sitting there?
    Thanks.
    Stack Trace:
    SRVCoherence[93191:9953 0] 2011/06/29 00:39:04 1,015.5 MB/191.38 KB ERROR Coherence   -2011-06-29 00:39:04.679/449.883 Oracle Coherence GE 3.6.1.0 <Error> (thread=DistributedCache:PartitionedPofCache, member=4):
    java.lang.OutOfMemoryError: Java heap space
         at com.tangosol.util.SegmentedHashMap.grow(SegmentedHashMap.java:893)
         at com.tangosol.util.SegmentedHashMap.grow(SegmentedHashMap.java:840)
         at com.tangosol.util.SegmentedHashMap.ensureLoadFactor(SegmentedHashMap.java:809)
         at com.tangosol.util.SegmentedHashMap.putInternal(SegmentedHashMap.java:724)
         at com.tangosol.util.SegmentedHashMap.put(SegmentedHashMap.java:418)
         at com.tangosol.util.SimpleMapIndex.insertInternal(SimpleMapIndex.java:236)
         at com.tangosol.util.SimpleMapIndex.insert(SimpleMapIndex.java:133)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$Storage.updateIndex(PartitionedCache.CDB:20)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$ResourceCoordinator.processEvent(PartitionedCache.CDB:74)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$ResourceCoordinator.finalizeInvokeSingleThreaded(PartitionedCache.CDB:56)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$ResourceCoordinator.finalizeInvoke(PartitionedCache.CDB:9)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache.processChanges(PartitionedCache.CDB:3)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache.onPutAllRequest(PartitionedCache.CDB:68)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$PutAllRequest.onReceived(PartitionedCache.CDB:85)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onMessage(Grid.CDB:11)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onNotify(Grid.CDB:33)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.PartitionedService.onNotify(PartitionedService.CDB:3)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache.onNotify(PartitionedCache.CDB:3)
         at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:42)
         at java.lang.Thread.run(Thread.java:680)Cache Config:
    <?xml version="1.0"?>
    <!DOCTYPE cache-config SYSTEM "cache-config.dtd">
    <cache-config>
        <caching-scheme-mapping>
            <cache-mapping>
                <cache-name>Event</cache-name>
                <scheme-name>EventScheme</scheme-name>
            </cache-mapping>
        </caching-scheme-mapping>
        <caching-schemes>
            <distributed-scheme>
                <scheme-name>EventScheme</scheme-name>
                <service-name>PartitionedPofCache</service-name>
                <partition-count>16381</partition-count>
                <serializer>
                    <class-name>com.tangosol.io.pof.ConfigurablePofContext</class-name>
                </serializer>
                <backing-map-scheme>
                    <local-scheme>
                        <high-units>300m</high-units>
                        <low-units>200m</low-units>
                        <unit-calculator>BINARY</unit-calculator>
                        <eviction-policy>LRU</eviction-policy>
                    </local-scheme>
                </backing-map-scheme>
                <autostart>true</autostart>
            </distributed-scheme>
            <invocation-scheme>
                <service-name>InvocationService</service-name>
                <thread-count>5</thread-count>
                <autostart>true</autostart>
            </invocation-scheme>
        </caching-schemes>
    </cache-config>

    Hi Timberwolf,
    Some tips to keep in mind when cnofiguring a cache to be size limited:
    - High units are per storage node. For instance, 5 storage nodes with a high-units configuration of 10mb can theoretically store up to 50mb. However this implies a perfect distribution which is normally not the case.
    - High units are per named cache. If two caches are mapped to a scheme and the scheme specifies a high units of 10mb, then each cache will have a high units of 10mb, meaning 20mb of storage total. This is especially important to keep in mind when using a wildcard (*) naming convention.
    - For backing maps, high units only take primary storage into account. With a backup count of 1 (the default) a high-units setting of 10mb really means that up to 20mb of data will be stored on that node for that cache.
    - The entire heap of a dedicated storage node cannot be used for storage. In other words, a 1gb heap cannot hold 1gb of cache data. At the very most, ~75% can be used for cache storage (around 750mb.) If the storage node is performing grid functions (such as entry processors, filters, or aggregations) then the total high-units setting should be less than 75%.
    A sample configuration could look like this: 1gb JVM with 700mb dedicated storage. Half of the storage is primary and half is backup. Therefore, the total high-units for that node should not exceed 350mb.
    Hope it helps.
    Thanks,
    Cris

  • Finder windows size and position etc.  on clients' machines

    How to configure server's finder windows size and position etc. are on clients' machines so that they persist? Thank you!
    PS: If this has already been discussed, please refer to the thread. Sorry for double post in that case.

    Try connecting to the Share as the Server Admin, make your window the size and position you want and logout again.
    This information is stored in the .DS file.
    Message was edited by: Patrick Savelberg (Private)

  • How can I add more than one same spry menu (eg. collapsible menu)  with in different styles (font size, color, background, etc) on current page?

    How can I add more than one same spry menu (eg. collapsible menu)  with in different styles (font size, color, background, etc) on current page?

    Hi Nancy,
    This screenshot was only for imagination. A part of the code (not all) is below.  In the code there are some background images but they are not seem in live mode.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title></title>
    <link href="css/my_site.css" rel="stylesheet" type="text/css" />
    <link href="SpryAssets/SpryTabbedPanels.css" rel="stylesheet" type="text/css"/>
    <link href="SpryAssets/SpryCollapsiblePanel.css" rel="stylesheet" type="text/css" />
    <script src="SpryAssets/SpryTabbedPanels.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryCollapsiblePanel.js" type="text/javascript"></script>
    <style>
    #CollapsiblePanel1 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-color: #003366;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel1 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        line-height: 52px;
    #CollapsiblePanel1 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        line-height: 52px;
    #CollapsiblePanel2 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/international.jpg);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel2 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel2 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel2 .CollapsiblePanelContent {
        background-color: blue;
    #CollapsiblePanel3 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel3 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel3 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel4 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel4 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel4 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel5 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel5 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel5 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    </style>

  • Sharepoint 2010 - configuration database size limit

    Hi,
       We have below scenario in our production farm. Ours is a SharePoint 2010 Enterprise Edition server.
    Medium size farm (4 WFE, 4 App Servers, Content DBs in separate tier. No SharePoint search in this farm)
    Configuration DB reached 250+ GB. Please clarify below queries.
    1. What is the boundary limit for configuration database size?
    2. How we can scale the configuration database?
    3. Can we add multiple configuration database per farm?
    4. What are the best practices and regular maintenance activities to be done to keep the configuration db size under control?
    It would be really really great if someone gives some good knowledge in this area.

    1) Not aware of one
    2) You can add multiple files to the file group
    3) No
    Is the growth in the MDF or the LDF (log file)? If it is in the log file, are you using high availability (Clustering, Mirroring, Log Shipping, AlwaysOn)? If so, you need to run a BACKUP LOG periodically to maintain the LDF size, or allow you to truncate
    the LDF.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Using EclipseLink or JPA with Oracle Coherence as shared cache

    Hi,
    I expect to use EclipseLink with Oracle Coherence as shared cache, mainly with/for Entity Caching.
    * JPA)
    For JPA queries, is the JPA semantics fully preserved when using Oracle Coherence ?
    * Non-JPA)
    Are the non-JPA API taking also advantage from Oracle Coherence ?
    For these non-JPA queries, is the semantics fully preserved when using Oracle Coherence ?
    Regards,
    Dominique
    PS: I hope this is the right forum to ask my questions.
    Otherwise, could you tell me what is the right forum ?
    Thanks.

    Yes, JPA semantics are fully preserved when using TopLink-Grid to cache entities within Coherence.
    Yes, the native EclipseLink APIs can also take advantage of TopLink-Grid and Coherence.
    I am not sure what you mean by "For these non-JPA queries, is the semantics fully preserved when using Oracle Coherence ?" Perhaps you can provide an example of what you are looking for?
    --Gordon                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Firefox does NOT respond when trying to clear history, cache etc

    Firefox does NOT respond when trying to clear history, cache etc
    windows says not responding and I can not clear anything

    Look this one
    http://kb.mozillazine.org/About:config_entries
    go to PRIVACY and read the following
    privacy. item. cache
    privacy. item. cookies
    privacy. item. downloads
    privacy. item. formdata
    privacy. item. history
    in about:config all the above put it to TRUE if there are FALSE
    thank you

  • How to configure and use jboss cache

    Hi,
    I need to use Jboss Cache in our application,
    But i don't know anything about Jboss Cache...
    can u tell me requirements and configuration for this?
    and i am using jboss application server 3.2.3..
    and apache-ant-1.7.1, jdk1.6.0_06, jbosscache 2.2.0
    can u tell me how to configure and use jboss cache?
    Thanks & Regards
    Thilkumar

    Go to the JBoss web site and read up on the documentation there.
    And if you still have any questions you'll probably get better answers at the JBoss forums than in these forums.
    - Roy

  • General Warning: could not get server configuration in ldap, using cached c

    Guys,
    desperately need some help here. I have an installation consisting of 4 mtas that speak to an ldap. I'm currently in the process of adding 2 more. I've added the fifth and there has been no problem whatsoever. I'm now trying to add the sixth. I install the software. There are no error messages as the software installs. It's able to see both the configuration and the user directories. Once this is finished I immediately go and run start-msg and for each component I get the message :
    "General Warning: could not get server configuration in ldap, using cached configuration information".
    I've tried pinging and tracerouting my ldap server with no problem, I can telnet/ssh to it. My server configuration is almost eaxctly the same as the fifth server. I make no other changes after the installation scripts finishes, yet it can't talk to the ldap.
    I running IMS5.2p1 on a Solaris 8 SPARC server.
    Thanks
    Ali

    That error message only comes up when the server can't get to the config ldap server on startup. There's no other time when you see this.
    There is either a mis-configuration of your server, or of your ldap, or you just can't get there from here.
    Why are you installing 5.2p1, now? 5.2p2 has been out for over a year. ..
    6.0 has been out for well over a year, and 6.2 has been out for many months, now. I hate to see you installing old software, when new is available.

  • XMA exceeding the configured page size

    I've developed a call-based ECMA2.0 xma that gets a load of users from a web-service and for the full-import builds a ~3600 user list of CSEntryChange objects which are added to the GetImportEntriesResults object that's returned to the sync engine.
    I've got a full-import (stage only) run profile with default values and when running the xma, which builds the list of users as expected, I get a "stopped-ma" error in the sync engine and then the following item in the event log:
    The server encountered an unexpected error while performing an operation for a management agent.
     "3459 objects were returned on import, exceeding the configured page size in the Run Profile of 0. Only the first 0 objects were processed. Import aborted."
    Looking at the
    http://technet.microsoft.com/en-us/library/hh859479(v=ws.10).aspx walk-through guide, I've followed it and even put in their values for the page-size properties (which seem very low to me) and even tried configuring the page-size of the run profile,
    though this doesn't seem to have any effect.
    I'd like an unlimited page-size so it can handle any number of users, which I thought the default run profile value of 0 would be.
    Does anyone know what I'm doing wrong?

    There's no need to spool anything to disk - just wrap the results in an Enumerator that lives outside the scope of getting a page of results.  Here's a little example that maps quite closely to ECMA2 structure.
    IEnumerator<string> enumerator;
    void Main()
    enumerator = Stuff().GetEnumerator();
    bool hasMore = true;
    while (hasMore)
    var results = GetPage(995, out hasMore);
    Console.WriteLine("Got {0} results", results.Count);
    List<string> GetPage(int pageSize, out bool hasMore)
    var list = new List<string>(pageSize);
    hasMore = true;
    for (int i = 0; i < pageSize; i++)
    if (enumerator.MoveNext())
    list.Add(enumerator.Current);
    else
    hasMore = false;
    break;
    return list;
    IEnumerable<string> Stuff()
    for (int i = 0; i < 1000; i++)
    yield return string.Format("value {0}", i);
    Steve Kradel, Zetetic LLC

  • How to create an commerce chart of sizes and prices, etc?

    How to create an commerce chart of sizes and prices, etc?

    Hi,
    Andreas is right, we have many ways to deploy Windows 8.1 like OEM.
    You can also try the ADK:
    Windows Assessment and Deployment Kit (Windows ADK) for Windows 8.1
    http://www.microsoft.com/en-hk/download/details.aspx?id=39982
    The Windows ADK enables two key scenarios: Windows deployment and Windows assessment.
    Windows Deployment is for OEMs and IT professionals who customize and automate the large-scale installation of Windows on a factory floor or across an organization.
    Kate Li
    TechNet Community Support

  • Configure lot size for MRP

    Hi Experts,
    I would like to configure lot size for 3 monthly, can any one explain me the configuration procedures?
    Thanks alot
    Rgds,

    Hi Vivek,
    I copied the Z3 form MB, and changed the no of periods into 3. and there're no difference between material assigned with Z3 or MB.
    We haven't activated MRP4 view, do I have to activate that view first to make this happen?
    for your additional info, I use MRP type (configured) based on ROP.
    Pls help.
    Thanks

  • Thread pool configuration for write-behind cache store operation?

    Hi,
    Does Coherence have a thread pool configuration for the Coherence CacheStore operation?
    Or the CacheStore implementation needs to do that?
    We're using write-behind and want to use multiple threads to speed up the store operation (storeAll()...)
    Thanks in advance for your help.

    user621063 wrote:
    Hi,
    Does Coherence have a thread pool configuration for the Coherence CacheStore operation?
    Or the CacheStore implementation needs to do that?
    We're using write-behind and want to use multiple threads to speed up the store operation (storeAll()...)
    Thanks in advance for your help.Hi,
    read/write-through operations are carried out on the worker thread (so if you configured a thread-pool for the service the same thread-pool will be used for the cache-store operation).
    for write-behind/read-ahead operations, there is a single dedicated thread per cache above whatever thread-pool is configured, except for remove operations which are synchronous and still carried out on the worker thread (see above).
    All above is of course per storage node.
    Best regards,
    Robert

Maybe you are looking for

  • Doubt regarding ,starting bea server using ant wlrun

    Hi I am using ant wlrun to start bea weblogic server , but am not able to start it. I am using ant wlrun task to start the server but its throwing exception <property name="BEA_HOME" value="D:/BEA" /> <property name="WL_HOME" value="${BEA_HOME}/weblo

  • What is cumulative key figure and non cumulative key figure?

    Hi Experts, can anyone clarify me about KEY FIGURES in detail with an example for each topic like 1.Aggregation Tab in Key Figure InfoObject 2.Cummulative 3.Non Cummulative/Cummulative Values 4.Non Cummulative( Inflow & Outflow ) I think it would be

  • Displaying types in SOAP envelope

    TCP tunnel displays my SOAP body as follows: <soapenv:Body><AddUpdate xmlns="uri:webservice.thenet.software.com"> <TheNetObject> <Reference xmlns="uri:thenet.software.com"><ID>BPELTest</ID></Reference> <AccountName xmlns="uri:thenet.software.com">BPE

  • Automating video filters based on audio changes?

    Hello, I'm wondering if there is a non-manual way to automate the parameters of video filters based on increases and decreases in audio track I'm aware that filter parameters can be modified by hand using keyframes and curves, I'm just wondering if t

  • Download problem with Ringo ibook Photograph

    I am unable to open my purchase of the new Ringo Starr ibook "Photograph".  There is an update attempting to download but it never completes.  When I attempt to open the book I just get a spinning icon.