Home
Forums
New posts
Search forums
Articles
Latest reviews
Search resources
Members
Current visitors
Newsgroups
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Home
Forums
Newsgroups
Microsoft DotNet
Microsoft C# .NET
Pukes on 12th invoke
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Jon Davis, post: 10380092"] it would seem generating WCF clients is not scalable?! Please tell me this No comments? Our application is an ASP.NET web app that queries an isolated Windows Service process for indexed data. Keeping a client statically retained and bottlenecking all queries through it is a serious design implication--not necessarily horrible, but hampers our options significantly. When using SQL Server data connections over named pipes, while it's best practice to reuse existing connections, it's nice to know that we *can* instantiate and open relatively unlimited SQL client connections. Is WCF so non-scalable that it can't handle a tiny handful of connections at a time? Or is this the result of not hosting the WCF service on IIS 7? I was using a standalone instance. Jon [/QUOTE]
Verification
Post reply
Home
Forums
Newsgroups
Microsoft DotNet
Microsoft C# .NET
Pukes on 12th invoke
Top