Click here to Skip to main content
16,007,932 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
GeneralRe: Child Objects Inheriting Property Values from Parents Pin
Brady Kelly20-Nov-07 9:20
Brady Kelly20-Nov-07 9:20 
GeneralRe: Child Objects Inheriting Property Values from Parents Pin
led mike20-Nov-07 9:56
led mike20-Nov-07 9:56 
GeneralRe: Child Objects Inheriting Property Values from Parents Pin
Brady Kelly20-Nov-07 10:41
Brady Kelly20-Nov-07 10:41 
GeneralRe: Child Objects Inheriting Property Values from Parents Pin
Tristan Rhodes22-Nov-07 5:43
Tristan Rhodes22-Nov-07 5:43 
GeneralRe: Child Objects Inheriting Property Values from Parents Pin
led mike26-Nov-07 4:50
led mike26-Nov-07 4:50 
GeneralRe: Child Objects Inheriting Property Values from Parents Pin
Tristan Rhodes28-Nov-07 1:14
Tristan Rhodes28-Nov-07 1:14 
GeneralRe: Child Objects Inheriting Property Values from Parents Pin
led mike28-Nov-07 6:22
led mike28-Nov-07 6:22 
QuestionScaling out transaction processing Pin
Anubis33316-Nov-07 7:50
Anubis33316-Nov-07 7:50 
I’m seeking ideas for an efficient technique to sequence transactions in a SQLServer table for consumption by a serviced component app-server running on several physical machines. Currently the component app-server is selecting “TOP 1” transaction primary key from the table and inserting it into a logical locking table with an expiration timestamp and the current machine name. The “TOP 1” selection also excludes transactions where the primary key is already in the logical locking table for another physical machine where the expiration date stamp has not yet expired.

The table locks on the "logical locking" table during logical lock inserts is limiting concurrency but this is the only method I could think of to ensure each server is processing a unique row in the table.


Thanks

AnswerRe: Scaling out transaction processing Pin
led mike19-Nov-07 4:50
led mike19-Nov-07 4:50 
GeneralRe: Scaling out transaction processing Pin
Anubis33327-Nov-07 10:29
Anubis33327-Nov-07 10:29 
GeneralRe: Scaling out transaction processing Pin
led mike27-Nov-07 11:17
led mike27-Nov-07 11:17 
GeneralRe: Scaling out transaction processing Pin
Anubis33328-Nov-07 4:09
Anubis33328-Nov-07 4:09 
QuestionArchitecture for implementing locking Pin
Simon P Stevens15-Nov-07 2:00
Simon P Stevens15-Nov-07 2:00 
AnswerRe: Architecture for implementing locking Pin
cmf-DBA15-Nov-07 11:19
cmf-DBA15-Nov-07 11:19 
GeneralRe: Architecture for implementing locking Pin
Simon P Stevens16-Nov-07 3:28
Simon P Stevens16-Nov-07 3:28 
GeneralRe: Architecture for implementing locking Pin
cmf-DBA16-Nov-07 9:24
cmf-DBA16-Nov-07 9:24 
GeneralRe: Architecture for implementing locking Pin
Simon P Stevens19-Nov-07 10:21
Simon P Stevens19-Nov-07 10:21 
GeneralRe: Architecture for implementing locking Pin
cmf-DBA20-Nov-07 3:17
cmf-DBA20-Nov-07 3:17 
QuestionWrapping Composite Controls Pin
Tristan Rhodes14-Nov-07 3:12
Tristan Rhodes14-Nov-07 3:12 
AnswerRe: Wrapping Composite Controls Pin
led mike15-Nov-07 4:45
led mike15-Nov-07 4:45 
GeneralRe: Wrapping Composite Controls Pin
Tristan Rhodes15-Nov-07 22:44
Tristan Rhodes15-Nov-07 22:44 
GeneralRe: Wrapping Composite Controls Pin
led mike19-Nov-07 12:00
led mike19-Nov-07 12:00 
GeneralRe: Wrapping Composite Controls Pin
Tristan Rhodes22-Nov-07 4:59
Tristan Rhodes22-Nov-07 4:59 
Question3D architecture Pin
rsaint2713-Nov-07 7:56
rsaint2713-Nov-07 7:56 
AnswerRe: 3D architecture Pin
Tristan Rhodes14-Nov-07 3:26
Tristan Rhodes14-Nov-07 3:26 

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.