On Tue, Nov 24, 2009 at 7:52 AM, Brian G <[email protected]> wrote:
> > This would impact unit tests that instantiate Transfer as well, > right? For example, I have coldspring instantiate my Transfer > instance and I instantiate CS to run unit tests over and over and > over. I can see how a suite of tests could exhaust the memory > quickly. > > How would you suggest handling this? Some kind of generic teardown? > Sounds good to me :D I also didn't mention - the monitor is also been completed in SVN, although the API is slightly different (check out the CFC, it's pretty simple). The monitor report custom tags have also been updated. You can't get at Cache settings with the new monitor because each cache is so different. I may look at down the line having a capability in the provider to output a description of the cache settings, or something similar, for reporting purposes... (depends on demand I guess). Mark > > > Brian > > > > Therefore you will need to call TransferFactory.shutdown() > > onApplicationStop() in your Application.cfc, so that when the application > > times out, the cache is also expired. > > -- > Before posting questions to the group please read: > > http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer > > You received this message because you are subscribed to the Google Groups > "transfer-dev" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/transfer-dev?hl=en > -- E: [email protected] T: http://www.twitter.com/neurotic W: www.compoundtheory.com -- Before posting questions to the group please read: http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer You received this message because you are subscribed to the Google Groups "transfer-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/transfer-dev?hl=en
