You mean this? http://www.zope.org/Members/dshaw/AdvancedSiteSetup This is a ZEO solution, which I don't currently need. My site load is very low so I have little incentive to switch to ZEO other than the development advantages. But I'll look into this if I can't get the HTTP POST method working. I do want to switch to ZEO eventually. Thanks for the info. Charlie.
-----Original Message----- From: Joseph Griffin [mailto:jgriffin@pclnet.net] Sent: Thursday, October 31, 2002 5:52 PM To: Charlie Reiman Cc: zope@zope.com Subject: RE: [Zope] Programmatic creation/update of ZSQL methods
Charlie, You *do not* have to stop Zope to add objects to the ZODB. Look for the "Advanced Production Site Howto" at zope.org. Joseph
On Thu, 31 Oct 2002 13:39:22 -0800, Charlie Reiman wrote
After thinking about it more, it looks like this (HTTP POST) will be the way to go. Directly accessing the ZODB is nifty but would involve stopping Zope while I update which just adds a step to my process.
Still, I'm disappointed that xmlrpc can't do this. I thought it would support everything I can do via HTTP plus more. And I was so looking forward to being buzzword compliant. Ah well, live and learn.
participants (1)
-
Charlie Reiman