CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - 多个请求
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - 多个请求 - List
[
JSP/Java
]
MultiTreadWebServer
DL : 0
一个多线程的Web服务器,能够并行处理多个请求,实现由RFC 1945定义的HTTP 1.0版-a multithreaded Web server, to a number of requests for parallel processing, RFC 1945 from a definition of the HTTP version 1.0
Update
: 2008-10-13
Size
: 1.91kb
Publisher
:
bai
[
Web Server
]
Multi-ThreadedWebServer
DL : 0
多线程web服务器(Multi-Threaded Web Server),可以处理并行的多个请求。
Update
: 2008-10-13
Size
: 1.63kb
Publisher
:
frr
[
Web Server
]
ISAPI Filter 限制 IIS 多线程访问
DL : 0
使用 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.
Update
: 2008-10-13
Size
: 92.82kb
Publisher
:
zero
[
Oracle
]
Tuxedo多连接同步/异步通讯客户端
DL : 0
多线程同时连接多个Tuxedo服务端,实现同步/异步通讯方式下的交易请求。 CTuxedoTransController //Tuxedo通讯控制器 CTuxedoTransAdapter //Tuxedo通讯适配器 CTuxedoSyncTransmitter //Tuxedo同步处理器 CTuxedoAsynSender //Tuxedo异步发送器 CTuxedoAsynReceiver //Tuxedo异步接收器
Update
: 2009-04-16
Size
: 73.02kb
Publisher
:
yangyi0809
[
JSP/Java
]
在单个form中用struts2处理多个请求
DL : 0
在单个form中用struts2处理多个请求
Update
: 2011-08-18
Size
: 4.55mb
Publisher
:
530024369@qq.com
[
Console
]
henclib263
DL : 0
客户机/服务器系统比文件服务器系统能提供更高的性能,因为客户端和服务器端将应用的处理要求分开,同时又共同实现其处理要求,对客户端程序的请求实现“分布式应用处理”。服务器为多个客户端应用程序管理数据,而客户端程序发送、请求和分析从服务器接收的数据,这是一种“胖客户机 (Fat Client)”,“瘦服务器 (Thin Server)”的网络计算模式。服务器处理服务要求的过程实际是,先获取传送来的头信息,然后根据头信息新建文件,然后继续接受数据写入文件,当接受完数据后关闭文件。-client/server systems over file server systems can provide higher performance, because the client and server-side applications will be processed separately, but also to achieve their common processing requirements, the client's request to achieve "distributed application processing." Server for a number of client applications data management, and client send request from the server and analysis of the data received, it is a "fat client (Fat Client)", "thin servers (Thin Server)," the network computing model. Server service requirements of the actual process, first to obtain the first delivery of information, according to new information first, and then continue to receive data into the document when they were closed after the data and documents.
Update
: 2025-02-17
Size
: 2.6mb
Publisher
:
徐航
[
Web Server
]
ISAPI Filter 限制 IIS 多线程访问
DL : 0
使用 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.
Update
: 2025-02-17
Size
: 93kb
Publisher
:
zero
[
CSharp
]
CShttpServer
DL : 0
C#编写的简易HTTP服务器,能处理GET请求,并发送当前目录内指定的文件,默认文件为"index.htm",找不到文件则发送错误信息 采用多线程编写,能同时连接多个客户端.-C# summary prepared by the HTTP server can handle GET request, , and send the current directory specified in the document, the default document "index.htm" no documents were sent the wrong message multi-threading, can simultaneously connect to multiple client.
Update
: 2025-02-17
Size
: 5kb
Publisher
:
[
JSP/Java
]
MultiTreadWebServer
DL : 0
一个多线程的Web服务器,能够并行处理多个请求,实现由RFC 1945定义的HTTP 1.0版-a multithreaded Web server, to a number of requests for parallel processing, RFC 1945 from a definition of the HTTP version 1.0
Update
: 2025-02-17
Size
: 2kb
Publisher
:
bai
[
Linux-Unix
]
FtpSvr
DL : 0
在Linux下使用GCC编制的FTP服务器,使用多线程的来进行解决多个用户的连接请求,在用户的管理方面使用MySql,(当然也可以使用其它的数据库,但必须得在MakeFile里面自己修改指定),思路较清晰,适合Linux初学者对linux下的c编程的全面的了解。-use of the Linux GCC based FTP server, The use of multithreading to address a number of user connections, at the request of the management of users using MySql, (Of course, we can use other databases, but in the uCLinux inside their own changes to the designated) Thinking more clearly, suitable for Linux beginners linux c programming under the comprehensive understanding.
Update
: 2025-02-17
Size
: 850kb
Publisher
:
uruz7
[
Web Server
]
tcpwinsock
DL : 0
学习winsock的最好例子,分为服务端和客户端 服务端可以接受多个客户端请求并与之连接 服务端和客户端可以互相发送数据,用到了winsock数组,测试时先启动服务端,在运行多个客户端,程序健壮,无任何错误-winsock study of the best examples, divided into server and client server can accept a number of the client request and with connectivity services and clients can cross send data used in the winsock array, first test-launch services in a number of client operations, procedures robust, No mistakes
Update
: 2025-02-17
Size
: 77kb
Publisher
:
陈峰
[
Web Server
]
Multi-ThreadedWebServer
DL : 0
多线程web服务器(Multi-Threaded Web Server),可以处理并行的多个请求。 -Multi-threaded web server (Multi-Threaded Web Server), can handle multiple requests in parallel.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
frr
[
Internet-Network
]
MultWebServer
DL : 0
多线程服务器功能: 从同一局域网的不同主机发起请求; 从同一机器的多个浏览器发起请求; 访问各种格式文件;-Multi-threaded server functions: different LAN from the same host initiated request the number of machines from the same browser to initiate the request access to a variety of format
Update
: 2025-02-17
Size
: 3kb
Publisher
:
yuhuan
[
Internet-Network
]
CTCPServer
DL : 0
一个VC下实现的TCP服务器,可以连接多个客户段,处理客户请求-A VC under the TCP server, you can connect multiple clients paragraph, dealing with customer requests
Update
: 2025-02-17
Size
: 4.59mb
Publisher
:
asdasdasd
[
source in ebook
]
Myserver
DL : 0
实现简单的基于HTTP1.2的多线程服务器,对多个请求作出应答-To achieve a simple multi-threaded servers based HTTP1.2, response to multiple requests
Update
: 2025-02-17
Size
: 1kb
Publisher
:
wna
[
ISAPI-IE
]
HttpServer
DL : 0
用VC实现的一个简单的Web Server。能够响应客户端的请求将指定目录下的HTML或TXT文件通过指定的TCP端口发送给客户端。可指定Web server的根目录,服务器能并发处理多个请求。能统计webserver接收和发送的流量。-VC achieved by a simple Web Server. Able to respond to client' s request will specify the directory HTML or TXT file by specifying the TCP port to send to the client. You can specify the root directory of Web server, the server can handle multiple requests concurrently. Statistics webserver can send and receive traffic.
Update
: 2025-02-17
Size
: 485kb
Publisher
:
huyiming
[
JSP/Java
]
Multithreading-Web-server
DL : 0
基于JAVA实现的多线程Web服务器,能并行服务于多个请求-JAVA-based implementation of multi-threaded Web server can serve multiple requests in parallel
Update
: 2025-02-17
Size
: 105kb
Publisher
:
king
[
JSP/Java
]
WebServer.Java
DL : 0
构造一个简单的web服务器,能够响应多个请求,并在主机端显示请求次数。-Construct a simple web server, able to respond to multiple requests, and the number of requests the host side.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
咚咚
[
Linux-Unix
]
io多路复用
DL : 0
io多路复用用于一个服务器端接收多个客户端请求,实现非阻塞数据传输(IO multiplexing is used to receive multiple client requests at one server to achieve non blocking data transmission)
Update
: 2025-02-17
Size
: 10kb
Publisher
:
farsight_suifeng
[
Windows Develop
]
SocketServerAcceptMultipleClient
DL : 1
使用Socket实现一个socket服务器与多个socket客户端通信 在分布式调度系统中,如果要实现调度服务器与多台计算节点服务器之间通信,采用socket来实现是一种实现方式,当然我们也可以通过数据存储任务,子节点来完成任务,但是往往使用数据作为任务存储都需要定制开发,要维护数据库中任务记录状态等等。开发的东西还是有点多,而且还不够灵活。因此,我个人是比较偏向于使用socket来实现任务的调度工作。原因:使用socket实现调度比较灵活,而且扩展性都比较好。 实现思路:调度服务器要实现调度工作,它必须与所有计算节点之间建立连接。而且他需要知道每台计算节点的任务状况,因此服务器节点必须存储与所有计算节点的socket连接对象。 在客户端唯一需要知道的就是它归属的调度服务器的通信IP和端口,因此client是发送连接的主动方,由调度服务器监听是否有client请求建立连接,当建立连接成功后,把该连接信息存储到一个结合中以便监控client的存货状态及通信使用。(Using Socket to realize the communication between a socket server and multiple socket clients In a distributed scheduling system, if we want to realize the communication between a scheduling server and a number of computing node servers, the implementation of socket is an implementation. Of course, we can also accomplish the task by data storage tasks and sub nodes, but the use of data as a task storage needs to be customized and developed. Protect the status of the task record in the database and so on. There are still a lot of things to develop, and not flexible enough. Therefore, I personally prefer to use socket to achieve task scheduling. Reason: using socket to implement scheduling is more flexible and expansibility is better.)
Update
: 2025-02-17
Size
: 48kb
Publisher
:
save
«
1
2
3
4
5
6
7
8
9
10
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.