Click here to Skip to main content
15,918,108 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralDeploying windows applications Pin
Britnt725-Oct-04 10:53
Britnt725-Oct-04 10:53 
GeneralRe: Deploying windows applications Pin
Steve Maier25-Oct-04 11:12
professionalSteve Maier25-Oct-04 11:12 
GeneralRe: Deploying windows applications Pin
Britnt726-Oct-04 2:02
Britnt726-Oct-04 2:02 
GeneralRe: Deploying windows applications Pin
Steve Maier26-Oct-04 5:31
professionalSteve Maier26-Oct-04 5:31 
GeneralRe: Deploying windows applications Pin
Britnt726-Oct-04 5:37
Britnt726-Oct-04 5:37 
GeneralRe: Deploying windows applications Pin
Trankil26-Oct-04 1:15
Trankil26-Oct-04 1:15 
GeneralRe: Deploying windows applications Pin
Britnt726-Oct-04 2:07
Britnt726-Oct-04 2:07 
GeneralRe: Deploying windows applications Pin
Steve Maier26-Oct-04 5:35
professionalSteve Maier26-Oct-04 5:35 
GeneralRe: Deploying windows applications Pin
Britnt726-Oct-04 5:39
Britnt726-Oct-04 5:39 
GeneralRe: Deploying windows applications Pin
Steve Maier26-Oct-04 7:27
professionalSteve Maier26-Oct-04 7:27 
GeneralRe: Deploying windows applications Pin
Adnan Siddiqi31-Oct-04 8:43
Adnan Siddiqi31-Oct-04 8:43 
QuestionListView move Up / Down using Index ?? Pin
luckyShek25-Oct-04 8:15
luckyShek25-Oct-04 8:15 
AnswerRe: ListView move Up / Down using Index ?? Pin
Fade (Amit BS)25-Oct-04 17:31
Fade (Amit BS)25-Oct-04 17:31 
GeneralRe: ListView move Up / Down using Index ?? Pin
Anonymous27-Oct-04 7:23
Anonymous27-Oct-04 7:23 
GeneralNT User Login propagate on Remoting Pin
amatyasik25-Oct-04 3:05
amatyasik25-Oct-04 3:05 
GeneralRe: NT User Login propagate on Remoting Pin
Alex Korchemniy25-Oct-04 11:39
Alex Korchemniy25-Oct-04 11:39 
GeneralRe: NT User Login propagate on Remoting Pin
amatyasik25-Oct-04 21:09
amatyasik25-Oct-04 21:09 
GeneralDistributing Dlls written in .Net to VB6 Pin
Fade (Amit BS)24-Oct-04 19:26
Fade (Amit BS)24-Oct-04 19:26 
GeneralRe: Distributing Dlls written in .Net to VB6 Pin
Alex Korchemniy25-Oct-04 11:33
Alex Korchemniy25-Oct-04 11:33 
GeneralRe: Distributing Dlls written in .Net to VB6 Pin
Fade (Amit BS)25-Oct-04 19:19
Fade (Amit BS)25-Oct-04 19:19 
GeneralRe: Distributing Dlls written in .Net to VB6 Pin
Trankil26-Oct-04 1:19
Trankil26-Oct-04 1:19 
GeneralApplets Pin
Srikanth I.24-Oct-04 10:29
Srikanth I.24-Oct-04 10:29 
GeneralRe: Applets Pin
Steven Campbell24-Oct-04 10:43
Steven Campbell24-Oct-04 10:43 
QuestionTcpClient create a memory leak ?!? Pin
Alon Ronen23-Oct-04 5:57
Alon Ronen23-Oct-04 5:57 
hi,
i'm building a pop3 mail checker for my own use and i've noticed that each time my app check the mail - the memory usage in the task manger grow in few KB and doesnt come back.
now i checked lots of mail checkers found on this site and others, all behave alike. when i've isolated my code parts, ive noticed it's the creation of the NEW TcpClient who causes the memory leak.
i thought the garbage collector supposed to take care the old TcpClient but apparantley there's some problem.
i also tried to use my own dispose methode for the tcpclient with GC.SuppressFinalize, none helped.

now this is a serious problem as the mail checker supposed to run at all times (i usually boot my computer once a week or two...)

any solutions ???

10X,



Alon
AnswerRe: TcpClient create a memory leak ?!? Pin
Fade (Amit BS)25-Oct-04 19:34
Fade (Amit BS)25-Oct-04 19:34 

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.