"It depends"

My preference would be to never use filesystem caches so you can.prepare
your application to run on multiple server instances / nodes, for example
at CloudControl.

You can use a 2-level cache:
- fast cache per container, for example APC
- slow cache for all containers, for example MongoDB

That way you can increase / decrease the amount of containers quite easily
;)

Cheers!
On Dec 11, 2014 3:02 PM, "Nima Sadjadi" <[email protected]> wrote:

> Thanks Marco,
> There is still another thing I am interested to know:
> Imagine an app sends a request to an external RESTApi to get the response.
> ("Sending request+RESTApi searches its own db to prepare the response and
> output it+app gets the response")
> is faster or File cache the response to not send the request to RESTApi
> server again?
>
> --
> You received this message because you are subscribed to the Google Groups
> "doctrine-user" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/doctrine-user.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"doctrine-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/doctrine-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to