Modify ↓
Ticket #148 (new defect)
Opened 11 years ago
RemoteServerRef.getClientHost() and distributed threads
| Reported by: | Bernhard Haumacher (haui at haumacher dot de) | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | uka.karmi | Version: | 1.06d |
| Severity: | normal | Keywords: | |
| Cc: |
Description
The implementation of getClientHost() does rely on the fact that a remote server method is executed in an ExecutionThread. With distributed threads the thread that executes a server method can also be an application thread. This causes getClientHost() to throw an exception.
Evaluation
In the context of distributed threads the getClientHost() interface seems not to be appropriate.
todo since 1.06d.
Attachments
Note: See
TracTickets for help on using
tickets.
