Re: [Zope-dev] Product Data Storage

2000-07-03 Thread Monty Taylor
Just my $0.02 worth... If you can at all avoid it, I think you should find a way to store it in the ZODB. Maybe a Configuration product that would allow you to create arbitrary configuration information and still be able to access it without making filesystem calls. Think about DC's Zope on

[Zope-dev] Fwd: [Zope-PTK] Area based roles?

2000-07-04 Thread Monty Taylor
Original Message On 7/4/00, 12:45:29 PM, Monty Taylor [EMAIL PROTECTED] wrote regarding [Zope-PTK] Area based roles?: Hi all. I've got an idea of something I'm trying to implement, and I'm wondering if the concept is of use to anyone else. I've got an Intranet up in PTK. (What a shock

[Zope-dev] Re: [Zope-PTK] Roles, Groups, Security and Group Membership

2000-07-04 Thread Monty Taylor
Original Message On 7/4/00, 1:22:04 PM, Chris Withers [EMAIL PROTECTED] wrote regarding [Zope-PTK] Roles, Groups, Security and Group Membership: Monty Taylor wrote: Am I making any sense at all? Does anyone see either a need for doing this or a way to do it? If it requires changes

[Zope-dev] ZEO Replication/Cache

2000-07-04 Thread Monty Taylor
I just installed an instance of ZEO Storage Server with a client on the same machine and a client on a different machine. So far, it seems to work reasonably well, with one exception. None of the changes I've made on one client seem to propagate to the other client unless I restart the other

Re: [Zope-dev] ZSQL Question

2000-07-12 Thread Monty Taylor
Let me preface this by saying: this is an untested guess. I don't have Access around anywhere to play with. But, my guess would be that since you're connecting using ODBC, you'll have to use standard SQL wildcards instead of Microsoft extensions. So try select * from SomeTable where

[Zope-dev] Re: MySQL Transaction Support

2000-08-01 Thread Monty Taylor
enabled, which would determine which Class got instantiated? Any good reasons why that shouldn't work? Monty Andy Dustman wrote: On Tue, 1 Aug 2000, Monty Taylor wrote: A question would be, what should the commit/rollback mechanism decide to do when the transaction deals with tables of both

Re: [Zope-dev] ZOracle LOB Questions

2000-08-01 Thread Monty Taylor
Is anyone working on fixing DCOracle? I'll have someone look into if no one else is, but I'd prefer to spend the energy elsewhere if it's already being addressed. (The LOB support would be nice for me as well.) "Matthew T. Kromer" wrote: Alexander Schad wrote: Alex, Oracle 8i broke

Re: [Zope-dev] [Zope] App isolation

2000-08-01 Thread Monty Taylor
I'm fairly sure there's already a Zope COM interface, and I know Zope can do xml-rpc. And SOAP support is coming. So I would suggest building it as an XMLRPC or SOAP server, and then use the Zope client functionality already there to connect to it. I wouldn't do COM because I'm an Open Source

[Zope-dev] Shared Libraries and Persistent Objects

2000-09-22 Thread Monty Taylor
Hey guys, I've got a question about how Zope deals with shared libraries. Say I have a 2Meg shared library that I've generated with SWIG. (I know it's big, but for sake of argument) Say then that I create a Python Class that imports this library and provides a front-end for each of its exported

[Zope-dev] ZSQL Methods from Python?

2000-09-22 Thread Monty Taylor
Hey, is there any doco about using ZSQL Methods from Python Products? Also, does anyone know of any work done to extend ZSQL Methods to allow stored-procedure calls? I know I can do an Oracle Procedure call from DCOracle that returns a cursor, but I'd love to combine that with the

Re: [Zope-dev] ZSQL Methods from Python?

2000-09-22 Thread Monty Taylor
Jim Fulton wrote: Monty Taylor wrote: Also, does anyone know of any work done to extend ZSQL Methods to allow stored-procedure calls? No, but I'd love to see someone tackle it. The semantics of stored procedures varies so widely accross databases, that I doubt that it would be easiliy

Re: [Zope-dev] MySQL : help !

2000-09-28 Thread Monty Taylor
I can send you one, but if building it is giving you lots of problems, you may have larger problems, and the _mysql I send may not really help. Building should be sort-of straight forward. What version of ZMysqlDA are you using? What version of Mysql? What errors are you getting? [EMAIL