Click here to Skip to main content
15,888,600 members
Home / Discussions / C#
   

C#

 
QuestionTabControl "vertical" AutoScroll Pin
netogg30-May-09 0:38
netogg30-May-09 0:38 
AnswerRe: TabControl "vertical" AutoScroll Pin
Satish Pai30-May-09 1:13
Satish Pai30-May-09 1:13 
GeneralRe: TabControl "vertical" AutoScroll Pin
netogg30-May-09 1:27
netogg30-May-09 1:27 
GeneralRe: TabControl "vertical" AutoScroll Pin
Satish Pai30-May-09 2:27
Satish Pai30-May-09 2:27 
GeneralRe: TabControl "vertical" AutoScroll Pin
Satish Pai30-May-09 2:50
Satish Pai30-May-09 2:50 
GeneralRe: TabControl "vertical" AutoScroll Pin
netogg30-May-09 13:58
netogg30-May-09 13:58 
Questiondownloading pdf on a desktop folder Pin
tauras8129-May-09 23:59
tauras8129-May-09 23:59 
AnswerRe: downloading pdf on a desktop folder Pin
Rajesh R Subramanian30-May-09 0:11
professionalRajesh R Subramanian30-May-09 0:11 
AnswerRe: downloading pdf on a desktop folder Pin
Henry Minute30-May-09 0:12
Henry Minute30-May-09 0:12 
QuestionHow to attach a new process with existing process Pin
Jacobb Michael29-May-09 23:50
Jacobb Michael29-May-09 23:50 
AnswerRe: How to attach a new process with existing process Pin
Rajesh R Subramanian30-May-09 0:13
professionalRajesh R Subramanian30-May-09 0:13 
AnswerRe: How to attach a new process with existing process Pin
Anubhava Dimri30-May-09 0:27
Anubhava Dimri30-May-09 0:27 
GeneralRe: How to attach a new process with existing process Pin
Jacobb Michael31-May-09 18:34
Jacobb Michael31-May-09 18:34 
AnswerRe: How to attach a new process with existing process Pin
SimpleData30-May-09 1:38
SimpleData30-May-09 1:38 
Questionto store datareader values in array Pin
priya1515s29-May-09 23:45
priya1515s29-May-09 23:45 
AnswerRe: to store datareader values in array Pin
Mycroft Holmes29-May-09 23:59
professionalMycroft Holmes29-May-09 23:59 
Questionhi Pin
hamed02129-May-09 23:44
hamed02129-May-09 23:44 
Questionhi Pin
hamed02129-May-09 23:44
hamed02129-May-09 23:44 
Questionhi Pin
hamed02129-May-09 23:42
hamed02129-May-09 23:42 
Questionhi Pin
hamed02129-May-09 23:40
hamed02129-May-09 23:40 
AnswerRe: hi Pin
Anubhava Dimri29-May-09 23:42
Anubhava Dimri29-May-09 23:42 
AnswerRe: hi Pin
Hamed Musavi29-May-09 23:52
Hamed Musavi29-May-09 23:52 
AnswerRe: hi Pin
Mohammad Dayyan29-May-09 23:56
Mohammad Dayyan29-May-09 23:56 
Questionhi Pin
hamed02129-May-09 23:40
hamed02129-May-09 23:40 
QuestionUser-Informations on DB or in RAM? Pin
softwarejaeger29-May-09 22:48
softwarejaeger29-May-09 22:48 
Hello,

i have a little decision-problem Smile | :)
I create a new server-application which works together with client-applications. The Server-Application must manage the users, which are signed in and are online. So... how should i save this informations? Is it better to store it in the RAM (i make a List<onlineusers> where the Classes with the UserInformations are in there), or should i better save them in a DB, where i have the passwords and so on too? My Problem is, i don't know how many users will use this client-application! There could be 100 users or 10 000 users!

But this wouldn't be the problem, the big problem is, that this server only exchange user-informations, and so if i have maybe 10 000 users and a lot of users asking for informations about other users i could get in trouble if i have the data in the RAM (maybe not enough RAM?) and if i have it in a DB i have a very big HardDisk IO! The TCP-Connections at last i MUST store in the RAM of course, so anytime i need informations in the RAM about my Users...

So, has somebody any idea which technique i should use to get the best performance out of it?

Many Thanks Smile | :)

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.