Click here to Skip to main content
15,886,840 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.

 
GeneralQuick Question about Cloud thing... Pin
Super Lloyd23-Apr-20 3:22
Super Lloyd23-Apr-20 3:22 
GeneralRe: Quick Question about Cloud thing... Pin
Kornfeld Eliyahu Peter23-Apr-20 3:34
professionalKornfeld Eliyahu Peter23-Apr-20 3:34 
GeneralRe: Quick Question about Cloud thing... Pin
Super Lloyd23-Apr-20 3:40
Super Lloyd23-Apr-20 3:40 
GeneralRe: Quick Question about Cloud thing... Pin
Kornfeld Eliyahu Peter23-Apr-20 3:46
professionalKornfeld Eliyahu Peter23-Apr-20 3:46 
GeneralRe: Quick Question about Cloud thing... Pin
Super Lloyd23-Apr-20 3:50
Super Lloyd23-Apr-20 3:50 
GeneralRe: Quick Question about Cloud thing... Pin
lopatir23-Apr-20 4:01
lopatir23-Apr-20 4:01 
GeneralRe: Quick Question about Cloud thing... Pin
ZurdoDev23-Apr-20 4:21
professionalZurdoDev23-Apr-20 4:21 
GeneralRe: Quick Question about Cloud thing... Pin
Scott Serl23-Apr-20 5:05
Scott Serl23-Apr-20 5:05 
The db issue you point out with cloud is a main reason micro services have become popular. Each micro service generally has its own db. Designing micro services for an application requires some of the same skills as partitioning a db...you have to break them up such that you minimize the number of db updates required to get your micro services into a consistent state. It can become quite complex and if not done well, can end up in a tangled db mess.
Fortunately, I write internal apps, and have only a few thousand users, so have not had to go the micro service route.
GeneralRe: Quick Question about Cloud thing... Pin
OriginalGriff23-Apr-20 8:26
mveOriginalGriff23-Apr-20 8:26 
GeneralRe: Quick Question about Cloud thing... Pin
theoldfool23-Apr-20 9:26
professionaltheoldfool23-Apr-20 9:26 
GeneralRe: Quick Question about Cloud thing... Pin
Super Lloyd26-Apr-20 16:17
Super Lloyd26-Apr-20 16:17 
GeneralRe: Quick Question about Cloud thing... Pin
kmoorevs23-Apr-20 10:27
kmoorevs23-Apr-20 10:27 
GeneralRe: Quick Question about Cloud thing... Pin
rtischer827724-Apr-20 2:06
rtischer827724-Apr-20 2:06 
GeneralRe: Quick Question about Cloud thing... Pin
jschell26-Apr-20 9:12
jschell26-Apr-20 9:12 
GeneralRe: Quick Question about Cloud thing... Pin
rtischer827727-Apr-20 2:30
rtischer827727-Apr-20 2:30 
GeneralRe: Quick Question about Cloud thing... Pin
Bruce Patin24-Apr-20 3:16
Bruce Patin24-Apr-20 3:16 
GeneralRe: Quick Question about Cloud thing... Pin
Steve Naidamast24-Apr-20 6:49
professionalSteve Naidamast24-Apr-20 6:49 
GeneralRe: Quick Question about Cloud thing... Pin
jschell26-Apr-20 9:27
jschell26-Apr-20 9:27 
GeneralWell, that was fun... Pin
OriginalGriff22-Apr-20 22:59
mveOriginalGriff22-Apr-20 22:59 
QuestionRe: Well, that was fun... Pin
CPallini22-Apr-20 23:42
mveCPallini22-Apr-20 23:42 
AnswerRe: Well, that was fun... Pin
MarkTJohnson23-Apr-20 1:48
professionalMarkTJohnson23-Apr-20 1:48 
GeneralRe: Well, that was fun... Pin
RickZeeland22-Apr-20 23:49
mveRickZeeland22-Apr-20 23:49 
GeneralRe: Well, that was fun... Pin
OriginalGriff23-Apr-20 0:04
mveOriginalGriff23-Apr-20 0:04 
GeneralRe: Well, that was fun... Pin
Peter_in_278023-Apr-20 1:06
professionalPeter_in_278023-Apr-20 1:06 
GeneralRe: Well, that was fun... Pin
OriginalGriff23-Apr-20 1:09
mveOriginalGriff23-Apr-20 1: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.