Re: [Zope3-Users] Synchronizing with a remote host

2006-10-30 Thread Stephan Richter
On Tuesday 24 October 2006 12:26, Thierry Florac wrote:
> To handle such a task, I was thinking about using :
>  - a ZEO server instance on the front-office server,
>  - and a ZEO ClientStorage on the back-office to handle replication of
> data to the front-office.
>
> Of course, I'm far from sure if this is the best way to handle my
> problem.

I am no ZEO export or even advanced user, but I know that Uwe Oestermeier uses 
this kind of approach for his Bebop document management system and it works 
for him.

> There may be several approachs (using XML-RPC ?) and as I'm not a great
> ZODB or ZEO specialist, any advise would be greatly welcome.

I would not use XML-RPC, because it cannot handle large amounts of data well. 
What about a simple XML file push a la REST?

Regards,
Stephan
-- 
Stephan Richter
CBU Physics & Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


[Zope3-Users] Synchronizing with a remote host

2006-10-24 Thread Thierry Florac

  Hi,

I need a few advises.
I'm building a new Zope3 site, including :
 - a 'back-office' server, containing all internal data handled by
contributors and administrators, including drafts, versioning,
workflows, publication, archiving...
 - a 'front-office' server, containing a selection of published data
available to the outside.

I need to be able to synchronize data from back-office to front-office,
so that :
 - all the maintenance is made on the back-office server
 - any published data is made available to the front-office
 - any retired data is deleted from the front-office immediately.

To handle such a task, I was thinking about using :
 - a ZEO server instance on the front-office server,
 - and a ZEO ClientStorage on the back-office to handle replication of
data to the front-office.

Of course, I'm far from sure if this is the best way to handle my
problem.
There may be several approachs (using XML-RPC ?) and as I'm not a great
ZODB or ZEO specialist, any advise would be greatly welcome.

Thanks,

  Thierry Florac
-- 
  Chef de projet intranet/internet
  Office National des Forêts - Département Informatique
  2, Avenue de Saint-Mandé
  75570 PARIS Cedex 12
  Mél : [EMAIL PROTECTED]
  Tél. : +33 01.40.19.59.64
  Fax. : +33 01.40.19.59.85

___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users