On Fri, Oct 30, 2009 at 5:01 AM, Chris Withers <ch...@simplistix.co.uk> wrote:
> Hi All,
>
> I'm wondering what the point of this recipe is?
>
> Why use:
>
> [storage]
> recipe = zc.recipe.filestorage
>
> [zeo]
> recipe = zc.zodbrecipes:server
> zeo.conf =
>     <filestorage 1>
>     path ${storage:path}
>     </filestorage>
>
> ...when you could just use:
>
> [zeo]
> recipe = zc.zodbrecipes:server
> zeo.conf =
>     <filestorage 1>
>     path ${buildout:directory}/databases/Data.fs
>     </filestorage>
>
> I feel like I'm missing something...

You aren't missing anything. The benefit is very small.

Jim

-- 
Jim Fulton
_______________________________________________
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zodb-dev

Reply via email to