Re: [ADVANCED-DOTNET] .NET-.NET interprocess methods (COM?)

2004-09-10 Thread Arun Bhalla
=== > This list is hosted by DevelopMentorĀ® http://www.develop.com > Some .NET courses you may be interested in: > > Essential .NET: building applications and components with CSharp > August 30 - September 3, in Los Angeles > http://www.develop.com/courses/edotnet > >

[ADVANCED-DOTNET] .NET-.NET interprocess methods (COM?)

2004-09-09 Thread Arun Bhalla
I have a situation where I have an Explorer Bar (.NET DLL), and I have a .NET EXE that needs to pass data to a specific active instance. In my case, I'd like the EXE to pass a Stream to the Explorer Bar. It seems that COM might be the most appropriate tool for this. .NET Remoting doesn't seem id

Re: [ADVANCED-DOTNET] Large object heap fragmentation

2003-07-08 Thread Arun Bhalla
re the same size. Assuming neither of these > is feasible, and there's no way to force the large object heap to > compact during collection, it sounds like this addresses a class of > problems that .NET just can't answer yet... > > Any thoughts? > -- Arun Bhalla

Re: [ADVANCED-DOTNET] Large object heap fragmentation

2003-07-07 Thread Arun Bhalla
Assuming neither of these > is feasible, and there's no way to force the large object heap to > compact during collection, it sounds like this addresses a class of > problems that .NET just can't answer yet... > > Any thoughts? > -- Arun Bhalla