Click here to Skip to main content
15,914,452 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: An idea I just had to get out there before it dies Pin
honey the codewitch27-Jul-20 7:38
mvahoney the codewitch27-Jul-20 7:38 
GeneralRe: An idea I just had to get out there before it dies Pin
Marc Clifton27-Jul-20 7:18
mvaMarc Clifton27-Jul-20 7:18 
GeneralRe: An idea I just had to get out there before it dies Pin
honey the codewitch27-Jul-20 7:23
mvahoney the codewitch27-Jul-20 7:23 
QuestionRe: An idea I just had to get out there before it dies Pin
Eddy Vluggen27-Jul-20 7:47
professionalEddy Vluggen27-Jul-20 7:47 
AnswerRe: An idea I just had to get out there before it dies Pin
honey the codewitch27-Jul-20 7:51
mvahoney the codewitch27-Jul-20 7:51 
GeneralRe: An idea I just had to get out there before it dies Pin
Member 1330167927-Jul-20 21:26
Member 1330167927-Jul-20 21:26 
GeneralRe: An idea I just had to get out there before it dies Pin
NelsonGoncalves27-Jul-20 21:30
NelsonGoncalves27-Jul-20 21:30 
GeneralRe: An idea I just had to get out there before it dies Pin
AReady28-Jul-20 1:12
AReady28-Jul-20 1:12 
Just few quick thoughts:

distributed systems like kubernetes and service fabric already implement rolling updates, i.e. update application components while the application is running (included is also rollback/failover strategy if things go wrong)

if you want to make your own distributed functionality upgrade on the run you might send a "reference" to the new functionality instead of the actual code instructions. You could add some kind of "authorized store" containing validated code. The message receiver gets a reference to the function to use to process that message, if not already available locally it downloads it from the store (only from the authorized one). This way you could mitigate security risk and avoid to implement a complicated code validation strategy at instruction level.

Again these are quick thoughts, I didn't spend much time to validate my ideas but maybe they can be useful to you... I guess that's the spirit of this forum
GeneralRe: An idea I just had to get out there before it dies Pin
DerekT-P28-Jul-20 1:48
professionalDerekT-P28-Jul-20 1:48 
GeneralRe: An idea I just had to get out there before it dies Pin
DidiKunz28-Jul-20 3:10
DidiKunz28-Jul-20 3:10 
GeneralRe: An idea I just had to get out there before it dies Pin
patbob28-Jul-20 5:33
patbob28-Jul-20 5:33 
GeneralRe: An idea I just had to get out there before it dies Pin
honey the codewitch28-Jul-20 5:44
mvahoney the codewitch28-Jul-20 5:44 
GeneralRe: An idea I just had to get out there before it dies Pin
patbob28-Jul-20 5:53
patbob28-Jul-20 5:53 
GeneralRe: An idea I just had to get out there before it dies Pin
honey the codewitch28-Jul-20 6:41
mvahoney the codewitch28-Jul-20 6:41 
GeneralRe: An idea I just had to get out there before it dies Pin
Dan Sutton28-Jul-20 5:45
Dan Sutton28-Jul-20 5:45 
GeneralRe: An idea I just had to get out there before it dies Pin
Sr_Dogmeat29-Jul-20 10:17
professionalSr_Dogmeat29-Jul-20 10:17 
GeneralRe: An idea I just had to get out there before it dies Pin
Mark Starr29-Jul-20 12:49
professionalMark Starr29-Jul-20 12:49 
GeneralThought of the Day Pin
OriginalGriff27-Jul-20 4:48
mveOriginalGriff27-Jul-20 4:48 
GeneralRe: Thought of the Day Pin
W Balboos, GHB27-Jul-20 5:06
W Balboos, GHB27-Jul-20 5:06 
GeneralRe: Thought of the Day Pin
jeron127-Jul-20 5:47
jeron127-Jul-20 5:47 
GeneralRe: Thought of the Day Pin
Daniel Pfeffer27-Jul-20 6:37
professionalDaniel Pfeffer27-Jul-20 6:37 
GeneralMy wife and I have decided we don't want children. Pin
OriginalGriff27-Jul-20 4:15
mveOriginalGriff27-Jul-20 4:15 
GeneralRe: My wife and I have decided we don't want children. Pin
rnbergren27-Jul-20 4:17
rnbergren27-Jul-20 4:17 
GeneralRe: My wife and I have decided we don't want children. Pin
musefan27-Jul-20 4:37
musefan27-Jul-20 4:37 
JokeRe: My wife and I have decided we don't want children. Pin
W Balboos, GHB27-Jul-20 5:07
W Balboos, GHB27-Jul-20 5:07 

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.