Click here to Skip to main content
15,910,123 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Clutter? Pin
Sander Rossel6-Feb-19 3:30
professionalSander Rossel6-Feb-19 3:30 
GeneralRe: Clutter? Pin
lopatir6-Feb-19 7:53
lopatir6-Feb-19 7:53 
GeneralRe: Clutter? Pin
Sander Rossel6-Feb-19 10:27
professionalSander Rossel6-Feb-19 10:27 
GeneralRe: Clutter? Pin
lopatir7-Feb-19 5:12
lopatir7-Feb-19 5:12 
GeneralRe: Clutter? Pin
lmoelleb4-Feb-19 22:21
lmoelleb4-Feb-19 22:21 
GeneralRe: Clutter? Pin
Marc Clifton5-Feb-19 1:42
mvaMarc Clifton5-Feb-19 1:42 
GeneralRe: Clutter? Pin
#realJSOP5-Feb-19 3:22
professional#realJSOP5-Feb-19 3:22 
GeneralRe: Clutter? Pin
lmoelleb5-Feb-19 20:21
lmoelleb5-Feb-19 20:21 
Marc Clifton wrote:
I have to stop the application pool, update the DLL, then restart the application pool

It's not really the way things are done anymore, so you should not expect much focus on improving this area. Updating running servers one by one is not something that scales well.

While Azure originally introduced web roles that dealt easily with this challenge (though a bit slowly) the modern landscape is a lot more messy. Docker brought standards and run everything everywhere to the table, but other complexities are introduced instead. Aren't they always?

You can for example look at Azure Service Fabric. It can do a lot more than what you need (bringing in it's own Actor model, service infrastructure and what not), but it should also be able to "shut up and run my web service" ignoring all the other complexity. Main challenge: Find the simple parts among all the mess.
Generalbacon for all Pin
lopatir4-Feb-19 7:33
lopatir4-Feb-19 7:33 
GeneralRe: bacon for all Pin
Super Lloyd4-Feb-19 15:56
Super Lloyd4-Feb-19 15:56 
GeneralRe: bacon for all Pin
Daniel Pfeffer4-Feb-19 20:42
professionalDaniel Pfeffer4-Feb-19 20:42 
GeneralArrrgggg Pin
#realJSOP4-Feb-19 5:46
professional#realJSOP4-Feb-19 5:46 
GeneralRe: Arrrgggg Pin
OriginalGriff4-Feb-19 6:09
mveOriginalGriff4-Feb-19 6:09 
GeneralRe: Arrrgggg Pin
#realJSOP4-Feb-19 7:53
professional#realJSOP4-Feb-19 7:53 
GeneralRe: Arrrgggg Pin
MarkTJohnson4-Feb-19 8:02
professionalMarkTJohnson4-Feb-19 8:02 
GeneralRe: Arrrgggg Pin
Nelek4-Feb-19 19:55
protectorNelek4-Feb-19 19:55 
GeneralRe: Arrrgggg Pin
MarkTJohnson5-Feb-19 3:10
professionalMarkTJohnson5-Feb-19 3:10 
GeneralRe: Arrrgggg Pin
RickZeeland4-Feb-19 7:17
mveRickZeeland4-Feb-19 7:17 
GeneralRe: Arrrgggg Pin
Richard Deeming4-Feb-19 9:38
mveRichard Deeming4-Feb-19 9:38 
GeneralThought of the Day Pin
OriginalGriff4-Feb-19 4:47
mveOriginalGriff4-Feb-19 4:47 
GeneralRe: Thought of the Day Pin
User 84204-Feb-19 4:58
User 84204-Feb-19 4:58 
AnswerRe: Thought of the Day Pin
megaadam4-Feb-19 5:02
professionalmegaadam4-Feb-19 5:02 
GeneralRe: Thought of the Day Pin
Johnny J.4-Feb-19 5:20
professionalJohnny J.4-Feb-19 5:20 
GeneralRe: Thought of the Day Pin
MacSpudster4-Feb-19 12:03
professionalMacSpudster4-Feb-19 12:03 
GeneralRe: Thought of the Day Pin
W Balboos, GHB4-Feb-19 5:09
W Balboos, GHB4-Feb-19 5:09 

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.