Is there a difference in behaviour between clustered systems vs. standalone

OpenVMS, MessageQ (could not find another place to ask :().
Suppose 2 nodes, same DMQ bus.
Node 1: Application X starts up, binds to group Y (not yet existing and so creates connection)
Node 2: Application X starts up, binds to group Y.
If node1 and node2 are in one VMS cluster, Node2::X would now be unable to do anyting since group Y is now owned by Node1::X and so node2::X will get into a wait state, to become active only if, for whatever reason, Node1::X gives up.
But what happens if node1 and node2 are stand-alone systems, only connected using a DECNet (or TCPIP) connetcion:
1: Node2::X waits until Node1::X stops and group Y is released (as if the systems were clustered)
2: Node2::X will startup and access group Y so does not enter a wait state. If so, can this be forced to a wait (like (1))?
(You may assume that the DMQ configuration is correct)

Most people either use one app or the other, and have very limited knowledge of the one they don't use.  But from what I can find from a quick look round the web, they seem to be the same.
Review: Photoshop Elements 13 gets Photomerge and content-aware fill | Macworld

Similar Messages

  • Is there any difference in quality between mp4 and m4v?

    Is there any difference in quality between mp4 and m4v? I am figuring out how best to save old VCR files. Is the 264 category the best?

    So, what would that software be? Anything that I mentioned, e.g., iMovie? Any Video Converter?
    I'm a Mac user so I want files that play "natively" in QT X, QT 7, QL, iPod Touch, iPhone, iPad, and/or TV players. This means I want the H.264/AAC compressed data in MOV, MP4, or M4V file containers. I can use QT 7 Pro, MPEG Streamclip, and /or QT X to move MPEG-4/AAC compressed data to MOV file containers, MPEG Streamclip to movie M4V and MOV MPEG-4/AAC data to MP4 file containers, and Subler to move MP4 or MOV MPEG-4 AVC/AAC/AC3/Chapter data to M4V file containers. This is strictly a simple "copy" operation and no recompression of data is involved. (I.e., the quality is not changed.)
    iMovie is a video editor and it forces an export conversion of your project once completed which can degrade quality. Have never used the Any Video Converter so I don't know if it has an audio and/or video "passthrough" feature for data already in a compatible compression formats. If it doesn't then any conversion it makes has the potential to degrade video content.
    As to AVI, this is a legacy file container abandoned by Microsoft a dozen years ago in favor of their modernized WMV compression format/file type products. Compared to MKV, AVI is an outmoded/out-of-date container which I don't recommend you use unless you are a glutton for punishment. However, if you must use it, then you might try the AvidMux app. It can "copy" compatible content to a number of file container types—including AVI and MKV. Just don't blame me if its use creates more problems than it solves on current Mac systems.

  • Is there a difference in quality between exporting to .dv in iMovie09 & FCP

    I recently purchased FCP to do batch exporting of full quality .dv files because '09 didn't seem to have that option. I've been messing around with it now, though, and it appears as though both are capable of doing this. I've searched for this information and found conflicting results-- is exporting to .dv in iMovie destructive or is there no difference between '09 and FCP?

    This thread sounds mysteriously similar to this one.
    http://discussions.apple.com/thread.jspa?threadID=2380150&start=0&tstart=0
    If you export to .dv with either FCP or iMovie I'm quite certain that you will be re-compressing your video. That's just the nature of the interleaved file structure of .dv
    I you import .dv into FCP you will have to render the audio ONE time. Not the video.
    If you export .mov files using the current settings (which should be DV NTSC) you will NOT be re-compressing the video. but you will have a .mov file.
    FCP is NOT the right application for archival or any sort of file management tasks. File management is one of FCPs weakest attributes.
    You may want to have a look at CatDV
    good luck
    g

  • Is there a difference in quality between importing into 08 and Final Cut Pr

    When importing video from a DV camera, is there a difference in the quality of the raw video recorded onto the Hard Drive between iMovie 08, iMovie 6 and Final Cut Pro?
    Will I get better quality using Final Cut?
    Thanks
    Kevin

    sorry for 'overwhelming' you with info
    yes, all apps copy the dv-encoded material from miniDV devices 'natively' = lossless import..
    but only iM08 then adds some 'loss' .. nobody knows exactly, what & how.. but you are not able to EXport lossless from within iM08 ..
    example: import dv, export dv = adds blurr and 'magnifies' somehow the same file .. ( ! )
    using iMHD≤6, FCE/P allows you, to export lossless = highest quality possible (except the parts of your project, which need renderning, e.g. titles, transitions...)
    example: import dv, export dv = same quality ...
    so, if _pic quality_ is your major concern, avoid iM08 ..
    if you want fast results and export quality doesn't matter: iM08
    if you want a Library off all imports ever and full integration into AppleTV/, YT.. = iM08
    if you want other codecs than dv and simple use = iM08
    if you want all imports for any future project and high dv quality = FCE/P
    if you want easy to use and high dv quality = iMHD≤6 ..
    if you want other codecs than dv and Hollywood quality = FCP

  • Is there a difference in generatePDFOutput between Livecycle ES2 (9) and Livecyle ES (8)

    I know that we are way behind in terms of Livecycle ES versions, but we have recently installed Livecycle ES2 (9.0) on a set of new Websphere 7 servers. All seems to be progressing will in terms of systems integrating with the new servers, but we have run into an issue with the way PDF documents are rendered in Livecycle ES2 (9.0)/WAS 7 versus Livecycle ES (8.0) / WAS 6.
    We have a few XDP templates that have Rich Text Fields with a Data Format of XHTML that are not rendering the same when using PX measurement.
    EXAMPLE: <p style="left-margin: 15px;">
    Using the API generatePDFOutput under Livecycle ES (8.0) the text is indent and all displays well in the rendered PDF. But, in Livecycle ES2 (9.0) there is no indention and the text is aligned to the left margin of the field.
    Here is the data that is used:
    <?xml version="1.0" encoding="UTF-8"?>
    <form1>
       <RTF_Field>
      <body xmlns="http://www.w3.org/1999/xhtml">
      <p>This is a <i>Rich Text Field.</i></p>
      <p>It is filled using <b><i>XHTML</i></b> data.</p>
      <p></p>
      <p>The following should be 3 indented bullets. The first is indented 15<b><i>px</i></b> and the other two are indented 30<b><i>px</i></b>:</p>
      <p></p>
      <p style="margin-left: 15px;">&#8226;&#160;&#160;&#160;Bullet 1</p>
      <p style="margin-left: 30px;">&#186;&#160;&#160;&#160;Sub-Bullet 1</p>
      <p style="margin-left: 30px;">&#186;&#160;&#160;&#160;Sub-Bullet 2</p>
      </body>
      </RTF_Field>
    </form1>
    As you can see there is no HTML table code in the prefill. I know that that is not allowed.
    Here is an image of the results on the old Livecycle ES (8.0)
    Here is an image of the results on the new Livecycle ES2 (9.0)
    Has anyone else run into this issue? I am not an expert when it comes to the administrative side of Livecycle ES, but is there a configuration, or setting, issue that we may be missing in the Livecycle or Websphere consoles? Is there some form of tranformation of the html code on the older server that is not active on the new one? Is there a difference in the HTML code that was valid on Livecycle ES (8.0) versus Livecycle ES2 (9.0)?
    Any insight would be grately appreciated.

    I think you are right!!! Just noticed, I came here via a link.  I'll repost and hopelfully the mods will delete this.
    Thanks.

  • Is there a difference in Airport between MacBook and PowerBook?

    My husband has MacBook Pro and I have PowerBook G4. He is able to obtain wireless at times when I am not. Is there a difference in the Airport cards? I am considering purchasing the MacBook and wonder if this better technology, etc.?

    We have the same problem at our house. My Powerbook connects with no problem while my wife's MacBook Pro loses the connection periodically. I've heard rumors that the latest Airport update may have affected the Macbooks but not the Powerbooks...?
    I'm hoping someone fixes this, because my wife works from home and the unstable connection is frustrating!

  • Is there a difference in Photomerge between CC and Elements?

    Hello! I have a quick product question - I have been using Lightroom for some time now and am very comfortable with the workflow I have going. I shoot quite a bit of film, and recently have been "scanning" my 6x6 negatives with my DSLR and a macro lens. I downloaded a trial of Elements 13 to see how the Photomerge option works. Long story short, it works great. Now I am curious if there are any differences between the Photomerge option in Photoshop CC vs Photoshop Elements 13. The only difference I can come up with is that the CC Photomerge has an option directly from Lightroom and Elements does not (merge to Panorama still greyed out with Elements installed). Thank you for your great products, and I truly appreciate your insight.

    Most people either use one app or the other, and have very limited knowledge of the one they don't use.  But from what I can find from a quick look round the web, they seem to be the same.
    Review: Photoshop Elements 13 gets Photomerge and content-aware fill | Macworld

  • Is there a difference in levels between CS4 and CS5

    I've just upgraded from CS4 to CS5 and I'm finding I seem to have more 'space' in levels when processing raw files to TIFF - especially at the shadow end.
    Heavily polarised landscapes with lots of sky sometimes show saturation clipping (a spike at the left hand edge of the histogram) in the shadow end of the blue channel in CS4.  In CS5 / ACR 6.2 this seems to have gone away and there is more headroom at the extremes of the histogram generally.  This means I can process the difficult images and get a TIFF with a clean histogram.
    Problem is when I open the finished TIFF file in an earlier version of Photoshop the clipping is back.  This is a problem as image libraries often reject images which show clipping.
    Anyone know whats going on?  Is there a change in the way CS5 maps the histogram?  (All images are saved with an Adobe (1998) colour space)

    Thanks for the answer Chris - I've checked all the default settings & I think everything is as it should be - but I'm still seeing a difference.  Here's an example of a raw file (16bit Tiff), processed in CS5 and viewed in CS5
    and here is the same file this time viewed in CS4:
    I'm pretty sure all the color management settings are the same - any ideas?

  • Hierarchy Viewer difference in behaviour between ADF 11.1.1.5 & 11.1.1.6

    Hi All,
    We are having some problems with the Hierarchy Viewer and we were hoping that someone might be able to shed some light on this issue.
    In ADF 11.1.1.5 we have used the attribute displayLevelsChildren which shows how many levels of children would be displayed (if those levels are available of course). We have assigned a value to a select one choice that would set those levels and allow for our user to customise this value and see the levels on right hand side.
    You can see the behaviour that I am referring to in the following demo:
    http://jdevadf.oracle.com/adf-richclient-demo/faces/feature/hv/hvGroupNode.jspx
    I know that this is an 11.1.2, but this has been the same demo for quite a while, when you change the Show Level on the left, the hierarchy viewer gets updated.
    I have created a simple app that illustrates the problem, and when I run it under 11.1.1.5 it performs as expected, while when we run it on 11.1.1.6 it doesn't refresh the levels
    Versions
    Build JDEVADF_11.1.1.5.0_GENERIC_110409.0025.6013
    Build JDEVADF_11.1.1.6.0_GENERIC_111205.1733.6192.1
    The code is below
    This is the "dataBean" which is a pageFlowScope.
    package au.callista.sms.sr.view;
    import java.util.ArrayList;
    import java.util.List;
    import org.apache.myfaces.trinidad.model.ChildPropertyTreeModel;
    import org.apache.myfaces.trinidad.model.TreeModel;
    public class DataBean {
         private TreeModel dataModel;
         public DataBean() {
              super();
              DataNode grandfather = new DataNode("Big daddy");
              DataNode father1 = new DataNode("Daddy 1");
              DataNode son1 = new DataNode("Son 1");
              DataNode daughter1 = new DataNode("Daughter 1");
              father1.addChild(son1);
              father1.addChild(daughter1);
              DataNode father2 = new DataNode("Daddy 2");
              DataNode son2 = new DataNode("Son 2");
              DataNode daughter2 = new DataNode("Daughter 2");
              father2.addChild(son2);
              father2.addChild(daughter2);
              DataNode father3 = new DataNode("Daddy 3");
              DataNode son3 = new DataNode("Son 3");
              DataNode daughter3 = new DataNode("Daughter 3");
              father3.addChild(son3);
              father3.addChild(daughter3);
              grandfather.addChild(father1);
              grandfather.addChild(father2);
              grandfather.addChild(father3);
              dataModel = new ChildPropertyTreeModel(grandfather, "children");
         public void setDataModel(TreeModel dataModel) {
              this.dataModel = dataModel;
         public TreeModel getDataModel() {
              return dataModel;
         public class DataNode {
              private String title;
              private List<DataNode> children;
              public DataNode(String title) {
                   this.title = title;
                   children = new ArrayList<DataNode>();
              public void addChild(DataNode child) {
                   this.children.add(child);
              public List<DataNode> getChildren() {
                   return children;
              public String toString() {
                   return title;
    }And below is the jspx page
    <?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:af="http://xmlns.oracle.com/adf/faces/rich"
              xmlns:dvt="http://xmlns.oracle.com/dss/adf/faces">
      <jsp:directive.page contentType="text/html;charset=UTF-8"/>
      <f:view>
        <af:document id="d1">
          <af:form id="f1">
            <af:panelSplitter id="ps1">
              <f:facet name="first">
                <af:panelGroupLayout id="pgl3">
                  <af:selectOneChoice label="Show Levels"
                                      value="#{pageFlowScope.levels}" id="soc1"
                                      autoSubmit="true"
                                      valuePassThru="true">
                    <af:selectItem label="Show No level" value="#{0}" id="si1"/>
                    <af:selectItem label="Show 1 level" value="#{1}" id="si4"/>
                    <af:selectItem label="Show 2 level" value="#{2}" id="si3"/>
                    <af:selectItem label="Show 3 level" value="#{3}" id="si2"/>
                  </af:selectOneChoice>
                  <af:outputText value="#{pageFlowScope.levels}" id="ot1"
                                 partialTriggers="soc1"/>
                </af:panelGroupLayout>
              </f:facet>
              <f:facet name="second">
                <dvt:hierarchyViewer id="hierarchyViewer1" layout="hier_vert_top"
                                     inlineStyle="width:100%;height:600px;"
                                     value="#{pageFlowScope.dataBean.dataModel}"
                                     var="node" partialTriggers="::soc1"
                                     displayLevelsChildren="#{pageFlowScope.levels}">
                  <dvt:link linkType="orthogonalRounded" id="l1"/>
                  <dvt:node width="100" height="100" id="n1">
                    <f:facet name="zoom100">
                      <af:panelGroupLayout layout="vertical"
                                           inlineStyle="width:100%;height:100%;padding:5px"
                                           id="pgl2">
                        <af:panelGroupLayout layout="horizontal" id="pgl1">
                          <af:panelGroupLayout layout="vertical" id="pgl4">
                            <af:outputText value="#{node}"
                                           inlineStyle="font-weight:bold;font-size:20px;color:#383A47"
                                           id="ot2"/>
                          </af:panelGroupLayout>
                        </af:panelGroupLayout>
                      </af:panelGroupLayout>
                    </f:facet>
                  </dvt:node>
                </dvt:hierarchyViewer>
              </f:facet>
            </af:panelSplitter>
          </af:form>
        </af:document>
      </f:view>
    </jsp:root>Looking forward to your response.
    Regards,
    Younis Al-Rawi
    Edited by: Younis Al-Rawi on 4/03/2013 08:58

    Hi,
    the only change is that 11.1.1.6 supports HTML 5 rendering. So you may want to check if the rendering is in Flash or HTML5. If the rendering is in Flash and the mis-behavior shows then the only suggestion I can give is (in case you have a support contract) to file a service request with customer support
    Frank

  • Does anyone know what triggers the switch between text and iMessage in the middle of a conversation? Are there any differences in billing between text and iMessage?

    In the middle of a text conversation between another iOS 5.0 iPhone user and myself, the conversation elements switched back and forth several times between Text and iMessage. The phone actually tracked it and put little lines indicating the switch, and my comments changed from green to blue and back again. I can't think of anything I changed in the middle of the conversation. I was outside WiFi range, using the Cell network at the time. Now I tried it again, while i'm on WiFI and the messages are Text (green) again.

    1. Windows 8.1 Enterprise w Update is the best. It allows you for sideloading in corporate environment without additional tools and licenses.
    http://technet.microsoft.com/en-us/windows/jj874388.aspx
    2. N series is for EU (without IE).
    3. Profesional is fine, but you will need some tools to achieve the same functionality that you have in "pack" Enterprise.
    4. VL is volume license, a type of license for multiple computers (to say it simply)
    5. MSDN forum is better alternative for problems like this.
    6. Attached to MSDN are licenses or at least references to web resources. Read license agreements carefully and let your installation and use follow the license.
    Rgds
    Milos

  • Is there any difference in quality between different LCD replacement panels.

    I have a Model 1260 15" macbook pro from early 2008.  Today a button popped off my shirt.  I randomly tossed it on the desk near my bed.  Later I went to close the laptop and... *CRACK* the button was sitting on the notebook just to the right of the magsafe adapter.  Now the 4 left most inches of my screen are just a series of vertical lines.  I'm wanting to hold out for the next big redesign before purchasing a new computer.   I'm really hoping next year's model will ditch the optical drive and either have a large SDD or a combo of SDD and HD.  In the mean time, I'd like to just replace the screen.  I looked at ifixit and a few youtube videos.  While the process looks tedious, it doesn't look particularly difficult as long as I'm careful.  There seem to be 3 brands, Samsung, LG-Phillips, and Chi-Mei.  There are also many sellers listing panels on ebay and I've messaged a few to ask what brand panels they are using.  Should I go for any one brand over the others?
    Thanks.
    -Kevin

    First, don't hang onto the hope that next year's MBP won't have an optical drive; instead, you'd be advised to purchase a 2011 MacBook Air, which doesn't have an optical drive but relies on SDD. If you need a CD/DVD drive, you can get that separately, if you need. The latest Air has received better reviews than anything else in the Apple lineup.
    I'm not an expert on the different brand of keys available. But you'll want to make sure the color is an exactly match to the model. Replacing thes keys is relatively inexpensive but tedious, you might do well to email sellers to guarantee the color and fit.
    Good luck with the repair!

  • Seems there is difference of JNI between JRE1.5 adn 1.6

    Hello,
    I met an issue these day,my program need invoke JNI method (C++ method), if running in JVM1.5, the main thread ID is 1, and native method is also invoked in this thread, but if running in JVM1.6, the main thread in Java is 1, and native method is invoked in another thread,ID is 2? is it the new feature of JRE1.6?
    And another question in JVM1.6, if I register a unix signal in JNI native method, for example, register a handler to handle SIGTERM signal, when receive signal, the handling method is invoked in thread, ID is 1, it is very strange, anyone could give explanation and help. thanks

    As a guess you are mis-interpreting what the "ID" is. Since you didn't post how you got it in both cases it is hard to say.
    If you call a native method from java then the thread is the same as the java code.

  • I am beginner in Flex unit ,Is there any difference in funtionality between flexunit and flex monkey

    I want test login page using flexunit to check whether its allowing unautherised access , how can i do that ,, please explain step by step .. its very urgent ..
    thanks

    FlexMonkey would be a much better choice for this type of request.
    FlexMonkey is for testing application level and component level concepts. FlexUnit is for testing units of code.

  • Is there a difference in sharpneing between PS12 and CS6

    I am currently running the low cost trial version of CS6.  Prior to this I was using PS11.
    I am trying CS6 because a chap on a forum I use said he noticed his sharpening improved greatly when using CS6.
    I also, have noticed a big improvement since using CS6, my shots, predominately football (soccer) are without doubt much sharper.
    I don't use the bells and whistles on CS6 and have considered going back to PS11 and upgrading to PS12 if the sharpening has been improved.
    I guess it all revolves around how much CS6 will be when my trial ends in December.  Currently it costs me £8.78 per month (approx $15).  I would be happy to go to about £20 ($33) per month but no way £50. ($83)
    So, please has the sharpening imoproved on PS12 compared to PS11?
    Many thanks
    Simon.

    I think you are right!!! Just noticed, I came here via a link.  I'll repost and hopelfully the mods will delete this.
    Thanks.

  • Is there a difference between the nano 5th generation and the nano 5th generation red special edition?

    is there a difference (besides color) between the nano 5th generation (silver, black, purple, pink, etc) and the red 5th generation special edition?

    There is not difference in fetures if that's what you are asking. But it does go to a good cause.
    Proceeds from every iPod nano sold go directly to the Global Fund to fight AIDS in Africa.

Maybe you are looking for

  • My Add-ons tab is empty. No Plugins or Add-on is visible.

    Hello, I have a problem with Mozilla Firefox. It started on August 11 2010(yesterday) The problem is that nothing is visible on my add-ons box and on the plugins box. I didn't have this problem before. All of a sudden it happened. The add-ons which M

  • What is wrong with the idl code generated by packager.exe?

    Hello everybody, I am trying to figure out what is wrong with the idl code generated by packager.exe. In the evaluation for the bug posted at http://developer.java.sun.com/developer/bugParade/bugs/4964563.html it says that the IDispatch interface is

  • Hand tool and open gl

    Hi Two questions: 1) My hand tool won't go away no matter what tool I select....the problem lasts usually from 2-10 minutes,and it is all normal after that period...it fixes it self somehow.... 2) I can't enable OpenGL drawing, I go to preferences,th

  • 6151 call divert

    Hi, I have a 6151 and the call divert activates too quickly. How do I change how long the phone rings for before it diverts to voicemail? Solved! Go to Solution.

  • Need to calculate one week before the user entered week

    Hello Friends, I have a ZCALWEEK object and I have created a variable on it. It is a simple 'Manual input' type of variable. We have to display a few keyfigures which will be restricted for the week value entered by the user (in variable mentioned ab