我所知道的所有会话处理程序都自动实现这种行为。
This behavior is automatic in essentially every session handler I know of.
发生这种情况是因为在 sess_write()会话处理程序中无法使用全局用户对象。
This happens because the global user object is not available in the sess_write() session handler.
它在功能上非常类似于apc,且支持一个用户缓存组件,以及一个内置会话处理程序,以将Wincache作为一个会话处理程序直接加以利用。
It is very similar to APC in function and sports a user cache component, as well as a built-in session handler to leverage Wincache directly as a session handler.
应用程序可以根据处理用户事务的需要在这些会话之间切换。
The application can switch between these sessions as required to process transactions on behalf of users.
这个处理程序还包含任何必要的处理来终止SIP会话,例如,如果从TCAP接口收到一个ABORT消息的话。
This handler also includes any necessary processing for tearing down the SIP session if, for example, an ABORT message is received from the TCAP interface.
将会话信息传递到异步回调处理程序。
清理可能包括终止会话、取消计时器、取消回调处理程序或清理可能需要的任何数据结构。
This can include invalidating sessions, canceling timers, canceling callback handlers or cleaning up any data structures that may need it.
应用程序之后使用这个会话对象创建一个RequestCycle对象并委派对RequestCycle的调用去处理此请求。
The application then creates a RequestCycle object using the session object and delegates the call to RequestCycle to handle the request.
对会话作用域(即在一个会话中存储和维护的数据的上下文)的适当处理是有状态应用程序开发的关键。
Proper handling of session scope — that is, the context of the data being stored and maintained in a session — is key to stateful application development.
AMEE自动处理所有单位会话计算,只需最小的工作量就能为您的应用程序提供正确的结果。
All unit conversion calculations are automatically handled by AMEE, giving you the correct results for your application with the minimum of effort.
这将降低会话的序列化后的大小,但不会更改内存的大小,而这对应用程序服务器处理会话的效率也有影响。
This will reduce the serialized size of a session, but will not change the in-memory size, which also has an impact on how efficiently an application server can handle sessions.
在这种情况下,会话将丢失,应用程序将需要对此进行处理。
In this case, the session will be lost and the application will need to handle such a scenario.
MQTT客户机的语义比JMS简单很多,因为没有会话、用户、生产者或事务处理的应用程序控制这样的概念。
The MQTT client has much simpler semantics than JMS because there is no concept of sessions, consumers, producers, or application control of transactions.
虚拟处理器代表SQL客户机应用程序(会话线程)并为了满足内部需要(内部线程)而运行线程。
A virtual processor runs threads on behalf of SQL client applications (session threads) and also to satisfy internal requirements (internal threads).
这些bean上的方法由会话beanCustomerSession调用,它们实现了应用程序背后的处理逻辑,其他面向处理的组件也可以调用它们。
Methods on these beans are called by the CustomerSession session bean, which implements the process logic behind your application, as well as by other process-oriented components.
如果您的应用程序有更复杂的需求,或者对企业资源有更高的请求频率,您应该使用会话bean来处理业务过程。
If your application has more complex requirements or higher request frequency involving enterprise resources, you'll want to use session beans to handle the business processes.
下一步是生成一个已编码的URI,稍后当应用程序处理从TCAP接口发来的Web服务请求时,这个URI将用于会话相关性。
The next step is to generate an encoded URI that will be used for session affinity later when the application processes Web services requests sent to it from the TCAP interface.
Body元素包含Web服务将要处理的信息,而Header 元素包含特定于应用程序的信息,比如身份验证数据和会话数据等。
The Body element contains information intended for the web service to process and the Header Element contains application specific information like authetication data,session data etc.
除了创建请求范围键之外,在处理请求之前,MyRequestProcessor需要获得应用程序范围键和会话范围键,并把它们存储在RequestContext对象中。
In addition to creating request scope keys, MyRequestProcessor needs to get the application scope key and session scope key and store them in a RequestContext object before a request is processed.
JSR- 109 1.3增加了以下支持:单例会话bean作为端点,JAX - WS处理程序和端点中的CDI,以及全局、应用程序和模块命名上下文。
JSR-109 1.3 adds support for singleton session beans as endpoints, as well as for CDI in JAX-WS handlers and endpoints, and for global, application, and module naming contexts.
接下来,您将选择一些匹配应用程序的用户界面显示和业务请求处理需求的更特定类型(如jsp页面和有状态会话bean)。
Next, you'll choose some more specific types that match the application's requirements for user interface display and business request processing (such as JSP pages and stateful session beans).
基于cookie的会话亲和性帮助Web应用程序高效优雅地处理会话信息。
Cookie-based session affinity helps Web applications work with session information in an elegant and efficient fashion.
基于cookie的会话亲和性帮助Web应用程序高效优雅地处理会话信息。
Cookie-based session affinity helps Web applications work with session information in an elegant and efficient fashion.
应用推荐