Jay, Dylan wrote: > (resent to here from [EMAIL PROTECTED] due to complete lack of resoonse. Perhaps > there should be three levels of mailing list. zope-use, zope-app-dev, > zope-dev or something) > > I'm in the process of of write a zope product that will deal with a lot > numerical data (records with a few ids and a few float values). Rightly or > wrongly (comments welcome) I've decided to do this inside the ZODB rather > than rely on a relation database. This is largely because this data will > > - not be high-write > - I want to do processing on all this of this data on multiple servers > - and I am presuming that at some point in the not too distant future zope > will let me replicate this data very easily to make it even more highly > available.
Write a Python Product. See the Zope Developers Guide for details. http://www.zope.org/Documentation/ZDG/Products.dtml > Anyone with comments about how ZPatterns fits into all of this would also be > welcome. I can't see that it would particularly help you. -- Steve Alexander Software Engineer Cat-Box limited _______________________________________________ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )