Hi All,
A customer has a system based on .net that one of its components is a windows service functioning as a bus for tasks. When starting it opens up several threads Waiting for tasks to perform.
When an external component needs the task, it calls this service via WCF call. The service then puts the task into a proprietary in memory queue. Once there, one of the sleeping threads than pops out the message, performs the task and then performing the callback to resume the process.
My question is:
Is there any way, besides tagging ADK, to create a single purepath for the whole process ?
Gil.
JANUARY 15, 3:00 PM GMT / 10:00 AM ET