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

C#

 
GeneralRunning .NET application from Server Share Pin
peterchen30-Dec-07 23:41
peterchen30-Dec-07 23:41 
GeneralRe: Running .NET application from Server Share Pin
martin_hughes31-Dec-07 0:48
martin_hughes31-Dec-07 0:48 
QuestionHow to make the toolbutton or toolmenu image backgroud to be the same with system background? Pin
Seraph_summer30-Dec-07 23:20
Seraph_summer30-Dec-07 23:20 
AnswerRe: How to make the toolbutton or toolmenu image backgroud to be the same with system background? Pin
Skippums31-Dec-07 7:47
Skippums31-Dec-07 7:47 
QuestionHow to restrict file type in one or more dynamic file upload controls Pin
Elena200630-Dec-07 23:14
Elena200630-Dec-07 23:14 
AnswerRe: How to restrict file type in one or more dynamic file upload controls Pin
N a v a n e e t h30-Dec-07 23:18
N a v a n e e t h30-Dec-07 23:18 
AnswerRe: How to restrict file type in one or more dynamic file upload controls Pin
PIEBALDconsult31-Dec-07 15:41
mvePIEBALDconsult31-Dec-07 15:41 
GeneralCheck to see if object is being referenced Pin
Winkles30-Dec-07 22:34
Winkles30-Dec-07 22:34 
I have a tricky problem that I could really use some help on.

My app works with a number of very large float[] arrays that can easily use more memory than is available. To solve this I have created a memory manager that, in cases of dwindling memory, will dump some of the older arrays to temporary files. My app can request a reference to one of these arrays at any time, and the memory manager will recreate the array from the dumped copy if it's no longer in memory.

The problem is that my memory manager must not dump to disk any arrays that are currently being used by other parts of the app because a) any further changes to the array won't be reflected in the dumped copy, and b) dumping an array to disk that is being kept in memory by other parts of the application won't help memory load to begin with since the array won't be collected.

How can my memory manager, when it is deciding which arrays to dump to disk, check to see if other parts of the application are holding references to any of the arrays?

Thank you very much! Smile | :)
QuestionRe: Check to see if object is being referenced Pin
CPallini30-Dec-07 22:43
mveCPallini30-Dec-07 22:43 
GeneralRe: Check to see if object is being referenced Pin
Stevo Z30-Dec-07 22:53
Stevo Z30-Dec-07 22:53 
JokeDon't tell ME, I know that! Pin
CPallini30-Dec-07 23:05
mveCPallini30-Dec-07 23:05 
JokeRe: Don't tell ME, I know that! Pin
Stevo Z31-Dec-07 1:49
Stevo Z31-Dec-07 1:49 
GeneralRe: Check to see if object is being referenced Pin
Winkles31-Dec-07 8:42
Winkles31-Dec-07 8:42 
GeneralRe: Check to see if object is being referenced Pin
CPallini31-Dec-07 10:23
mveCPallini31-Dec-07 10:23 
GeneralRe: Check to see if object is being referenced Pin
Winkles31-Dec-07 10:45
Winkles31-Dec-07 10:45 
GeneralRe: Check to see if object is being referenced Pin
CPallini31-Dec-07 11:31
mveCPallini31-Dec-07 11:31 
GeneralRe: Check to see if object is being referenced Pin
PIEBALDconsult31-Dec-07 15:53
mvePIEBALDconsult31-Dec-07 15:53 
GeneralProtect authentification information Pin
drweb8630-Dec-07 22:08
drweb8630-Dec-07 22:08 
GeneralRe: Protect authentification information Pin
WillemM31-Dec-07 1:35
WillemM31-Dec-07 1:35 
GeneralDataGridView [modified] Pin
Thaer Hamael30-Dec-07 20:16
Thaer Hamael30-Dec-07 20:16 
GeneralRe: DataGridView Pin
Skippums31-Dec-07 7:52
Skippums31-Dec-07 7:52 
QuestionHow can I do through MVC pattern Pin
netJP12L30-Dec-07 19:58
netJP12L30-Dec-07 19:58 
AnswerRe: How can I do through MVC pattern Pin
N a v a n e e t h30-Dec-07 21:58
N a v a n e e t h30-Dec-07 21:58 
GeneralRe: How can I do through MVC pattern Pin
netJP12L31-Dec-07 5:25
netJP12L31-Dec-07 5:25 
QuestionSharePoint & BizTAlk Server. Which one has better future? Pin
Satish - Developer30-Dec-07 19:03
Satish - Developer30-Dec-07 19:03 

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.