Click here to Skip to main content
15,884,537 members
Home / Discussions / C#
   

C#

 
QuestionBinaryReader stuck on reading from NetworkStream Pin
Ady Shimony20-Apr-09 15:41
Ady Shimony20-Apr-09 15:41 
AnswerRe: BinaryReader stuck on reading from NetworkStream Pin
N a v a n e e t h20-Apr-09 16:45
N a v a n e e t h20-Apr-09 16:45 
GeneralRe: BinaryReader stuck on reading from NetworkStream Pin
Ady Shimony21-Apr-09 1:49
Ady Shimony21-Apr-09 1:49 
AnswerRe: BinaryReader stuck on reading from NetworkStream Pin
Rob Philpott20-Apr-09 22:35
Rob Philpott20-Apr-09 22:35 
GeneralRe: BinaryReader stuck on reading from NetworkStream Pin
Ady Shimony21-Apr-09 1:56
Ady Shimony21-Apr-09 1:56 
GeneralRe: BinaryReader stuck on reading from NetworkStream Pin
Rob Philpott21-Apr-09 2:48
Rob Philpott21-Apr-09 2:48 
GeneralRe: BinaryReader stuck on reading from NetworkStream Pin
Ady Shimony22-Apr-09 2:45
Ady Shimony22-Apr-09 2:45 
QuestionHow to free shared resources ? Pin
Moshe T20-Apr-09 14:01
Moshe T20-Apr-09 14:01 
Hello everyone,

In my scenario there are resources (e.g Hashtable, String, Collections...).

The resources are:
1. By definition ReadOnly
2. Loaded on-demand from the file system / DB.
3. Big memory consumer.
4. Thread Safe
5. Read by different Threads. (So it's called Shared Resources)

The question:
Because the resources are big memory consumer, I'm looking for idea how to get those goals and make sure to release the resources when I don't need them.

The problem:
If the resources hold by global objects (Global objects so different threads will be able to read them) - The Resources will never get be freed by the GC because the global objects will be static or will be hold by the client until termination.

Any idea ?

Thanks
AnswerRe: How to free shared resources ? Pin
Mycroft Holmes20-Apr-09 14:19
professionalMycroft Holmes20-Apr-09 14:19 
AnswerRe: How to free shared resources ? Pin
N a v a n e e t h20-Apr-09 16:53
N a v a n e e t h20-Apr-09 16:53 
QuestionGraphicsPath with Linecaps Pin
dh_20-Apr-09 11:49
dh_20-Apr-09 11:49 
AnswerRe: GraphicsPath with Linecaps Pin
Luc Pattyn20-Apr-09 13:50
sitebuilderLuc Pattyn20-Apr-09 13:50 
AnswerRe: GraphicsPath with Linecaps Pin
Henry Minute21-Apr-09 1:09
Henry Minute21-Apr-09 1:09 
GeneralRe: GraphicsPath with Linecaps Pin
dh_23-Apr-09 2:06
dh_23-Apr-09 2:06 
QuestionC# Web project Crystal Reports Pin
newbie1234567891020-Apr-09 9:53
newbie1234567891020-Apr-09 9:53 
AnswerRe: C# Web project Crystal Reports Pin
Rolando CC20-Apr-09 11:20
professionalRolando CC20-Apr-09 11:20 
GeneralRe: C# Web project Crystal Reports Pin
newbie1234567891021-Apr-09 2:54
newbie1234567891021-Apr-09 2:54 
GeneralRe: C# Web project Crystal Reports Pin
Rolando CC21-Apr-09 4:30
professionalRolando CC21-Apr-09 4:30 
GeneralRe: C# Web project Crystal Reports Pin
newbie1234567891021-Apr-09 4:44
newbie1234567891021-Apr-09 4:44 
GeneralRe: C# Web project Crystal Reports Pin
Rolando CC21-Apr-09 4:57
professionalRolando CC21-Apr-09 4:57 
GeneralRe: C# Web project Crystal Reports [modified] Pin
newbie1234567891021-Apr-09 6:27
newbie1234567891021-Apr-09 6:27 
QuestionReturning powershell special variables back to the c# caller. Pin
scope_creep20-Apr-09 8:44
scope_creep20-Apr-09 8:44 
Questionsound slider Pin
yogesh_softworld12320-Apr-09 8:06
yogesh_softworld12320-Apr-09 8:06 
AnswerRe: sound slider Pin
buachaill cliste20-Apr-09 8:59
buachaill cliste20-Apr-09 8:59 
GeneralRe: sound slider Pin
yogesh_softworld12320-Apr-09 9:19
yogesh_softworld12320-Apr-09 9:19 

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.