Click here to Skip to main content
15,886,963 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi Everyone, I am a CS student who is going into their sophomore year and I am currently working in an internship. The person looking over me has told me he will be busy and I should use this website for help. Last week I have asked many questions regarding this project. Special thanks to TRK3 and dasblinkenlight for the incredible amount of help they have given me.

Here is a image of how the web service will be used. Link[^]
Sorry for the terrible drawing. But pretty much there are two different types of applications using a library that calls a the web service that is on a server. The web service is going to be used dynamically (i think that is how you say it?). The web service is going to talk to the data which is stored on the server. There are going to be millions of inserts and read/delete(at the same time) methods being called. Also I need to make this fast.

My question is, how should I keep my data? I was thinking of using an in-memory database like mySQL. Any thoughts on this? Context.Cache seems interesting.
Posted
Updated 11-Jul-11 10:17am
v2

IMO, yes using SQLite or even MySql is probably the best way to go.
 
Share this answer
 
What data are you storing and what is the recover plan for this data? In my industry, we can't use an in-memory database for some things. Regulators don't like it.

I think you have posted a few times regarding Cache vs SQL. It seems like you just want to learn about Context.Cache. Why don't you try researching it on your own, or give CP members a chance to answer your original questions before posting again.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900