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

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

于 2022-03-18 发布 文件大小:119.42 kB
0 73
下载积分: 2 下载次数: 1

代码说明:

使用 ISAPI Filter 实现的限制 IIS 多线程访问程序。 主要应用在下载系统,或者使用 IIS 做的流媒体点播系统中,稍加修改可以使其具有认证功能。在程序中已经对 用户认证 事件做了直接返回的处理。 使用本 Filter 可以很容易的获得服务器的连接数,从而可以实现多个服务器的负载平衡(可以把请求分发到连接较少的一个服务器上)。 可以对访问的有效控制,可以自定义无限制用户IP,限制用户的IP。 从而可以实现对某个IP的限制数不限制,或者对某个IP的封杀-Restrictions on the use of ISAPI Filter to achieve IIS multi-threaded access to the program. Main application in the download system, or use IIS to do the streaming media on-demand system, slightly modified to give it authentication. In the user authentication process has already done a direct return to processing. Use the Filter can be easily access the server connections, allowing multiple servers to achieve load balancing (which can be distributed to the request to connect to a fewer server). Access can be effectively controlled, you can customize unlimited users IP, restrictions on the user" s IP. Which can be achieved on a certain IP restriction does not limit the number of, or an IP-block

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

发表评论

0 个回复

  • 一个用多线程拷贝文件的小例子
    一个用多线程拷贝文件的小例子-use a multithreaded copy files small examples
    2022-06-12 14:47:02下载
    积分:1
  • 程序用C++模拟了操作系统中的三种最典型的简单的静态进程调度算法;先由用户动态输入生成模拟进程,使用了26种可供用户选择的典型语句(包括循环、选择结构),可处理...
    程序用C++模拟了操作系统中的三种最典型的简单的静态进程调度算法;先由用户动态输入生成模拟进程,使用了26种可供用户选择的典型语句(包括循环、选择结构),可处理整型、布尔型与字符型三种数据与表达式计算;程序编制时主要采用的编程技术是:用语句链表记录进程语句,并用PCB链表,就绪队列链表,阻塞队列链表,执行队列链表,结束队列链表等数据表示进程处理过程中的相互关系,由于静态数据结构不适合处理数据量大小不定的数据,而动态队列结构适合于处理数据量大小可变数据的处理,因此在程序中采用动态链表对这些数据进行处理;使用信号量、P.V.操作实现进程的同步与互斥,模拟进程在操作系统中的运行-procedures C to simulate the operating system, the three most typical process simple static scheduling algorithm; First generation user input dynamic modeling process, the use of the 26 options are available to users of typical statement (including the circle, choose structure), can handle integer, boolean and three character expression data and calculation; the main procedures for the preparation of the programming technology : Listless statement recorded statement process, and PCB Chain, ready Queue List, blocking Queue List, the Executive Queue List, ending Queue List data processing, said the process of mutual relations, due to static state data structure is not suitable for handling data on the s
    2023-08-27 14:25:03下载
    积分:1
  • Preemptive process
    非抢占式进程调度算法模拟C实现,-Preemptive process-scheduling algorithm simulation C realized,
    2023-03-05 05:00:04下载
    积分:1
  • 看一下UNIX系统中的进程和Mach的任务和线程之间的关系。在UNIX系统中,一个进程包括一个可执行的程序和一系列的资源,例如文件描述符表和地址空间。在Mach...
    看一下UNIX系统中的进程和Mach的任务和线程之间的关系。在UNIX系统中,一个进程包括一个可执行的程序和一系列的资源,例如文件描述符表和地址空间。在Mach中,一个任务仅包括一系列的资源;线程处理所有的可执行代码。一个Mach的任务可以有任意数目的线程和它相关,同时每个线程必须和某个任务相关。和某一个给定的任务相关的所有线程都共享任务的资源。这样,一个线程就是一个程序计数器、一个堆栈和一系列的寄存器。所有需要使用的数据结构都属于任务。一个UNIX系统中的进程在Mach中对应于一个任务和一个单独的线程。 -look at the UNIX System and the process of Mach"s mandate and the relationship between the threads. In UNIX systems, a process includes an executable program and a range of resources, such as file descriptors table and address space. In Mach, a task only a series of resources; Threads handle all the executable code. A Mach task can have any number of threads and its associated, and each one must thread related tasks. And to a certain set of tasks related to the threads are sharing all the resources. Thus, a thread is a program counter, a stack, and a series of registers. All need to use the data structures are covered by the mandate. A UNIX system in the process of Mach which corresponds to a mandate and a separate thread.
    2022-12-05 01:30:03下载
    积分:1
  • 多的制备方法
    多线程程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何使用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例运行。应用多线程编写网络聊天室程序。-Procedures for the preparation of multi-threaded, multi-threaded applications easily arise. Mutex object to explain, how to use the mutex object to realize multi-thread synchronization. How to use named mutex object to ensure that applications run only one instance. Application of multi-threaded chat room procedures for the preparation of the network.
    2022-07-09 10:13:40下载
    积分:1
  • 不错的数据生成器,MFC版本!有需要的请下载观看
    不错的数据生成器,MFC版本!有需要的请下载观看-good data generator, MFC version! Need to watch the download! !
    2023-04-03 22:10:04下载
    积分:1
  • 操作系统内存调度各种算法的示例,也是多线程在同一控件上作画的演示程序。...
    操作系统内存调度各种算法的示例,也是多线程在同一控件上作画的演示程序。-operating system memory scheduling algorithms example, multithreading in the same controls on painting demonstration program.
    2022-02-21 04:45:40下载
    积分:1
  • 关于线程的代码,很实用,希望大家多多支持,互相学习
    关于线程的代码,很实用,希望大家多多支持,互相学习-Code on the thread, very useful, hope that we can support and learn from each other
    2022-08-15 15:43:07下载
    积分:1
  • 一个简单的多
    一个简单的多线程的框架,每个线程作一个计数,并且可以用菜单控制线程的执行-a simple multi-threaded framework for a per-thread count, and the menu can be used to control the implementation of threads
    2022-02-09 12:09:57下载
    积分:1
  • C++多线程编程入门经典 提高的好助手俺师傅了你的分数将能量的释放...
    C++多线程编程入门经典 提高的好助手俺师傅了你的分数将能量的释放-C++ MulriThreads Classic for Newer
    2022-06-21 08:01:20下载
    积分:1
  • 696518资源总数
  • 104353会员总数
  • 66今日下载