• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.server
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • ← Previous Ticket
  • Next Ticket →

Ticket #634 (new task)

Opened 18 months ago

Evaluate the use of ServantLocators despite Glacier2.Session

Reported by: jmoore Owned by: jmoore
Priority: minor Milestone: Future
Component: Services Version: 3.0-Beta1
Keywords: blitz, servant, locator, proxy Cc:

Description

Originally it was thought that using a session facade would ignore a servant locator, but it should be possible to force its usage by changing ServiceFactoryI calls to:

        return current.adapter.createProxy(id);

to

        return current.adapter.createIndirectProxy(id);

The tradeoff is interception within the thread versus an extra call to locate the servant.

Note: See TracTickets for help on using tickets.

Download in other formats:

  • Comma-delimited Text
  • Tab-delimited Text
  • RSS Feed

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/