Thursday, September 6, 2007

Links for 2007-09-06

Articles:
  1. Implementing a Publisher/Subscriber model for .NET Remoting
    • I adopted the method in the article to handcraft redundancy capability in a risk-monitoring system I developed.
  2. Memcached (Distributed Cache) ASP.net Provider
    • Recently, I came across this article and hoped Memcached would be a better solution for my system. But according to this introduction, this tool seems to be suitable is for load balance, not for redundancy. Still, it's good to know.
    • A windows implemention is available as well.
  3. ASP.NET Charting with NPlot
Blog:
  1. Calling a Windows Service from ASP.NET via Remoting & IpcChannel
    • Other than IpcChannel is not available in .Net Framework 1.1, the idea looks good.

No comments: