Click here to Skip to main content
15,914,322 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to force IIS_IUSER full control by making setup & deploy project ? Pin
Dave Kreskowiak18-Mar-11 10:35
mveDave Kreskowiak18-Mar-11 10:35 
AnswerRe: how to force IIS_IUSER full control by making setup & deploy project ? Pin
Keith Barrow19-Mar-11 9:32
professionalKeith Barrow19-Mar-11 9:32 
AnswerRe: how to force IIS_IUSER full control by making setup & deploy project ? Pin
Bernhard Hiller20-Mar-11 21:21
Bernhard Hiller20-Mar-11 21:21 
QuestionPayPal and Backup recovery Pin
mageba18-Mar-11 7:28
mageba18-Mar-11 7:28 
AnswerMy Vote of 1 Pin
Keith Barrow18-Mar-11 10:29
professionalKeith Barrow18-Mar-11 10:29 
AnswerRe: PayPal and Backup recovery Pin
Richard MacCutchan18-Mar-11 10:47
mveRichard MacCutchan18-Mar-11 10:47 
GeneralRe: PayPal and Backup recovery Pin
OriginalGriff18-Mar-11 21:47
mveOriginalGriff18-Mar-11 21:47 
Questionre: Is there anything built in for distributed applications? Pin
SledgeHammer0118-Mar-11 6:46
SledgeHammer0118-Mar-11 6:46 
Last week I asked here if there was anything built into .NET for writing distributed apps (i.e. an API to distribute the workload over in house PCs). A few of you asked that I report back if I found anything.

I have located just what I was looking for in the Utilify platform (www.utilify.com).

Its *free* and its got a tiny footprint. You can't beat that.

Basically, they give you an executor service that runs on all the worker PCs and one PC serves as the coordinator and has a monitor app installed on it. Has performance graphs, load balancing, fault tolerance, heart beat, PC health status, etc. all built in.

Using it is simple, you just create a job object that implements the IExecutable interface (the execute method is called by the platform) that gets passed around on your "cloud" and executed on the worker PCs. You submit the job and get notification events when its done.

Pretty much all there is to it.

NOTE: One gotcha I ran into is it only supports .NET 3.5 binaries compiled to MSIL. I happen to be using .NET 4.0 compiled to x86 due to other requirements. I reported that issue to them and they are supposed to release a bug fix soon.
AnswerRe: re: Is there anything built in for distributed applications? Pin
Henry Minute18-Mar-11 10:49
Henry Minute18-Mar-11 10:49 
AnswerRe: re: Is there anything built in for distributed applications? Pin
Mycroft Holmes18-Mar-11 22:08
professionalMycroft Holmes18-Mar-11 22:08 
QuestionDeployment Pin
arkiboys18-Mar-11 0:00
arkiboys18-Mar-11 0:00 
AnswerRe: Deployment Pin
Pete O'Hanlon18-Mar-11 0:06
mvePete O'Hanlon18-Mar-11 0:06 
GeneralRe: Deployment Pin
arkiboys18-Mar-11 0:08
arkiboys18-Mar-11 0:08 
GeneralRe: Deployment Pin
Dave Kreskowiak18-Mar-11 1:44
mveDave Kreskowiak18-Mar-11 1:44 
GeneralRe: Deployment Pin
Pete O'Hanlon18-Mar-11 2:14
mvePete O'Hanlon18-Mar-11 2:14 
GeneralRe: Deployment Pin
arkiboys18-Mar-11 2:24
arkiboys18-Mar-11 2:24 
GeneralRe: Deployment Pin
arkiboys18-Mar-11 12:20
arkiboys18-Mar-11 12:20 
AnswerRe: Deployment Pin
Eddy Vluggen18-Mar-11 0:59
professionalEddy Vluggen18-Mar-11 0:59 
GeneralRe: Deployment Pin
arkiboys18-Mar-11 1:25
arkiboys18-Mar-11 1:25 
AnswerRe: Deployment Pin
Eddy Vluggen18-Mar-11 1:34
professionalEddy Vluggen18-Mar-11 1:34 
GeneralRe: Deployment Pin
Pete O'Hanlon18-Mar-11 2:13
mvePete O'Hanlon18-Mar-11 2:13 
GeneralRe: Deployment Pin
arkiboys18-Mar-11 2:25
arkiboys18-Mar-11 2:25 
GeneralRe: Deployment Pin
Pete O'Hanlon21-Mar-11 2:41
mvePete O'Hanlon21-Mar-11 2:41 
GeneralRe: Deployment Pin
Pete O'Hanlon21-Mar-11 6:05
mvePete O'Hanlon21-Mar-11 6:05 
GeneralRe: Deployment Pin
Dave Kreskowiak21-Mar-11 6:29
mveDave Kreskowiak21-Mar-11 6:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.