RSS 2.0 Feed
收集的企业服务相关文章
收集的企业服务相关文章
摘要:http://support.microsoft.com/default.aspx/kb/899596 Microsoft COM+ 应用程序, 中当您单击以选中 保持空闲时运行 复选框, Dllhost 进程可能意外超时。 应用程序空闲时大约 49.7 天发生此问题。 http://msdn.microsoft.com/msdnmag/issues/0900/instincts/toc.asp Automating COM+ Administration 如何自动化配置 Com+ http://www.codeproject.com/csharp/simplecompluscache.asp A Very Simple Persistent Cache in a COM+ Component      ...[阅读全文]

posted @ | Feedback (0) |

摘要:出处:http://sajadi.co.uk/dflat/archives/2005/11/creating_a_cach.htmlCreating a cache with Serviced ComponentsAlthough seems to be a very common thing to do, I couldn't find much information about it. The question is how to create a data cache serviced component. The problem is you need to load your cache once and have it staying in the memory and accessible by multiple callers at the same time. Articles like this one suggest using a singleton serviced component. By doing this you make sure the cache is loaded only once and stays in memory. But the issue is implementing a singleton serviced components. Serviced Components are based on COM+ and COM+......[阅读全文]

posted @ | Feedback (0) |