服务端采用多线程服务,能最好的处理SOCKET请求。
Server using multithreading services will best address SOCKET request.
进一步的修改提供了可配置性,使每个具有配置文件的服务都可以选择单线程或多线程的执行模型。
Further modifications provided configurability, making it possible to select either a single or multithreaded execution model for each service with a configuration file.
如前面所提到的,多线程的一个常见应用就是某类IO操作,例如访问Internet上的一个Web服务。
As mentioned earlier, one common use of multithreading is some type of IO operation, such as accessing a Web service over the Internet.
每一次服务调用都创建一个新的线程实例吗,类似于每一个http请求同一个servlet的多线程实例?
Is a new thread instance created for each call to a service, like there are multiple thread instances of the same servlet for each HTTP request addressed to it?
即使是在一个单CPU 的计算机上,多线程也会带来很大的不同,因为您不必花费大量时间等待Web服务的响应。
Even on a single CPU machine this will make a big difference, as you do not waste as much time waiting on a response from a Web service.
在服务器中,调优多线程的nfsd,就像调优biod(您可以调优其他守护进程,包括rpc . mountd和rpc . lockd)。
On the server, tune NFSD, which is multithreaded, like you tuned biod (other daemons you can tune include rpc.mountd and rpc.lockd).
这对于以服务器模式运行很多线程的环境很有利,因为这种环境必要时可以在多个连接上使用不同的优化目标。
This allows environments that run with many threads in server mode to have the benefit of running with distinct optimization goals across the multiple connections, if desired.
我们希望号码分配能够在包含多线程、多处理器、多服务器、多层和多用户P8环境中可靠地工作,并且实现出色的性能。
We want all of this to work reliably and with decent performance in a P8 environment that has multiple threads, multiple processors, multiple servers, multiple tiers, and multiple users.
通过使用明显 不是多线程的模型进行编程,您常常可以充分利用您的服务器。
You often can make best use of your servers by programming with a model that is not overtly multi-threading.
第二个解决方案是允许多线程提交,但是依赖于服务器端代码中的同步来避免争用情况。
The second solution is to allow multiple thread submissions while relying on synchronization in server-side code to safeguard against race conditions.
线程池远不是服务器应用程序内使用多线程的唯一方法。
Thread pools are far from the only way to use multiple threads within a server application.
IDS是一个多线程数据库服务器。
与一个服务单个客户机应用程序的数据库服务器进程相比,Informix的动态、多线程特性有以下优势。
Compared to a database server process that services a single client application, the dynamic, multi-threaded nature of Informix provides the following advantages.
NET框架文档指出System. Timers .Timer类是一个服务器定时器,是为多线程环境进行设计和优化。
The.net Framework documentation refers to the System.Timers.Timer class as a server-based timer that was designed and optimized for use in multithreaded environments.
这个命令没有反映LotusDomino服务器上的实际使用,因为 Lotus Domino 数据库的I/O模式一直都是多线程和随机的。
This command does not mirror actual usage on a Lotus Domino server because the I/O pattern for a Lotus Domino database is historically expected to be multi-threaded and random.
Percolator通过“快照隔离”实现了遵从ACID的跨行及跨表事务,从而满足多线程在多台服务器上对文档库进行转换操作的需求。
Percolator was designed to provide cross-row, cross-table ACID-compliant transactions via " snapshot isolation" since many threads on many machines need to transform the repository.
如果你的服务器能够并行处理150个客户端请求,那么它会同时处理很多线程。
If your server is processing 150 client requests in parallel, then it is doing a lot of multi-threading.
将多线程技术应用到DHCP服务器,用线程池机制实现DHCP服务器是当前提高DHCP服务器效率一种很有效的方法。
Applying multithread technology to DHCP server and realize it by the thread pool mechanism is a very effective method which improves DHCP server's performance at present.
软件系统的开发是一个比较复杂的工程,涉及到的主要技术领域有网络通信、多线程技术及服务器设计等。
As a complicated system project, the development of software involves lots of relevant techniques such as network communication, multithreading, server design and so on.
结合多线程同时为多个客户服务。
The multi-thread is used for multi-client service, which is analyzed particularly.
也就是说除非将服务设置成多线程的,否则在一个时间只能处理一个消息请求。
If the InstanceContextModevalue is set to Single the result is that your service can only process one message at a time unless you also set the ConcurrencyModevalue to Multiple.
实际项目应用表明这种基于多线程的并发服务器结构在完善程序功能的同时还可以有效提高其服务性能。
The application shows the proposed frame can improve the service performance while expand the program's functions effectively.
实现线程安全也容易,随后要准备服务于ole的多线程模型。
It is easy to make your object thread-safe and be prepared for OLE's multithreading models (see the SDK for details).
本代码实现了多线程断点续传,包含服务器端和客户端。
The code achieved a multi-threaded HTTP, including server-side and client.
多协议、多服务、并发的客户端和服务器端应用的设计,使系统具有多线程处理并发请求的能力以及灵活的扩展性。
Multi-protocol, multi-service and concurrent design of client-side and customer-side apply the capability that treat request of multithreading con-current and mobile to the system.
因为每个用户请求都联合一个单独的线程,多线程或多用户可以同时调用服务方法。
Because each user request is associated with a separate thread, multiple threads or users can invoke the service method at the same time.
因为每个用户请求都联合一个单独的线程,多线程或多用户可以同时调用服务方法。
Because each user request is associated with a separate thread, multiple threads or users can invoke the service method at the same time.
应用推荐