Click here to Skip to main content
15,891,375 members
Home / Discussions / C#
   

C#

 
AnswerRe: Custom Collections in C# Pin
Luc Pattyn18-Feb-10 1:30
sitebuilderLuc Pattyn18-Feb-10 1:30 
QuestionHow to add Textbox Dynamically Pin
It_tech18-Feb-10 0:00
It_tech18-Feb-10 0:00 
AnswerRe: How to add Textbox Dynamically Pin
#realJSOP18-Feb-10 0:10
mve#realJSOP18-Feb-10 0:10 
GeneralRe: How to add Textbox Dynamically Pin
It_tech18-Feb-10 0:18
It_tech18-Feb-10 0:18 
Questionsimulate keypress by SendInput Pin
Tridip Bhattacharjee17-Feb-10 23:34
professionalTridip Bhattacharjee17-Feb-10 23:34 
QuestionSimple Cache shared in multiple application instances Pin
buchstaben17-Feb-10 23:31
buchstaben17-Feb-10 23:31 
AnswerRe: Simple Cache shared in multiple application instances Pin
Nicholas Butler18-Feb-10 0:30
sitebuilderNicholas Butler18-Feb-10 0:30 
AnswerRe: Simple Cache shared in multiple application instances Pin
Keith Barrow18-Feb-10 0:31
professionalKeith Barrow18-Feb-10 0:31 
I don't think you can, at least not without negating the benfits of the cache. Each instance of the app has its own AppDomain, which has its own allocated memory. (You could achieve this in c++ for example). You 'd need to get a copy of the cache from one application via some sort of RPC or similar, but this would probably be slower than just getting the data again.
Dalek Dave: There are many words that some find offensive, Homosexuality, Alcoholism, Religion, Visual Basic, Manchester United, Butter.

GeneralRe: Simple Cache shared in multiple application instances Pin
buchstaben18-Feb-10 1:02
buchstaben18-Feb-10 1:02 
GeneralRe: Simple Cache shared in multiple application instances Pin
Keith Barrow18-Feb-10 1:07
professionalKeith Barrow18-Feb-10 1:07 
AnswerRe: Simple Cache shared in multiple application instances Pin
David Skelly18-Feb-10 2:12
David Skelly18-Feb-10 2:12 
GeneralRe: Simple Cache shared in multiple application instances Pin
buchstaben18-Feb-10 2:23
buchstaben18-Feb-10 2:23 
GeneralRe: Simple Cache shared in multiple application instances Pin
Keith Barrow18-Feb-10 2:49
professionalKeith Barrow18-Feb-10 2:49 
GeneralRe: Simple Cache shared in multiple application instances Pin
buchstaben18-Feb-10 2:55
buchstaben18-Feb-10 2:55 
GeneralRe: Simple Cache shared in multiple application instances Pin
Keith Barrow18-Feb-10 3:12
professionalKeith Barrow18-Feb-10 3:12 
GeneralRe: Simple Cache shared in multiple application instances Pin
buchstaben18-Feb-10 3:19
buchstaben18-Feb-10 3:19 
GeneralRe: Simple Cache shared in multiple application instances Pin
David Skelly18-Feb-10 22:38
David Skelly18-Feb-10 22:38 
QuestionListbox not display values Pin
Anu_Bala17-Feb-10 22:26
Anu_Bala17-Feb-10 22:26 
QuestionGoogle talk - like application Pin
ramzg17-Feb-10 22:17
ramzg17-Feb-10 22:17 
AnswerMessage Closed Pin
17-Feb-10 22:38
stancrm17-Feb-10 22:38 
GeneralRe: Google talk - like application Pin
ramzg17-Feb-10 22:43
ramzg17-Feb-10 22:43 
GeneralRe: Google talk - like application Pin
ramzg17-Feb-10 23:04
ramzg17-Feb-10 23:04 
GeneralRe: Google talk - like application Pin
OriginalGriff17-Feb-10 23:28
mveOriginalGriff17-Feb-10 23:28 
GeneralRe: Google talk - like application Pin
ramzg17-Feb-10 23:48
ramzg17-Feb-10 23:48 
GeneralMessage Closed Pin
17-Feb-10 23:59
stancrm17-Feb-10 23:59 

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.