2
Answers

Architectural advice needed

Ask a question
Matthew Owens

Matthew Owens

16y
2.3k
1

Hey,

I've been tasked to write a system using wpf & wcf, the system will be nTier with data held centrally in an SQL Server Database. There will be 200+ connected clients, updating the data more or less constantly so its pretty transaction intense. Ideally the data will be accessed through a series of WCF stubs. My question is: what would be the best way to handle the data? Would it be wise to use one static cached dataset which every client accesses through the services, or to proliferate the data to the client and hold it locally in a dataset? Any ideas or suggested articles would be be much appreciated.

Thanks

M


Answers (2)
Next Recommended Forum