Print Page | Close Window

Single WCF to serve multiple applications

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce 2010
Forum Discription: For .NET 4.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=2397
Printed Date: 15-Oct-2025 at 3:37am


Topic: Single WCF to serve multiple applications
Posted By: ampo
Subject: Single WCF to serve multiple applications
Date Posted: 24-Dec-2010 at 2:16am
Hello.

I need to create a WCF to get requests from multiple clients, all .Net (asp.net, console apps and so on).

the WCF should be kind of "singelton", all using the same instance.

there are many requests to this WCF, some can be in the same time.

No replay to the clients is needed.


What should be my configuration?

Binding / Context / Concurrency and other.


Any help and info will be great.

Thank you very much.



Replies:
Posted By: kimj
Date Posted: 27-Dec-2010 at 10:10am
The DevForce BOS is a WCF service and shields you from many of the configuration details.  If you are asking about WCF service design and configuration in general then you should redirect your question to the MSDN forums.



Print Page | Close Window