cache static content in memory

Almir Karic almir at almirkaric.com
Tue Feb 23 05:39:03 MSK 2010


linux and many other unix flavors have decent file system buffers
which make sure that the disk access is cached if enough free ram is
available.

If you want to force the cached static stuff you can mount it on tmpfs
(or alternative of your OS)


On Mon, Feb 22, 2010 at 2:12 PM, budala10 <nginx-forum at nginx.us> wrote:
> What does the proxy cache?
>
> Cache php files with queries or only static data.
>
> I need a php cace does this do that?
>
> example php?id=2&r=tr
>
> the output from the php do i want to cache so the backend don't get a request before the cache is cleared.
>
>
> how, with proxy cache or proxy store ?
>
> Posted at Nginx Forum: http://forum.nginx.org/read.php?2,2465,56276#msg-56276
>
>
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://nginx.org/mailman/listinfo/nginx
>



-- 
python/django hacker & sys admin
http://almirkaric.com & http://twitter.com/redduck666



More information about the nginx mailing list