Multiple Core Support

I have a Dual CPU Xeon with Quad Cores and its pretty clear
the flash encoder is only using 1 core on each CPU, is there a
configuration or patch or future support of multiple core CPUS
planned or available?
thanks

Where could I get my hands on a beta version of FME. I am
trying to stream out mp3, but unfortunately I am olny allowed the
nellymoser codec. Do you have any idea of how I can stream mp3
instead of NellyMoser?
Thanks

Similar Messages

  • Support for multiple core?

    Does GarageBand support multiple-core processors? In other words, would it take advantage of the multple cores the new MacPro offers?

    Hi -g,
    all Windows Home versions (XP and Vista) only support one physical prcossor with multiple Cores.
    Windows Professional versions (XP Professional and Vista Business+Ultimate) support two physical processor with multiple Cores each.
    Regards
    Stefan

  • Multiple Browser Support in Webcenter

    What are the code changes that are to be made to have Multiple browser support in Webcenter?
    what is done in Webcenter to provide to browser independent UI
    e,g in jsp , we usually write javascript
    if browser is this, do this
    else do this
    kind of logic

    Even When I use JSTL and have modified the code to the following
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:c="http://java.sun.com/jsp/jstl/core"
    xmlns:fn="http://java.sun.com/jsp/jstl/functions"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
    <jsp:directive.page contentType="text/html;charset=UTF-8"/>
    <f:view>
    <af:document id="d1">
    <af:form id="f1">
    <c:choose>
    <c:when test="${fn:containsIgnoreCase(header('User-Agent'), 'MSIE 6.0')}">
    <c:out value="Its IE6"/>
    </c:when>
    <c:otherwise>
    <c:out value="Its others"/>
    </c:otherwise>
    </c:choose>
    </af:form>
    </af:document>
    </f:view>
    </jsp:root>
    i get error on compile that says
    Error(12,16): The function "header" for prefix "" can not be found in the specified tag library.

  • FCE 4 vs. 3.5 with multiple cores

    Hello,
    I've just upgraded to an 8-core Mac Pro. I've been using FCE 3.5 HD, and wondering if there's much difference between how it uses multiple cores for things like rendering, vs. FCE 4. I don't need the new video formats that 4 supports, so was wondering if I would notice any speed improvements by upgrading. Thanks.
    Dan

    Hi Mark,
    Thanks for the reply.
    FCP cost's $300 - do I really need that if Motion 5 does the same thing?  If it gets my render speed down significantly I'm willing but I won't be using it for anything else - I just want to make sure I get a good return on my investment.
    And "compressor" is that a part of FCP or another program to purchase?

  • Feature Request - Better Multiple Monitor Support

    Lightroom's support for a second display has definitely helped my  workflow. I hope the team will consider adding more flexible multiple  monitor support in version 4. Here's why.
    I've recently  experimented with running one of my three screens in portrait mode. When  this screen hosts Lightroom's secondary display window in Loupe view,  my verticals finally get equal real estate for editing. While I've not  done hard statistics on my library, I know more than 50% of my imagery  is in portrait orientation.
    I'd like to see LR V4 support three or more screens so I could set up as follow:
    Screen 1 - main lightroom interface, would not need to be calibrated, for controls and navigation
    Screen  2 - Portrait orientation, loupe view - this would be a calibrated  display, all develop changes to verticals would be judged on this screen
    Screen  3 - Landscape orientation, loupe view - another calibrated display, all  develop changes to horizontals would be judged on this screen
    If  Adobe could make the app intelligent enough to route the image to the  correct screen based on orientation (recognizing and respecting cropping  that could change orientation) my edit sessions would certainly speed  up and I could maximize the productivity of multiple screens.
    I'd  be happy with this, but I'm also stymied by the need to switch back to  Library mode to tag images when my primary workflow has me in develop.  Ultimately everything depends on the quality of the image. Before I  invest in image-specific meta data, I have to process or at least  "test-process" an image. IMO the Quick Develop panel is useless, once  you become accustomed to the granular control of the develop sliders, it  just doesn't cut it.
    In the three monitor setup I described  above I'd love to be able to configure screen 1, with a combination of  panels from Library and Develop, so I could stay "develop centric" with  immediate access to keywording and meta. The two additional screens  would intelligently handle image display.
    I think this might  speed my workflow by 33% and having just returned from a Tour de France  project that generated 23,000 images I need all the productivity help I can  get.

    VeloDramatic wrote:
    Thanks for all those votes Rob. Now we just need to get the other 999,999 on board.
    Actually, this topic has come up a lot on this forum. At this point, I think we just need to get Adobe on board.
    VeloDramatic wrote:
     There may be another thread for this one additional thought. If Adobe does improve multiple monitor support, we should be able to optimize our previews for those screens. Even after prerendering 1:1 previews there are issues with DEVELOP doing its own thing (I believe) each time a new image is loaded. I make extensive use of the PREVIOUS button moving through my shoots and there's always a lag of one or two seconds while the develop preview loads before the button is active. In a desktop environment where multiple screens allow landscape and portrait images to be displayed full screen I'd argue that 100% of the host screen resolution would be the ideal preview. Hope that made sense.
    Yes, faster switching would be nice. I'm not sure what that would take. As it stands, there's like "9" previews generated when you do 1:1s - 100% down to tiny thumbnails. Still, one at exact monitor size that does not need to be resized at all does seem like it would be the fastest - I'm a bit on a limb though at this point.
    Rob

  • Multiple language support

    A few questions:
    1) Does the report viewer control have multiple language support? I could not find a way to resource the status bar, toolbar tooltips, or subsequent dialogs.
    2) Is there a way to support multiple languages in the reports? I'm thinking of inspecting all ReportObjects in the ReportDefinition, but I'm wondering if there's a less invasive way of handling this.
    3) Is there a way to determine the last page number of a report? I understand that not all pages are loaded initially and I'm ok with that limitation, but I can find no way to determine if the user's reached the last page other than looking at the enabled state of the "Last Page" button in the toolbar.
    Any assistance is appreciated.

    1. Yes we support multiple languages. Go here http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/devsuite.htm then check out Crystal Reports .NET SDK > Tutorials and Sample Code > Other Tutorials > Configuring Multilingual Client Support.
    2. This depends on what you mean by supporting multiple languages? Do you mean you want the entire report, including data to be in another language? If so then this is up to you. We don't translate the data. We only translate the tooltips, toolbar, and regionalize the data formats. You can either switch to a different data table for the correct language, create a formula to translate for you, or create a custom UFL and subscribe to a translation service to translate the data for you.
    3. Yes. Check out note 1216240 here https://www.sdn.sap.com/irj/sdn/businessobjects-notes.

  • NB520 - Multiple monitor support

    Do NB520 have multiple monitor support built in, if not, how can I have multiple monitor support for my NB520? I need for using a Pewerpoint 2007 (to display presenter view differs from audience view).
    Many thanks for an answer in advance.

    Hi smit_Aood,
    The NB520 supports one external monitor and you can use internal + external monitor at the same time (two monitors are supported). Furthermore you can choose if you want to extend the desktop on second monitor or clone it.
    Using FN+F5 key combination you can switch between different modes.
    Last but not least you can also use a Beamer or TV as second monitor. A certain computer monitor is not required. ;)

  • Multiple Monitor support using RDP in Windows 10

    Does anyone know if you can use multiple monitors when connecting through RDP in Windows 10? In Windows 7, you need to be using Windows 7 Ultimate in order for RDP to support more than one monitor.
    For example, my home setup has (2) 22" monitors and I want to RDP to my work PC which also has (2) 22" monitors. We are running windows 7 Pro, so only one monitor would display on my home PC and I couldn't view my 2nd work monitor.
    Thanks!

    Michalsm2000,
    I can't test that due to the shortage of resources.
    For the RDP multiple Monitor support, it should be supposed to work on Windows 10.
    Regarding what is new in RDP, you may check:
    What's New in Remote Desktop Services in the Windows Server Technical Preview
    Regards
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • What Multiple GPU Support??

    I just purchased a very pricey Mac Pro for my company, with the intention of utilizing it's dual GPUs & processing power for fast turnaround times on video projects. Turning on GPU acceleration in Premiere, however, essentially renders this machine useless. I can use Premiere (GPU acceleration on) with a single monitor, but as soon as I hook up a 2nd, I have no playback anywhere. No video signal from the program feed or the preview window. My question is, why has Adobe not provided multiple GPU support for a graphics card that currently ships in brand new Macs (ATI Radeon HD5770)? Side note, there are no driver updates for this GPU on the AMD website either. This is very frustrating and disappointing. Next logical question: How quickly will Adobe respond to this screw up?

    I think some things need to be clarified here...
    digitalkiln wrote:
    As far as waiting for a new Mac Pro you might not even get better performance than what would be possible on your current Mac Pro since the new one doesn't have NVIDIA cards and it hasn't been benchmarked.
    You're right that they don't have nVidia chips in them, but it's very likely they'll perform quite well when compared to yesterday's Mac Pro.  Specially since the rig has enough power available to drive two of them.  Also, read my previous post: the IVB Xeons are nothing to sneeze at.
    Personally, I prefer nVidia, and I also prefer not using Thunderbolt for storage.  So a new Mac Pro isn't for me.  But it may be others.
    Alternatively you can keep one 5770 in one slot, sell the other and pick up a used Quadro 4000 for another slot on ebay for $200-$300. 
    Please, whatever you do, DON'T follow that suggestion.  Q4Ks are turds, and hyper-expensive ones at that.  Talk about WAY old technology.
    Oh, and Jim: it's probably time to punt this to Hardware.

  • Spatial Query, Use Multiple Cores

    Basic question, is SQL 2012 running on Windows 2008 R2 64 bit expected to use multiple cores to execute it's tasks?
    I have a table of points, 480, that has 3 empty columns that are being updated from 3 separate tables of polygons via a spatial join based on an intersection (STIntersects) of the point and polygons. All of the data is in 4326 and all tables have spatial
    indexes.
    The server running this query has 32 logical cores, but only 1 core is used and it is maxed out. It takes 53 seconds to complete the update. I have over a million points that need this done. I want to assume that if SQL can access more cores it will complete
    faster.
    I've looked at the actual execution plan and there is a 99% cost on the spatial query.
    update A
    set CONGRESS_DISTRICT = B.DISTRICT, HOUSE_DISTRICT = C.DISTRICT, SENATE_DISTRICT = D.DISTRICT
    from [LegislativeMapData2014].[dbo].[CNRM_INFORCE_EXTRACT093014_COMBINED_GEOCODED] A
    inner join [LegislativeMapData2014].[dbo].[CONGRESS_2014] B
    on A.FEATURE_SHAPE.STIntersects(B.FEATURE_SHAPE) = 1
    inner join [LegislativeMapData2014].[dbo].[HOUSE_2014] C
    on A.FEATURE_SHAPE.STIntersects(C.FEATURE_SHAPE) = 1
    inner join [LegislativeMapData2014].[dbo].[SENATE_2014] D
    on A.FEATURE_SHAPE.STIntersects(D.FEATURE_SHAPE) = 1
    Is there anything I can do to improve the performance of the query? Do I need to hint the indexes? Or something else?
    Thanks

    Hi,
    updating millions of records could lock your resource and other users may have trouble connecting or reading data.
    In some cases, variable table is your friend, insert the data you needed to a variable table before issuing the update.
    with that, you may need to have (nolock) on each table. eg. 
    [LegislativeMapData2014].[dbo].[CONGRESS_2014] (nolock)
    Regards,
    gioVhan
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • PBR Multiple Tracking Support information for Cat2960

                      Hello
    I have been investigating for PBR multiple tracking support devices specially Catalyst 2960.
    The following is very similar to this information. However it can not be applicable to Cat2960.
    [PBR Support for Multiple Tracking Options]
    http://www.cisco.com/en/US/docs/ios/iproute_pi/configuration/guide/iri_prb_mult_track_external_docbase_0900e4b1810fe379_4container_external_docbase_0900e4b181525fed.html#wp1056119
    But feature navigator can show the following information of this feature.
    [Feature Navigator for Cat2960]
    PBR Support for Multiple Tracking Options
    IOS:12.2(55)SE1
    Feature-Set:LAB-Base
    You can find it by using the research feature and filter by PBR.
    So which is correct ?
    Basically Cat2960 can not support PBR or there is any related information based on the feature navigator's info.
    Any information would be very helpful.
    Thank you very much and Best Regards,
    Masanobu Hiyoshi

    Hello Julio
    Thank you for your precious information!
    In my understanding it is conclution that the Catalyst 2960 & 2960S series
    basically do not support for PBR. So PBR multiple tracking also do not support right?
    Here is the output of Cat2960 and 3750X
    2960#sh sdm prefer
    The current template is "lanbase-routing" template.
    The selected template optimizes the resources in
    the switch to support this level of features for
    0 routed interfaces and 255 VLANs.
      number of unicast mac addresses:                        4K
      number of IPv4 IGMP groups + multicast routes:    0.25K
      number of IPv4 unicast routes:                              4.25K
        number of directly-connected IPv4 hosts:             4K
        number of indirect IPv4 routes:                            0.25K
      number of IPv6 multicast groups:                           0.375k
      number of directly-connected IPv6 addresses:        0.75K
      number of indirect IPv6 unicast routes:                  0.5K
      number of IPv4 policy based routing aces:             0
      number of IPv4/MAC qos aces:                            0.125k
      number of IPv4/MAC security aces:                      0.375k
      number of IPv6 policy based routing aces:             0
      number of IPv6 qos aces:                                     0.375k
      number of IPv6 security aces:                              127
    [3750X]
    As you know by default Cat3750X normally requires SDM template as routing for
    functioning PBR. Otherwise the number of IPv4 policy based routing aces
    does not increase.
    3750X(config-if)#ip policy route-map PBR
    Mar 30 01:34:21.869: %PLATFORM_PBR-4-SDM_MISMATCH: PBR requires sdm template routing
    3750X#sh sdm prefer
    The current template is "desktop routing" template.
    The selected template optimizes the resources in
    the switch to support this level of features for
    8 routed interfaces and 1024 VLANs.
      number of unicast mac addresses:                       3K
      number of IPv4 IGMP groups + multicast routes:    1K
      number of IPv4 unicast routes:                             10.875k
        number of directly-connected IPv4 hosts:           3K
        number of indirect IPv4 routes:                          7.875k
      number of IPv6 multicast groups:                        64
      number of directly-connected IPv6 addresses:      0
      number of indirect IPv6 unicast routes:                32
      number of IPv4 policy based routing aces:          0.5K
      number of IPv4/MAC qos aces:                          0.375k
      number of IPv4/MAC security aces:                   0.875k
      number of IPv6 policy based routing aces:          0
      number of IPv6 qos aces:                                  0
      number of IPv6 security aces:                           58
    So what could you think about the feature navigator's information related to this?
    Is it possible to modify it? or request to cisco for this?
    Best Regards,
    Masanobu Hiyoshi

  • Multiple language support using UFL (or not)

    Dear forum members,
    I saw in another thread that it's possible to get a multiple language support within CR.
    I have to implement that functionality in my reports and I saw that it would be possible using a UFL but I dont really know how to do that.
    The text to be traduced is in a database, I have many ideas to deal with it but they are heavy or not really right.
    This issue must have been solved by someone before...
    Any keys?
    Thanks in advance.

    Not a trivial task. You will essentially have to create a UFL that converts wide char to MBCS and passes it back to report formulas. E.g. all of the fields that need to be translated will have to be in a formula - that is how UFLs work.  
    For more discussion, see these forum threads;
    Multiple language support
    Crystal Reports localization issue
    English resource files
    Also, see this help file:
    http://msdn.microsoft.com/en-us/library/ms227600(VS.80).aspx
    Ludek

  • Does iMovie09 use multiple cores??

    Does iMovies 09 take advantage of multiples cores such as the core i5 or the core i7? this is really the deal breaker for me in buying the new 27 inch iMac.

    Not as far as I know.
    One thing to realize is that it is very complicated for an application programmer to write code that takes advantage of multiple cores. Apple has addressed this in Snow Leopard by providing a system framework called Grand Central Dispatch that makes it simpler for application developers to use multiple cores. It still will take one or more development cycles before developers really start taking advantage of this.

  • [svn:osmf:] 14024: 1. add multiple BootstrapInfo support

    Revision: 14024
    Revision: 14024
    Author:   [email protected]
    Date:     2010-02-07 14:53:33 -0800 (Sun, 07 Feb 2010)
    Log Message:
    1. add multiple BootstrapInfo support
    2. add fragment discontinuity support
    3. modify unit tests accordingly
    Modified Paths:
        osmf/trunk/framework/OSMF/.flexLibProperties
        osmf/trunk/framework/OSMF/org/osmf/manifest/BootstrapInfo.as
        osmf/trunk/framework/OSMF/org/osmf/manifest/ManifestParser.as
        osmf/trunk/framework/OSMF/org/osmf/manifest/Media.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/MetadataNamespaces.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/HTTPStreamingUtils.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/f4f/AdobeFragmentRunTable.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/f4f/HTTPStreamingF4FIndexHandler.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/f4f/HTTPStreamingF4FIndexInfo.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/f4f/HTTPStreamingF4FStreamInfo.as
        osmf/trunk/framework/OSMFTest/org/osmf/manifest/TestManifestParser.as
        osmf/trunk/framework/OSMFTest/org/osmf/net/httpstreaming/f4f/TestAdobeFragmentRunTable.as
        osmf/trunk/framework/OSMFTest/org/osmf/net/httpstreaming/flv/FLVTestHelper.as
    Added Paths:
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/f4f/FragmentAccessInformation.as

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • Multiple language support help

    I have a large application with more than several hundred sub VIs. Now, we want to modify it to provide multiple language support, for example, Chinese or French.  I have searched the forum and have some clue, but still cannot fit our needs.
    1. from NI site, one method is to export string and import string. But for several hundred sub VIs, do I need to to this several hundred times for each VI? since in our application, some strings are hardcoded.
    2. using excel sheet, everytime read excel file and modify the contorl properities. I am not sure how this works in details.
    Any advice or suggestion will be appreciated. Thanks.

    michenglaoxu,
    Please see the following post, as well as How Can I Use Chinese Characters in LabVIEW on Windows XP?, perhaps it can help also note the following excerpt from Localizing Your LabVIEW Application to Different Languages:
    "You do not need to have a specific language
    version of LabVIEW, such as French, German, or Japanese, to be able to
    enter display text in that language. LabVIEW supports single and double
    byte characters, but it does not support bidirectional scripts (such as
    Arabic or Hebrew).
    If you want to display text in multi-byte
    character sets (such as Japanese, Chinese, or Korean) in LabVIEW, you
    only need an operating system of the appropriate language or an
    MBCS-enabled operating system with an Input Method Editor (IME) for the
    corresponding language. Also, there are several commercially available
    language kits that you can add on to the operating system."
    Doug M
    Applications Engineer
    National Instruments
    For those unfamiliar with NBC's The Office, my icon is NOT a picture of me

Maybe you are looking for

  • How to include a license header in fxml file?

    How to include a license header in fxml file? I tried xml block comments <!-- mylicense here --> but it wasn't accepted by screen builder. Also I wondered, even if it had been accepted, would screen builder have saved the header back - or deleted it?

  • Mini + USB

    Why does everytime i plug my mini into the usb port my computer crashes almost every time!!!!

  • I need help putting my appet on the web. I keep getting an error. Thanks

    This is my code. It works as a .jar but i need it to run from the web. I posted the code and my errors. Please help if possible. I know the coding is quite messy but there are reasons for the mess. Please let me know what I'm doing wrong. This is the

  • Dependency injection

    I have a query in EJB 3.0 dependency injection. here is a sample code: public class MyServlet extends HttpServlet {       @EJB       private HelloStateless hss;  ............................................hss needs to be an interface or bean class ?

  • Choosing pictures in senseme slideshow.

    How can I choose which pictures to show in senseme slideshow when using smartconnect. When daydream is inactive. Only pictures taken with the camera is shown. If I acticivate daydream all pictures in the picture folder show. I want to choose the pict