Click here to Skip to main content
15,891,184 members
Home / Discussions / C#
   

C#

 
QuestionHow to draw to a image ? Pin
Chris Richner26-Sep-03 8:18
Chris Richner26-Sep-03 8:18 
GeneralConcurrency options: Optimistic/Pessimistic/Last-Win Pin
devvvy26-Sep-03 7:59
devvvy26-Sep-03 7:59 
GeneralRe: Concurrency options: Optimistic/Pessimistic/Last-Win Pin
Marc Clifton27-Sep-03 3:39
mvaMarc Clifton27-Sep-03 3:39 
GeneralRe: Concurrency options: Optimistic/Pessimistic/Last-Win Pin
Saikat Sen27-Sep-03 12:28
Saikat Sen27-Sep-03 12:28 
GeneralRe: Concurrency options: Optimistic/Pessimistic/Last-Win Pin
devvvy29-Sep-03 7:59
devvvy29-Sep-03 7:59 
GeneralClient-Server Pin
apinheiro26-Sep-03 7:49
apinheiro26-Sep-03 7:49 
GeneralRe: Client-Server Pin
Douglas Troy26-Sep-03 9:19
Douglas Troy26-Sep-03 9:19 
GeneralRe: Client-Server Pin
Saikat Sen27-Sep-03 12:38
Saikat Sen27-Sep-03 12:38 
If two clients are updating the same record, then either:
1/ the order in which they update does not matter, or
2/ the order in which they update does matter - to the system.

The first case is trivial. In the second case, the clients will have to communicate somehow between them to schedule who goes first and how the first guy tells the second when to go. That could be through any standard IPC mechanism.

A record, after being fetched, is not locked for any purpose for any duration; even if you fetched it for the purpose of updating it.

GeneralSCP to a unix box Pin
Wjousts26-Sep-03 6:37
Wjousts26-Sep-03 6:37 
GeneralSending string array through network Pin
Gambit00726-Sep-03 5:36
Gambit00726-Sep-03 5:36 
GeneralRe: Sending string array through network Pin
James Simpson26-Sep-03 6:12
James Simpson26-Sep-03 6:12 
GeneralRe: Sending string array through network Pin
Gambit00726-Sep-03 14:07
Gambit00726-Sep-03 14:07 
GeneralDate and time Pin
totig26-Sep-03 3:48
totig26-Sep-03 3:48 
GeneralRe: Date and time Pin
Nick van der Plas26-Sep-03 4:04
Nick van der Plas26-Sep-03 4:04 
QuestionCrystal Reports? Pin
Marix26-Sep-03 2:58
Marix26-Sep-03 2:58 
AnswerRe: Crystal Reports? Pin
Member 56585726-Sep-03 8:00
Member 56585726-Sep-03 8:00 
GeneralRe: Crystal Reports? Pin
Member 56585726-Sep-03 8:03
Member 56585726-Sep-03 8:03 
GeneralRe: Crystal Reports? Pin
Marix28-Sep-03 21:58
Marix28-Sep-03 21:58 
Questionhow to speed up GDI+ without using pointer Pin
zecodela25-Sep-03 23:34
zecodela25-Sep-03 23:34 
AnswerRe: how to speed up GDI+ without using pointer Pin
Anonymous26-Sep-03 1:59
Anonymous26-Sep-03 1:59 
GeneralRe: how to speed up GDI+ without using pointer Pin
fadee26-Sep-03 2:02
fadee26-Sep-03 2:02 
AnswerRe: how to speed up GDI+ without using pointer Pin
fadee26-Sep-03 4:57
fadee26-Sep-03 4:57 
GeneralRe: how to speed up GDI+ without using pointer Pin
zecodela26-Sep-03 5:06
zecodela26-Sep-03 5:06 
GeneralRe: how to speed up GDI+ without using pointer Pin
fadee26-Sep-03 6:29
fadee26-Sep-03 6:29 
GeneralRe: how to speed up GDI+ without using pointer Pin
ralfoide26-Sep-03 8:34
ralfoide26-Sep-03 8:34 

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.