Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Feb 04, 2013 08:25 AM by sgamitava
Member
46 Points
14 Posts
Dec 20, 2012 08:46 AM|LINK
Hi,
I have a scenario. I need to initiate multiple threads, which will invoke exe files in different machines and also will keep a track of the threads status. Number of threads can be fixed.
Do anyone have any sample code for this case?
Thanks.
All-Star
155645 Points
19985 Posts
Moderator
MVP
Jan 03, 2013 04:46 PM|LINK
Is this an ASP.NET Web Application?
Jan 23, 2013 07:41 AM|LINK
Yes. This is a .net web app using wcf services
Jan 23, 2013 12:10 PM|LINK
Where are the "different machines" located in respect to the web server. Are they in the same network?
Feb 04, 2013 08:25 AM|LINK
They are in the same network, can access each other or a common source/destination.
sgamitava
Member
46 Points
14 Posts
Multiple thread to trigger method in multiple machines
Dec 20, 2012 08:46 AM|LINK
Hi,
I have a scenario. I need to initiate multiple threads, which will invoke exe files in different machines and also will keep a track of the threads status. Number of threads can be fixed.
Do anyone have any sample code for this case?
Thanks.
Mikesdotnett...
All-Star
155645 Points
19985 Posts
Moderator
MVP
Re: Multiple thread to trigger method in multiple machines
Jan 03, 2013 04:46 PM|LINK
Is this an ASP.NET Web Application?
Web Pages CMS | My Site | Twitter
sgamitava
Member
46 Points
14 Posts
Re: Multiple thread to trigger method in multiple machines
Jan 23, 2013 07:41 AM|LINK
Yes. This is a .net web app using wcf services
Mikesdotnett...
All-Star
155645 Points
19985 Posts
Moderator
MVP
Re: Multiple thread to trigger method in multiple machines
Jan 23, 2013 12:10 PM|LINK
Where are the "different machines" located in respect to the web server. Are they in the same network?
Web Pages CMS | My Site | Twitter
sgamitava
Member
46 Points
14 Posts
Re: Multiple thread to trigger method in multiple machines
Feb 04, 2013 08:25 AM|LINK
They are in the same network, can access each other or a common source/destination.