Click here to Skip to main content
15,890,185 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
GeneralRe: Call Into or Notify Other Instances Of Your App Pin
Kevin Marois16-Aug-17 7:23
professionalKevin Marois16-Aug-17 7:23 
GeneralRe: Call Into or Notify Other Instances Of Your App Pin
jschell18-Aug-17 12:36
jschell18-Aug-17 12:36 
GeneralRe: Call Into or Notify Other Instances Of Your App Pin
Kevin Marois16-Aug-17 7:23
professionalKevin Marois16-Aug-17 7:23 
AnswerRe: Call Into or Notify Other Instances Of Your App Pin
Mycroft Holmes14-Aug-17 13:30
professionalMycroft Holmes14-Aug-17 13:30 
GeneralRe: Call Into or Notify Other Instances Of Your App Pin
Kevin Marois15-Aug-17 7:56
professionalKevin Marois15-Aug-17 7:56 
GeneralRe: Call Into or Notify Other Instances Of Your App Pin
Gerry Schmitz15-Aug-17 8:36
mveGerry Schmitz15-Aug-17 8:36 
GeneralRe: Call Into or Notify Other Instances Of Your App Pin
Kevin Marois15-Aug-17 8:38
professionalKevin Marois15-Aug-17 8:38 
GeneralRe: Call Into or Notify Other Instances Of Your App Pin
Gerry Schmitz16-Aug-17 5:38
mveGerry Schmitz16-Aug-17 5:38 
One should avoid pessimistic locking as much as possible.

In a "high transaction" situation, it's a non-starter.

Unless you can describe a particular scenario where you need it, you are just looking for a lot of pain.

The optimistic lock usually only involves comparing "before" and "after" "row serial numbers".

Easy.
"(I) am amazed to see myself here rather than there ... now rather than then".
― Blaise Pascal

GeneralRe: Call Into or Notify Other Instances Of Your App Pin
Kevin Marois16-Aug-17 6:02
professionalKevin Marois16-Aug-17 6:02 
GeneralRe: Call Into or Notify Other Instances Of Your App Pin
jschell16-Aug-17 6:45
jschell16-Aug-17 6:45 
GeneralRe: Call Into or Notify Other Instances Of Your App Pin
Kevin Marois16-Aug-17 7:19
professionalKevin Marois16-Aug-17 7:19 
GeneralRe: Call Into or Notify Other Instances Of Your App Pin
jschell18-Aug-17 12:01
jschell18-Aug-17 12:01 
GeneralRe: Call Into or Notify Other Instances Of Your App Pin
Mycroft Holmes18-Aug-17 13:46
professionalMycroft Holmes18-Aug-17 13:46 
GeneralRe: Call Into or Notify Other Instances Of Your App Pin
jschell21-Aug-17 4:55
jschell21-Aug-17 4:55 
GeneralRe: Call Into or Notify Other Instances Of Your App Pin
Kevin Marois16-Aug-17 7:25
professionalKevin Marois16-Aug-17 7:25 
GeneralRe: Call Into or Notify Other Instances Of Your App Pin
jschell18-Aug-17 11:52
jschell18-Aug-17 11:52 
GeneralRe: Call Into or Notify Other Instances Of Your App Pin
Eddy Vluggen16-Aug-17 12:52
professionalEddy Vluggen16-Aug-17 12:52 
GeneralRe: Call Into or Notify Other Instances Of Your App Pin
Mycroft Holmes15-Aug-17 12:42
professionalMycroft Holmes15-Aug-17 12:42 
GeneralRe: Call Into or Notify Other Instances Of Your App Pin
jschell21-Aug-17 4:57
jschell21-Aug-17 4:57 
GeneralRe: Call Into or Notify Other Instances Of Your App Pin
jschell16-Aug-17 6:41
jschell16-Aug-17 6:41 
GeneralRe: Call Into or Notify Other Instances Of Your App Pin
Gerry Schmitz16-Aug-17 6:50
mveGerry Schmitz16-Aug-17 6:50 
GeneralRe: Call Into or Notify Other Instances Of Your App Pin
Kevin Marois16-Aug-17 7:05
professionalKevin Marois16-Aug-17 7:05 
GeneralRe: Call Into or Notify Other Instances Of Your App Pin
Eddy Vluggen21-Aug-17 9:22
professionalEddy Vluggen21-Aug-17 9:22 
GeneralRe: Call Into or Notify Other Instances Of Your App Pin
Kevin Marois16-Aug-17 7:16
professionalKevin Marois16-Aug-17 7:16 
GeneralRe: Call Into or Notify Other Instances Of Your App Pin
jschell18-Aug-17 12:11
jschell18-Aug-17 12:11 

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.