<html>
    <head>
      <base href="http://www.jacorb.org/bugzilla/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Ability to disable portable interceptors for local invocations"
   href="http://www.jacorb.org/bugzilla/show_bug.cgi?id=951">951</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Ability to disable portable interceptors for local invocations
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>JacORB
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>3.2
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>enhancement
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P5
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>ORB
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>jacorb-bugs@lists.spline.inf.fu-berlin.de
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>jm.ais40@wanadoo.fr
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Hello,

We currently use interceptors as a mean to secure date exchanges through
encryption.
Originally using Visibroker, we were used to having these interceptors not
being called for any local invocation.
Now we note that JacORB does use interceptors even for local calls (yet with a
specific optimized behavior).
For critical performance reasons for us, it would be very useful to be able to
disable interceptors for local calls.
What we've done so far on our side to work around this, is to disable
"interceptors-bound" code portions in servant_preinvoke/post_invoke in the
Delegate class, and in the ServantObjectImpl class.

What's your opinion on this specific topic? I couldn't see any obvious mention
on what is the preferred behavior in the CORBA 3.1 specifications.

Thanks!</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>