Standard Class Factory
From RemObjects Software
This is a RemObjects SDK Architecture entry
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
- StandardClassFactory (.NET)
- TROClassFactory (Delphi)
See Also
Product: RemObjects SDK
Current version: RemObjects SDK 'Vinci' (5.0)
Lists — Glossary — Features — How To — Components — Tools — Samples — Articles — Architecture — Issues
