Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

distributed computing in c#

Status
Not open for further replies.

ajikoe

Programmer
Apr 16, 2004
71
ID
Hello,

Is anyone has experiance in distributed computing project in C#?

I would like to know how we can setup computer (should I use server-client mechanism?)
And what C# code enable us to ask the client do what server want.

Is there any website/book which discuss about that topic?

Sincerely Yours,
aji
 
Take a look at
They run the SETI@Home program, and have a SDK for people who want to hook into their distributed computing framework. It looks like they do xml-rpc calls, not web service calls. Which is cool, it's just as easy to use.

I just installed the Boinc menubar utility on my Mac mini a few days ago. Already up to 156 credits on the 1.67gHz PowerPC. ;-)

Chip H.


____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top