[Zope] Will ZOPE solve my problem?
Dieter Maurer
dieter@handshake.de
Thu, 23 Aug 2001 22:19:45 +0200 (CEST)
Luis Neves writes:
> ....
> So my question is:
>
> For what I've seen of ZOPE it would be trivial to make the application
> and install a copy in all four offices, but is it possible to
> synchronize the data between all four offices and the web site?
If the data could be stored at a central place, it would
be easy (with ZEO). However, you would have a "single point of failure"
(your data server).
There is a product that allows for a limited way of synchronization.
Search "zope.org" or the mailing list archives for "synchroniz*".
> Also, they are thinking of opening a small office with a dial-up
> connection (dynamic IP); would it also be possible to put this office
> in the equation?
Should not be a problem.
> If so, can anyone point me in the right direction?
> Where should I look for information about this?
Look at the Zope book and search Zope.org for ZEO.
Dieter