Singleton Persistence
John Dunlap <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <CAC5eUSvUUw5zaWKmVuukPW_6syU4pn7dQ8BG+0jMMKXJbRyE5Q@mail.gmail.com> |
In mod_perl, can instantiated singletons survive requests? I'm asking because I appear to have one which *appears* to be bouncing back and forth between virtual hosts as perl interpreters are recycled. Is this possible and, if yes, how do I prevent it? Cheers! John