Re: [PHP] Will PHP ever "grow up" and have threading?
[email protected] ("Michael A. Peters")
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
Rene Veerman wrote: > > But i've yet to find a way to keep global objects in memory between > http requests, outside $_SESSION, which i believe is just stored to- > and loaded from disk between http requests. You can store sessions in a cache and avoid the disk IO.