What is the SingleCall activation mode?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the SingleCall activation mode?
Rating:
In the SingleCall activation mode, an object is activated to the response of only one client request. The object is deleted as soon as the request is fulfilled, and its memory is reclaimed. It is not necessary to maintain the state information across the requests because objects are created and destroyed with each request. Therefore, they are sometimes referred to as stateless objects. This activation mode causes greater server scalability, allowing the server to allocate resources to other objects. Hence, this activation mode is possible only when the client requires the object only for a small amount of time.
Rating:
Was this information helpful?
Other articles
- How to add files to a Setup package?
- What is the object pooling service?
- What are the benefits of Web services?
- What is the Merge Module Project?
- What is the SOAP formatter?