<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi Utkarsh and Andy,<br>
    <br>
    static linking *really* improves performance on Hopper. One issue
    though is that plugins are automatically "loaded", so when
    connecting to a statically linked server the plugin manager
    immediately pops up and requests that the user load all the plugins.
    Does the REQUIRED_ON_SERVER flag fix this? in other words is it just
    for readers? or does it work with other plugins as well? <br>
    <br>
    Burlen<br>
    <br>
    On 01/16/2014 09:37 AM, Utkarsh Ayachit wrote:<br>
    <blockquote
cite="mid:CADHSJjCQ-88+fPNRxZB5mRkvo-5febDAL7ge_g-htxR4GO1vag@mail.gmail.com"
      type="cite">
      <div dir="ltr">By default plugins are treated as
        "REQUIRED_ON_SERVER" and "REQUIRED_ON_CLIENT". Simply add a
        REQUIRED_ON_SERVER flag in your add_paraview_plugin(...) call.
        <div><br>
        </div>
        <div>For example:
          <div>
            <pre style="padding:1em;border:1px dashed rgb(47,111,171);color:rgb(0,0,0);background-color:rgb(249,249,249);line-height:1.1em">
 <font color="violet">ADD_PARAVIEW_PLUGIN</font>(MyReader "1.0" 
   <font color="purple">SERVER_MANAGER_XML</font> MyPNGReader.xml
   <font color="purple">SERVER_MANAGER_SOURCES</font> vtkMyPNGReader.cxx 
   <font color="purple">REQUIRED_ON_SERVER</font>)</pre>
          </div>
          <div>That should do the trick.</div>
        </div>
        <div><br>
        </div>
        <div>Utkarsh</div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Powered by <a class="moz-txt-link-abbreviated" href="http://www.kitware.com">www.kitware.com</a>

Visit other Kitware open-source projects at <a class="moz-txt-link-freetext" href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a>

Please keep messages on-topic and check the ParaView Wiki at: <a class="moz-txt-link-freetext" href="http://paraview.org/Wiki/ParaView">http://paraview.org/Wiki/ParaView</a>

Follow this link to subscribe/unsubscribe:
<a class="moz-txt-link-freetext" href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>