CLR Hosting

XML RSS feed for this category.
[Valid RSS]


CLR Hosting lifetime issues bite again... Posted by Len at 12 Nov 2007 12:23 PM
I'm looking into adding CLR deadlock detection into the CLR hosting code that's used inside our servers and, once again, the fact that you can't cleanly shutdown the CLR host is causing me problems... Since the CLR can't be stopped...


Hosting .Net takes me back to the 'Good ol' days of COM' Posted by Len at 31 Jul 2007 01:15 PM
It's interesting, no, really, how the more things change the more they stay the same... I've been doing COM for a long time. I first discovered COM back at Interlink when I was writing a windows version of a product...


Sometimes it almost seems that they don't want you to get the code to work... Posted by Len at 24 Jul 2007 10:32 PM
I've spent some time over the last few days playing around with my CLR hosting socket server example. I had stalled on a piece of client work, I've got a bit of a head cold at the moment and my...


Echoes from the CLR Posted by Len at 20 Mar 2007 12:51 PM
The work on the CLR hosting socket server example is going pretty well. I now have a server that can pass server notifications to managed code that either runs in an AppDomain per connection or within a single AppDomain (depending...


Socket Server that hosts the CLR Posted by Len at 15 Mar 2007 05:49 PM
My investigations into CLR hosting are going well and today I built an echo sever based on my latest server framework and my CLR Hosting helper library. The idea is that the server can deal with the network IO and...


Dino Viehland on CLR hosting Posted by Len at 13 Feb 2007 12:13 PM
This is mainly a reminder for me so that I can read this when I get back from Jackson Hole... Dino Viehland has written some interesting looking blog posts on how to implement the thread/task and syncrhonisation host managers for...


Lifetime management issues with CLR hosting Posted by Len at 12 Feb 2007 04:41 PM
I'm still playing with hosting the CLR in C++ (using "Customizing the Microsoft.NET Framework Common Language Runtime" by Steven Pratschner as my guide)... It's an interesting journey but, once again, I wonder who makes the important technical decisions at Microsoft...


Crapness in mscoree.h Posted by Len at 8 Feb 2007 03:49 PM
I'm playing around with hosting the CLR in C++ at present and have come across a bit of crapness in the mscoree.h file... #if (_MSC_VER...