Hi,

I am looking at using the WCF Facility for creating my server components
- however I have a specific requirement.

I will separate my contract and implementation into two DLLs, and at
runtime the user is capable of 'installing' a new implementation class
for contracts that already have an implementation installed - I want the
contract to now resolve to the new implementation.

Without WCF, I realise that I can remove the implementation object from
the container, but when WCF is involved what will actually happen?

 - If I have a session-aware WCF component, and a client is currently
connected, what will happen if I remove the component from the
container?
         - Will the client be dropped?
         - will the session be allowed to complete, then the
endpoint/discovery (etc) will be 'purged'?

Thanks

Adam Langley

-- 
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/castle-project-users?hl=en.

Reply via email to