Re: Trouble with a sample

2019-09-01 Thread Grant Shangreaux
I'm curious about this: > In general it is not recommended to keep DB objects in globals, as they cannot > be garbage collected. > > ☺/ A!ex In the `family.l` example it seems to store the "current person" object in the `val` of *DB. Is this just for convenience for the sample? Or is this

Re: Trouble with a sample

2019-09-01 Thread Alexander Burger
Hi Grant, > https://gist.github.com/gcentauri/cf28da3988ae2d53937ca69c79d3b1de > This moves the call to `pool` into the `main` initialization function, and > assumes we're just going to use a guestbook by the name "Fancy Guestbook". > This name is stored in a global *Gbk variable to use within