Yes, that code just uses an ordinary global variable to store the instance,
and those survive between requests. Keep in mind there is no magic here to
share the instance between processes, so you'll have a different one in
every process.

- Perrin

On Mon, Mar 9, 2015 at 5:25 PM, John Dunlap <j...@lariat.co> wrote:

>
> For my own clarification, will classes which extend Class::Singleton
> survive from one request to the next?
>
>
> --
> John Dunlap
> *CTO | Lariat *
>
> *Direct:*
> *j...@lariat.co <j...@lariat.co>*
>
> *Customer Service:*
> 877.268.6667
> supp...@lariat.co
>

Reply via email to