Click here to Skip to main content
15,790,135 members
Home / Discussions / C#
   

C#

 
GeneralRe: A simple function pointer question... Pin
Stephane Rodriguez.9-Nov-02 3:50
Stephane Rodriguez.9-Nov-02 3:50 
GeneralMDI application Pin
Le centriste8-Nov-02 18:43
Le centriste8-Nov-02 18:43 
GeneralRe: MDI application Pin
Stephane Rodriguez.8-Nov-02 20:37
Stephane Rodriguez.8-Nov-02 20:37 
GeneralRe: MDI application Pin
Le centriste9-Nov-02 8:33
Le centriste9-Nov-02 8:33 
GeneralRe: MDI application Pin
Eric Gunnerson (msft)11-Nov-02 8:44
Eric Gunnerson (msft)11-Nov-02 8:44 
GeneralFileSize Pin
kavehdr8-Nov-02 13:08
kavehdr8-Nov-02 13:08 
GeneralRe: FileSize Pin
ian mariano8-Nov-02 21:03
ian mariano8-Nov-02 21:03 
GeneralC# determinism Pin
AaronStibich8-Nov-02 13:03
AaronStibich8-Nov-02 13:03 
I have been reading alot about C# determinism, and most of the literature addresses destructors. I understand that the garbage collection is now responsible for calling the class destructor, and the GC is undeterministic. I have read recommendations to implement IDispose and have the client call Dispose(), but what about client server architectures. If I have one C# server connected to multiple clients, which client calls Dispose()? Isn't this why reference counting was invented?

My biggest concern is whether or not my C# server will contain a message pump - someone alluded earlier that it will. Anyone who has created a COM STA server will know that message pumps make your code slow and VERY undeterministic. How to you create a message pump free C# server (something equivilent to a MTA server in COM)?

Thanks,

Aaron

QuestionAaarrrgggghhh what have I done??? Pin
LongRange.Shooter8-Nov-02 10:24
LongRange.Shooter8-Nov-02 10:24 
AnswerRe: Aaarrrgggghhh what have I done??? Pin
LongRange.Shooter8-Nov-02 10:41
LongRange.Shooter8-Nov-02 10:41 
GeneralHashtable Pin
afronaut8-Nov-02 7:57
afronaut8-Nov-02 7:57 
GeneralRe: Hashtable Pin
perlmunger8-Nov-02 8:19
perlmunger8-Nov-02 8:19 
GeneralRe: Hashtable Pin
afronaut8-Nov-02 9:51
afronaut8-Nov-02 9:51 
GeneralRe: Hashtable Pin
perlmunger8-Nov-02 10:22
perlmunger8-Nov-02 10:22 
GeneralRe: Hashtable Pin
afronaut8-Nov-02 10:52
afronaut8-Nov-02 10:52 
GeneralRe: Hashtable Pin
leppie8-Nov-02 13:48
leppie8-Nov-02 13:48 
GeneralRe: Hashtable Pin
John Fisher8-Nov-02 12:05
John Fisher8-Nov-02 12:05 
QuestionCan someone verify these assumptions on dialog boxes? Pin
LongRange.Shooter8-Nov-02 7:35
LongRange.Shooter8-Nov-02 7:35 
AnswerRe: Can someone verify these assumptions on dialog boxes? Pin
Daaron8-Nov-02 7:44
Daaron8-Nov-02 7:44 
GeneralRe: Can someone verify these assumptions on dialog boxes? Pin
LongRange.Shooter8-Nov-02 7:48
LongRange.Shooter8-Nov-02 7:48 
AnswerRe: Can someone verify these assumptions on dialog boxes? Pin
Richard Deeming8-Nov-02 7:53
mveRichard Deeming8-Nov-02 7:53 
AnswerRe: Can someone verify these assumptions on dialog boxes? Pin
James T. Johnson8-Nov-02 8:07
James T. Johnson8-Nov-02 8:07 
GeneralTransparency Pin
MrEyes8-Nov-02 7:14
MrEyes8-Nov-02 7:14 
GeneralRe: Transparency Pin
Paul Watson8-Nov-02 7:45
sitebuilderPaul Watson8-Nov-02 7:45 
GeneralRe: Transparency Pin
Andrew Lewis8-Nov-02 9:50
Andrew Lewis8-Nov-02 9:50 

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.