Home > Archive > PHP Programming > November 2005 > Saving Temp Files in Shared Memory
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Saving Temp Files in Shared Memory
|
|
|
| Hey There,
I am going to be having a bunch of files created from a mysql
database, and then these files will be zipped together. While the files
are being created, is it possible to store the files already created in
shared memory using SHMOP? Any insight into this would be greatly
appreciated.
Thanks,
Jay
(patel at cs dot utk dot edu)
| |
|
| Jay wrote:
>
> I am going to be having a bunch of files created from a mysql
> database, and then these files will be zipped together. While the files
> are being created, is it possible to store the files already created in
> shared memory using SHMOP?
Yes. Read the documentation:
http://www.php.net/shmop
Cheers,
NC
|
|
|
|
|