Saving Temp Files in Shared Memory

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jay

    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)

  • NC

    #2
    Re: Saving Temp Files in Shared Memory

    Jay wrote:[color=blue]
    >
    > 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?[/color]

    Yes. Read the documentation:



    Cheers,
    NC

    Comment

    Working...