Skip to content
#

single-instance

Here are 18 public repositories matching this topic...

Concurrency and Instancing in WCF Services – A Demo of Service Concurrency and Instancing Behaviors with Multi-threading Clients: This project presents a simple Demo WCF Service and “Tester” Client Application demonstration that implements concurrency and instancing behaviors on a service with multiple client thread calls to a method on the service. The Demo Service is a standard template WCF service application hosted by the development IIS. The service features one simple method… a test method that simulates a long running process (it sleeps for 3 seconds). The client “tester” is a simple console application that creates multiple threads that access the service and report back on the results. The objective of this project was not to demo setup and hosting of a service, nor the client interface, but retrieve and display results of service behaviors with respect to multi-threaded access. Discussion regarding the hosting and setup of the simple IIS hosted service application will be skipped in this project article.

  • Updated Nov 17, 2019
  • C#

Improve this page

Add a description, image, and links to the single-instance topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the single-instance topic, visit your repo's landing page and select "manage topics."

Learn more