Note that there are some explanatory texts on larger screens.

plurals
  1. POSeparate WCF Service Instance For Different Host Instance and Endpoint?
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COdifficult to answer without a more complete description, (is the service being used only to communicate between the two applications, is the service stateful? is this an appserver with many clients? are we talking duplex channels?) But i wonder if you couldn't share the same service/endpoint and have it pass messages that have an associated application-pair id so the service can route them appropriately?
      singulars
    2. COI'm basically applying the WCF concepts as I learn, so not sure what service stateful means. Yes though. It is used to communicate information between two applications. And it does use duplex channels because to accomplish this. It's basically one application using a service to manage transaction in another application.
      singulars
    3. CORight now I do have a centralized service being hosted by a third host application. It works great, but then I got to wondering if it would be best to manage the two in pairs versus a centralized service for any number of pairs. This prompted the question, if I self-host within one application and use a separate endpoint (with the address being dynamic but understandable only between the two applications per pair), does that create a separate service instance per pair? Or am I misunderstanding how the service instance is created?
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload