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.

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to