Colin, As Craig mentions, there are no known issues on the Wcf Facility trunk version, is this the version you are using?
For advise on achieving high throughput see http://blogs.msdn.com/wenlong/archive/2007/08/10/service-instances-and-concurrent-execution.aspx Cheers John On Sep 11, 9:32 pm, Craig Neuwirt <[email protected]> wrote: > Don't know of any issues. What problems are you experiencing? > > On Fri, Sep 11, 2009 at 4:19 AM, Colin Jack <[email protected]> wrote: > > > Hi, > > > I was wondering whether there are any known issues with using > > paricular ServiceBehavior values with Castle WCF, we were originally > > using InstanceContextMode.Single. > > > In hindsight this was a mistake and caused the integration with Castle > > to be a real pain so we have switched to: > > > [ServiceBehavior(InstanceContextMode = > > InstanceContextMode.PerCall, ConcurrencyMode = > > ConcurrencyMode.Single)] > > > However I wondered if you have published advice on what combinations > > of settings are supported? > > > Ta, > > > Colin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
