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.
