摘要:
Interview QuestionsASP.NET1. Describe the role of inetinfo.exe, aspnet_isapi.dll andaspnet_wp.exe in the page loading process. inetinfo.exe is theMicrosoft IIS server running, handling ASP.NET request... 阅读全文
posted @ 2009-06-22 18:04
Alan Yang
阅读(639)
评论(0)
推荐(1)
摘要:
Windows是多进程操作系统,框架生成的应用程序可以多次运行,形成多个运行实
例。但在有些情况下为保证应用程序的安全运行,要求程序只能运行一个实例,比
如程序要使用只能被一个进程单独使用的特殊硬件(例如调制解调器)时,必须限
制程序只运行一个实例。
这里涉及两个基本的问题,一是在程序的第二个实例启动时,如何发现该程序已有
一个实例在运行,而是如何将第一个实例激活,而第二个实例退出。
阅读全文
posted @ 2009-06-22 10:23
Alan Yang
阅读(1154)
评论(0)
推荐(0)
浙公网安备 33010602011771号