[Grok-dev] Exporting Apps
Sebastian Ware
sebastian at urbantalk.se
Sat Jan 24 08:57:11 EST 2009
I think what you want to acheive needs to be done with a RDB for the
shared data. Or, expose the shared data as a bunch of (possibly REST)
services from a data maintenance application. The latter will probably
scale better.
Mvh Sebastian
24 jan 2009 kl. 13.25 skrev Tim Cook:
> On Sat, 2009-01-24 at 10:27 +0100, Sebastian Ware wrote:
>> Yes. The snag being that one needs multiple Grok instances running
>> and
>> with many instances that till eventually cause swapping. So it would
>> probably benefit from running on a solid state disk.
>
>
> The other snag I thought about after writing that idea is that a ZODB
> doesn't allow multiple running Zope applications to read/write to it;
> does it? My case requires that.
>
> So, I guess if the apps grow that much or have to be separated there
> is
> always the option of a relational storage later on.
>
> Cheers,
> Tim
>
>
More information about the Grok-dev
mailing list