The request/response cycle lends itself to the classic one thread per connection model.
请求/响应周期使它成为了经典的模型,即每个连接使用一个线程。
Thus it is relatively straightforward to implement the classic one thread per connection model.
因此实现典型的每个连接一个线程的模型便非常简单。
In this paper we present a new fault diagnosis approach based on the idea "Components Connection Model".
提出一种利用“元件连接模型”概念诊断故障的新方法。
On the framework, it develops a universal instruction simulator core and system inter-connection model, processor model, memory model, device model and debug model.
实现了基于虚拟指令集的通用处理器内核,同时实现了通用的系统互联模型,处理器模型,存储器模型、外围设备模型和调试模型。
According to the requirements of monthly and weekly load forecasting in the HeNan load forecasting Project, the synthetic series connection model is chosen for modeling.
结合本文来源(河南省负荷预测项目)关于周、月负荷预测的相关要求,选择串联型综合模型进行建模。
A divisional barotropic and baroclinic connection model is employed, emphasizing on studying the response of the South China Sea (SCS) circulation to the transition of monsoon in different ways.
通过利用一个分区性的正压、斜压衔接模式,重点考察了南海环流对于以不同方式变化的季风转变时的响应。
To review: First, you define model objects to represent resource adapters and connection factories.
回顾:首先,您定义模型对象来表示资源适配器和连接工厂。
In our first article, we let the personalization user and content resource wizards create a data source for us; however, we would rather utilize the full capabilities of the connection pool model.
在我们的第一篇文章中,我们让个性化用户和内容资源向导为我们创建数据源;但我们更希望利用连接池模型的完整功能。
What I mean by this: What happens if we wanted to restrict our shapes model to only allow one connection per model element?
这句话的含义是:如果我们要限定图形化模型,只许与每个模型元素有一个连接会怎样?
In this model, the application communicates with the database over a network connection, and the application and the database operate in separate JVMs.
在这种模型中,应用程序通过网络连接与数据库通信,应用程序和数据库分别在各自的JVM中运行。
Third, we establish the connection from the control to our data model.
第三,我们建立从控件到数据模型的连接。
The initial JCA release provided a detailed life-cycle model for managed connections and their associated connection handles, but it included no such concept for the resource adapter as a whole.
最初的JCA版本为托管连接及其相关联的连接句柄提供了详细的生命周期模式,但是它没有为资源适配器提供这种概念。
Since the combination of processor, connection and memory is a machine, the model can be used to describe recursive processes.
鉴于处理器、连接器和内存的组合就是一台机器,因此这个模型能够用于描述递归流程。
For example, the XML-based metadata for the entire data model gets loaded into memory each time a new connection string is used.
例如,每次使用一个新的连接字符串时,针对整个数据模型的基于XML的元数据都会被加载到内存中。
It seeks the same method used to create the data model, a database connection, or a DDL script, then performs the compare, and displays the results in the compare pane.
它寻找用于创建数据模型、数据库连接或ddl脚本的相同方法,然后执行比较,并在比较面板中显示结果。
The model I propose consists of four components: a memory, a processor, a connection between the memory and the processor, and an actuator.
我提议的这个模型包含四个组件:内存、处理器、二者间的连接以及执行器。
Check whether the model is complete and clear and provides detailed level of information about the zones, hardware, software and connection specifications or details.
检查模型是否完整清晰,是否提供了关于区域、硬件、软件以及连接规范或细节的详细信息。
Team members creating connections from the connection repository can now have access to the same model using their connection, ensuring a consistent development and architect handshake.
从连接存储库创建连接的团队成员现在可以使用它们的连接访问同一个模型,确保一个统一的开发和架构握手。
Using IDA, the data architect creates a physical data model for a particular database connection.
数据架构师可以使用IDA为特定的数据库连接创建一个物理数据模型。
While sticking with the request/response model, you can use Non-Blocking I/O (NIO) to keep a connection open without wasting waiting threads.
在坚持使用请求/响应模型的同时,您可以使用非阻塞I/O(NIO)来保持连接的打开状态,而不需要浪费等待线程。
The element is the bit that firmly provides the connection between logical and physical model.
元素是在逻辑和实际模型之间提供牢固连接的位。
In the Figure 9, the credit card physical model is associated with the database connection.
在图9中,信用卡物理模型与数据库连接关联。
Similarly running the Load Management tasks can result in more memory being required per object as the model is re-synchronised and published to Cognos Connection.
类似地,正在运行的LoadManagement任务可能导致每个对象需要更多的内存,因为模型被重新同步和发布到Cognos Connection。
Let you work with a disconnected, saved model for the database connection.
允许在没有数据库连接的情况下使用保存的模型。
Define model objects to represent J2C resource adapters and connection factories.
定义模型对象来表示J2C资源适配器和连接工厂。
In the classic servlet model, an open connection means a dedicated thread is doing nothing but waiting until it needs to update the client in response to an event.
在典型的servlet模型中,一个打开的连接意味着一个不执行任何操作的专用线程,它将一直等待,直到在响应事件时更新客户端。
Managed connection means that the application server manages the lifecycle of the connection (3-tier model).
受管的连接意味着应用服务器控制管理着(三层模型)的生命周期。
The get-use-close model might sound inefficient, but the connection pooling the application server implements should make the "get" operation cheap.
get -use - close模式看起来效率不高,但是应用服务器实现的连接池可降低“获得”操作的成本。
In the cached-handle model, the application obtains the connection once up-front and caches a reference to it in an instance field, as illustrated in Listing 2.
在cached - handle模式中,应用程序在一开始是获得连接,然后在一个实例字段中缓存对它的引用,如清单2所示。
In the cached-handle model, the application obtains the connection once up-front and caches a reference to it in an instance field, as illustrated in Listing 2.
在cached - handle模式中,应用程序在一开始是获得连接,然后在一个实例字段中缓存对它的引用,如清单2所示。
应用推荐