Archive for the ‘Security’ Category

Interesting Cloud developments, and other technical news

Tuesday, September 1st, 2009

It seems with the VMWare conference that the relative quiet has brought out the virtualization fairy’s out to play! What a difference a week makes. All of a sudden we get:

Security

Hopefully my writers block has been solved and I’ll get back to writing some code :-)

Gareth

Security News 2009-07-17

Friday, July 17th, 2009

Gareth

Morning News 2009-07-14

Tuesday, July 14th, 2009

A fair bit of news recently:

.Net Garbage Collection Primer

Friday, June 19th, 2009

I’ve been meaning to write up an article on writing a high performance long running service using .Net for a while now as that lead me down the road (of no return :-) )of my interactions with the .Net garbage collector. On that note I just saw that Andrew Hunter wrote up a blog on “Understanding Garbage Collection in .NET“. This is an excellent visual high level primer on .Net garbage collection, and I see absolutely no reason to attempt to duplicate his work (especially as he is blatantly better at graphics than me!).

Interestingly for me also is that while this concept applies to both Microsoft .Net runtimes and Mono they do behave differently, well they have different GC collection algorithms at any rate and there are implications for that. I may cover that as a separate topic in a later blog as well (more Blog promises… everyone tells me not to do that :-) )

Gareth