Looking for best practice in switching libraries

Paul Dupuis paul at researchware.com
Sun Oct 26 13:17:56 EDT 2014


On 10/26/2014 12:07 PM, Peter Haworth wrote:
> I'm wondering what is the best practice for when to delete a library.
>
> For example, if I have multiple stacks in memory  that all access the same
> library stack, I can't stop using it until the last stack closes. Should I
> implement some sort of count mechanism to determine when it's safe to stop
> using the library? Or just leave it in memory until I quit LC?
>

If you don't need to stop using the library stack and remove it from
memory, then there is no real reason not to leave it in memory until
your standalone (or LC if you are just running stacks in the IDE) quits.




More information about the use-livecode mailing list