c# - wcf architecture -
what need:
a listener can accept http messages contain information in url parameter. listener needs send data parameters part of app (another project).
what know:
i think creating wcf service best way go don't see how structure it. need 2 services - 1 accepts http messages , 1 sends information app?
i want make http listener project since think can reused other applications.
the recommended way .net interprocess communication use wcf.
since going have implement wcf service in second project anyway (to listen passed parameters http listener), might listen directly in project imho.
there seems little point in creating separate listener unless listener going talk different apps @ same time (ie single input point external clients).
edit: better explain:
what propose: http listener app other app --http--> wcf service -----ipc--> wcf service propose: other app --http--> wcf service
Comments
Post a Comment