RE: Created Instances deleted after same time.
"John McLaughlin" <[email protected]>
| Newsgroups | gmane.network.open-pegasus.general |
|---|---|
| Message-ID | <9F3F0A752CAEBE4FA7E906CC2FBFF57C01617B75@MERCURY.inside.istor.com> |
If you are talking about Providers (and not objects created by providers) then this is normal under Pegasus. When a provider is needed it is started (created) and remains in memory. After a period of idle time (I think it's about 10 mins and may be configurable) the provider is unloaded (deleted) automatically by Pegasus. I think there may also be a setting that allows you to prevent the unload, but it's not a "best practice" to make use of that. Providers are supposed to be "stateless" & thread safe and should utilize some persistence mechanism for the objects it manages (files, database, devices, etc.). John McLaughlin iStor Networks, Inc. -----Original Message----- From: Ricardo Mendes [mailto:[email protected]] Sent: Tuesday, July 13, 2010 8:33 AM To: [email protected] Subject: Created Instances deleted after same time. Hi All, I'm facing a strange problem in Pegasus, because I create the Provider instances, and some time after they seems to be deleted without any intervention. Thanks in advance, Ricardo