Click here to Skip to main content
15,921,577 members
Home / Discussions / C#
   

C#

 
QuestionSpeech to text (Speech recognition) documentation Pin
bluehai7-Sep-06 23:08
bluehai7-Sep-06 23:08 
AnswerRe: Speech to text (Speech recognition) documentation Pin
Ed.Poore7-Sep-06 23:28
Ed.Poore7-Sep-06 23:28 
QuestionFIle Pin
papa807-Sep-06 22:52
papa807-Sep-06 22:52 
AnswerRe: FIle Pin
User 66587-Sep-06 23:15
User 66587-Sep-06 23:15 
AnswerRe: FIle Pin
saqib827-Sep-06 23:20
saqib827-Sep-06 23:20 
AnswerRe: FIle Pin
ejuanpp7-Sep-06 23:20
ejuanpp7-Sep-06 23:20 
AnswerRe: FIle Pin
papa807-Sep-06 23:40
papa807-Sep-06 23:40 
QuestionMemory leakage with ODBCConnection ?? Pin
GDavy7-Sep-06 22:49
GDavy7-Sep-06 22:49 
I have written a service in C# which does some database stuff. At certain intervals it checks if the Database is still reachable by simply Opening and closing the ODBCConnection object.
It seems however that whenever I open and close the connection the memory used by the process increases (noticed this with windows task manager). This is very unwanted offcourse, since the service I make should run for very long periods of time. I tried creating the ODBCConnection object in a using block, but still the effect is the same. Is this indeed a problem in .NET currently? Am I forgetting a certain action that would dump this memory?
Yesterday I ran this app whole night long, just opening and closing the connection object and this morning I noticed that almost all memory was being used, so I figure that it`s not something that the CLR will clean up.

Please if anybody knows about this problem and any solution give me an answer..

Thanks,
Davy
AnswerRe: Memory leakage with ODBCConnection ?? Pin
V.8-Sep-06 0:37
professionalV.8-Sep-06 0:37 
QuestionDocument Counter Pin
Pinda Mbobo7-Sep-06 22:06
Pinda Mbobo7-Sep-06 22:06 
QuestionSetting audio output channel for a mci-video Pin
sukitemp7-Sep-06 21:58
sukitemp7-Sep-06 21:58 
QuestionHow to create custom events in Windows Service Pin
Khaleek Ahmad7-Sep-06 20:08
Khaleek Ahmad7-Sep-06 20:08 
AnswerRe: How to create custom events in Windows Service Pin
Dave Kreskowiak8-Sep-06 3:10
mveDave Kreskowiak8-Sep-06 3:10 
QuestionC# and DAO Pin
myNameIsRon7-Sep-06 19:49
myNameIsRon7-Sep-06 19:49 
AnswerRe: C# and DAO Pin
saqib827-Sep-06 20:45
saqib827-Sep-06 20:45 
GeneralRe: C# and DAO Pin
myNameIsRon7-Sep-06 22:06
myNameIsRon7-Sep-06 22:06 
AnswerRe: C# and DAO Pin
Dave Kreskowiak8-Sep-06 3:08
mveDave Kreskowiak8-Sep-06 3:08 
GeneralRe: C# and DAO Pin
myNameIsRon8-Sep-06 5:44
myNameIsRon8-Sep-06 5:44 
QuestionRead/Write a file on remote pc Pin
saqib827-Sep-06 19:11
saqib827-Sep-06 19:11 
AnswerRe: Read/Write a file on remote pc Pin
CWIZO7-Sep-06 21:43
CWIZO7-Sep-06 21:43 
GeneralRe: Read/Write a file on remote pc Pin
saqib827-Sep-06 23:09
saqib827-Sep-06 23:09 
GeneralRe: Read/Write a file on remote pc Pin
CWIZO7-Sep-06 23:11
CWIZO7-Sep-06 23:11 
GeneralRe: Read/Write a file on remote pc Pin
saqib827-Sep-06 23:14
saqib827-Sep-06 23:14 
GeneralRe: Read/Write a file on remote pc Pin
CWIZO7-Sep-06 23:15
CWIZO7-Sep-06 23:15 
GeneralRe: Read/Write a file on remote pc Pin
saqib827-Sep-06 23:45
saqib827-Sep-06 23:45 

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.