登录
首页 » Web Server » 使用 ISAPI Filter 实现的限制 IIS 多线程访问程序。 主要应用在下载系统,或者使用 IIS 做的流媒体点播系统中,稍加修改可以使其具有认证功能。...

使用 ISAPI Filter 实现的限制 IIS 多线程访问程序。 主要应用在下载系统,或者使用 IIS 做的流媒体点播系统中,稍加修改可以使其具有认证功能。...

于 2022-03-21 发布 文件大小:92.83 kB
0 150
下载积分: 2 下载次数: 1

代码说明:

使用 ISAPI Filter 实现的限制 IIS 多线程访问程序。 主要应用在下载系统,或者使用 IIS 做的流媒体点播系统中,稍加修改可以使其具有认证功能。在程序中已经对 用户认证 事件做了直接返回的处理。 使用本 Filter 可以很容易的获得服务器的连接数,从而可以实现多个服务器的负载平衡(可以把请求分发到连接较少的一个服务器上)。 可以对访问的有效控制,可以自定义无限制用户IP,限制用户的IP。 从而可以实现对某个IP的限制数不限制,或者对某个IP的封杀。-use ISAPI Filter achieve restrictions IIS multithreading visit procedures. The main application download system, or do IIS use of streaming media on-demand system, a little change can make it authenticated. The procedures for user authentication has done a deal with the direct return. The use of the Filter can easily access server connections, which can be achieved over the server load balancing (request can be sent to a less connected server). The visit can be an effective control, can define unlimited user IP, the IP user restrictions. Thus it is possible for a limited number of IP no restrictions, or to a particular IP block.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 用vb实现的网页服务器源代码
    用vb实现的网页服务器源代码-used to achieve the Web server source code
    2022-04-01 03:52:45下载
    积分:1
  • vc asp write a simple components. Demonstration of the structural components pro...
    vc写的asp的一个简单组件。演示了组件程序的结构。 得到本机IP地址和总数,里面有VB的测试工程。 通过参数指定获取的本机某个IP地址。-vc asp write a simple components. Demonstration of the structural components procedures. Get the machine and the total number of IP addresses, with a VB tests. Parameters specified by the acquisition of a machine IP addresses.
    2022-04-30 01:51:39下载
    积分:1
  • network Studies teacher evaluation system used asp development, fringe electroni...
    网络教研室的教师评价系统,用asp开发,附带电子文档-network Studies teacher evaluation system used asp development, fringe electronic files
    2022-01-31 02:09:05下载
    积分:1
  • ASP。NET与C #网络发展
    asp.net whith c#开发的基于web应用的b/s结构的oa系统的核心源代码-Asp. Net whith c# development of web-based applications b/s oa structure of the system"s core source code
    2022-07-24 01:17:36下载
    积分:1
  • network spiders, perl language version of the network spiders, crawl speed is no...
    网络蜘蛛,perl语言版的网络蜘蛛,爬行速度还不错,可以试下-network spiders, perl language version of the network spiders, crawl speed is not bad, the next test
    2022-08-20 18:52:35下载
    积分:1
  • Put simply, Wordpress is a BLOG program, you can use it to set up entirely your...
    简单的说,Wordpress是一个BLOG程序,用它你可以架设完全属于你自己的BLOG。而Wordpress现在的应用又不仅仅只是在BLOG方面,因为其强大的扩展性,部分网站甚至已经开始使用Wordpress来架设,或者说这些BLOG你甚至都看不出它们只是BLOG而已 WordPress 2.9新增功能: WordPress 2.9功能:在线编辑图片 WordPress 2.9新功能:回收站 WordPress 2.9新功能:批量升级插件 WordPress 2.9新功能:修复、优化数据库 除了Wopus列出来的,还有很多功能,但基本上我们都体会不到,也就没有再一一列举。除此之外,WordPress 2.9对主题和插件的函数也有改动。详细请查看这里。 比较引人瞩目的是,WordPress官方目前提供了两种下载格式,一种是IIS的,也就是Win系统服务器。现在加上伪静态的模块,Win系统服务器也可以完美的支持WordPress了。 -Put simply, Wordpress is a BLOG program, you can use it to set up entirely your own BLOG. The application of Wordpress is now not just in the BLOG again, since its powerful scalability, some sites have even started using Wordpress to set up, or that these BLOG you may even fail to see they are just nothing BLOG WordPress 2.9 New Features: WordPress 2.9 Features: Online Editing Photos WordPress 2.9 new features: Recycle Bin WordPress 2.9 new features: batch update plug-in WordPress 2.9 new features: Repair, optimizing the database In a
    2022-01-21 22:40:38下载
    积分:1
  • 用WinSocket创建客户机服务器程序 请斑竹通过,我好喜欢这个网站啊,连做梦都是呀...
    用WinSocket创建客户机服务器程序 请斑竹通过,我好喜欢这个网站啊,连做梦都是呀-Winsocket used to create client-server requests fed through, I like this site good ah, even dreaming are ah
    2022-11-11 06:45:03下载
    积分:1
  • 2022-09-06 16:05:03下载
    积分:1
  • 常用html代码!!如:1. oncontextmenu="window.event.returnvalue=false" 将彻底屏蔽鼠标右键 <tabl...
    常用html代码!!如:1. oncontextmenu="window.event.returnvalue=false" 将彻底屏蔽鼠标右键 no 可用于Table 2. 取消选取、防止复制 3. onpaste="return false" 不准粘贴 -common html code! ! Such as : 1. Oncontextmenu = "window.event.returnvalue = false" will completely shield the right mouse button lt; Oncontextmenu table border = return (false) gt; Lt; Tdgt; Nolt;/Tablegt; Table 2 can be used. Lt; Body onselectstart = " return false "gt; abolition of selection, copy three. onpaste = "return false" No paste
    2022-03-10 03:32:40下载
    积分:1
  • url rewrite engine plugin for IIS 5.0 6.0 and working for 7.0 on vista. IISAPI
    url rewrite engine plugin for IIS 5.0 6.0 and working for 7.0 on vista. IISAPI
    2022-05-29 21:41:29下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载