Antti responds:

> So, the Handle interface is there to provide consistent access to all
> shared services that allow unsynchronized implementations. Now, this still
> leaves the issues of hot deploying thread-safe services, for which me
> might have to use dynamic proxies, but this isn't something the client has
> to worry about.

Why not use a service proxy object instead of a handle, in those situation 
where you need a handle?  That might be a more elegant solution, since the 
application would always think it had a 1st class object, though under the 
covers it might actually be a proxy that provided the additional semantics 
needed for threaded services?

Andrzej Jan Taramina
Chaeron Corporation: Enterprise System Solutions
http://www.chaeron.com


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to