On Fri, Mar 28, 2008 at 4:58 AM, Florian Engelhardt <[EMAIL PROTECTED]>
wrote:

> You could store the sessions on a separate server, for instance on a
> memcache or in a database


Good idea.  (Though if you use memcached, you'd probably want to
periodically copy the backing store to a file to survive system failure.)


> or mount the the filesystem where the
> session is stored via nfs on every backend server.


Bad idea.  NFS file locking is unreliable at best.

--Michael
_______________________________________________
varnish-misc mailing list
varnish-misc@projects.linpro.no
http://projects.linpro.no/mailman/listinfo/varnish-misc

Reply via email to