D
dee
hi,
I considering designing a online snipe system. This where i input a
price and the application will submit the snipe at the desired time to
the site. I have been thinking about the design of the system at a
higher level view and wanted some ideas on what would be the best
design of the system in terms of performance , managability and
scallability. I was thinking of three database tables , one not very
urgent , urgent and very urgent . The very urgent would be checked
every second to submit bids, this would have less rows than the others
so would help performance. The urgent checked every 1 mins and would
move bids ending in two min or less to the urgent table. The not
urgent checked every 10 mins and moved to the urgent when ending in 20
mins ir less. I was thinking MSMQ could also be used , does any one
have any advice?
I considering designing a online snipe system. This where i input a
price and the application will submit the snipe at the desired time to
the site. I have been thinking about the design of the system at a
higher level view and wanted some ideas on what would be the best
design of the system in terms of performance , managability and
scallability. I was thinking of three database tables , one not very
urgent , urgent and very urgent . The very urgent would be checked
every second to submit bids, this would have less rows than the others
so would help performance. The urgent checked every 1 mins and would
move bids ending in two min or less to the urgent table. The not
urgent checked every 10 mins and moved to the urgent when ending in 20
mins ir less. I was thinking MSMQ could also be used , does any one
have any advice?