Standard Class Factory
From RemObjects Wiki
This is a RemObjects SDK Library topic
Feel free to add your notes to this topic below.
This is the default class factory for new services and it implements a minimal activation model by simply creating a new instance for each incoming request and destroying the instance after the request has completed.
Use Cases
This class factory is most commonly used for simple service objects that are cheap to construct and destroy, and on servers with low or average load.
Class Factory Types
See Also
Product: RemObjects SDK
Available Editions: RemObjects SDK for .NET, Delphi and Xcode
Glossary — Architecture — Articles — Features — Library — Samples