Re: [Zope] http protocol

2001-01-31 Thread Toby Dickenson
can this be achieved? One option is a debugging http proxy I like http://www.cyberclip.com/webdebug/index.html Toby Dickenson [EMAIL PROTECTED] ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cr

Re: [Zope] Re: Some help required but no sarcastic comments this time please

2001-01-24 Thread Toby Dickenson
On Wed, 24 Jan 2001 09:33:16 -0600, "Alan Capesius" <[EMAIL PROTECTED]> wrote: >I would also recommend NOT using Win9x for ANYTHING. I always use NT. There are those of us who use Zope in desktop applications too (yes really), where Win9x is not an unreasonable choice. To

RE: [Zope] Python Products and ZODB Transactions

2001-01-23 Thread Toby Dickenson
If your method changes data then it will always get saved. The only way is to make sure your method never modifies a persistent object. > -Original Message- > From: Stephan Richter [mailto:[EMAIL PROTECTED]] > Sent: 23 January 2001 11:11 > To: [EMAIL PROTECTED] > Subject: Re: [Zope] Pytho

Re: [Zope] Python Products and ZODB Transactions

2001-01-23 Thread Toby Dickenson
ts are being commited. They think they are being modified, even if you dont think they should be. http://www.zope.org/Members/tsarna/Tranalyzer Toby Dickenson [EMAIL PROTECTED] ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/lis

Re: [Zope] Caching/http-acceleration and proxying Zope-served con tent

2001-01-10 Thread Toby Dickenson
On Mon, 08 Jan 2001 14:34:20 -0800, [EMAIL PROTECTED] wrote: >If it supports the ability to direct traffic >based upon the virtual host address, then squid works Yes, squid can do this using a redirector; an external program to rewrite urls. Toby Dickenson [EMAIL PRO

Re: [Zope] Caching/http-acceleration and proxying Zope-served content

2001-01-09 Thread Toby Dickenson
ne thing well" principal. In my case: Apache (for rewriting and SSL) -> Squid accelerator -> A custom load-balancing redirector -> Multiple Zopes Have you had any significant latency, or other problems? Toby Dickenson [EMAIL PROTECTED]

Re: [Zope] Non-ASCII-form-input -> HTML-entities?

2001-01-03 Thread Toby Dickenson
n configuraton. If not, I strongly recommend using pages encoded in utf-8, and storing your field values as unicode. Everything will then work happily for non-germans too. Standard Zope can't do this yet, you will need the patches at http://www.zope.org/Members/htrd/wstring Toby Di

Re: [Zope] downgrading from 2.1.x from 2.2.0 to use NTuser authentication

2001-01-02 Thread Toby Dickenson
this, but it looks easy enough. I hope this helps, Toby Dickenson [EMAIL PROTECTED] ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/m

Re: [Zope] charset from forms input

2000-12-15 Thread Toby Dickenson
s for this patch. If anyone knows a better way, I would love to know too. http://www.zope.org/Members/htrd/wstring Toby Dickenson [EMAIL PROTECTED] ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross p

Re: [Zope] Zope (after) install problems

2000-12-15 Thread Toby Dickenson
On Mon, 11 Dec 2000 10:16:31 +0100, "Kai Hofmann" <[EMAIL PROTECTED]> wrote: >I installed Zope 2.2.2 with Python 1.6 (incl. threads) under Solaris 2.6 Is there a reason you cant use Python 1.5.2 or 2.0? (python 1.6 has many known bugs) Toby Dickens

[Zope] Re: [Zope-dev] IE5 / Medusa bug?

2000-12-15 Thread Toby Dickenson
g very strange is going on. I am accessing the page using * IE (5.50.4134.0600) - I do see the " in the page source However, both browsers are using a Squid proxy cache, so I can check the size of content transferred by each request Both browsers are transferring 4561 bytes. I hope

Re: [Zope] Large XML files

2000-12-06 Thread Toby Dickenson
nario efficiently? Any opinions on this? For a machine of that size I suggest you use only one publisher thread (thats -T 1 on the command line), rather than the default of 4. Each thread gets a copy of the ZODB object cache, and you probably dont want to keep four copies of your 700k document in

Re: [Zope] jcNTUserFolder on 2.2.x

2000-11-21 Thread Toby Dickenson
and 95 too. I hope this is of some help. Toby Dickenson [EMAIL PROTECTED] ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailma

Re: [Zope] Dr.Watson on NT

2000-11-16 Thread Toby Dickenson
e not help? Have you tried deleting the AeDebug/Debugger registry key, and setting AeDebug/Auto to 1 to inhibit this dialog for your whole system? Have you tried SetErrorMode(SEM_NOGPFAULTERRORBOX) (in the win32 python extensions) to inhibit this dialog for this one process? Toby

Re: [Zope] CMS/publishing system

2000-11-03 Thread Toby Dickenson
integration do you need? You say "run alongside". is it enough to run Zope and CF behind the same Apache? Apache integrates the two in a single URL namespace, but keeping the application logic separate? Toby Dickenson [EMAIL PROTECTED] __

Re: [Zope] ZServer log buffer?

2000-11-03 Thread Toby Dickenson
raising the exception? You can think of the local log as a buffer, if you prefer ;-) Toby Dickenson [EMAIL PROTECTED] ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Relat

Re: [Zope] Zope and Python 2.0

2000-11-02 Thread Toby Dickenson
reter in the start shell >> script but it looks like Medusa's asyncore.py can't find tjhe FCNTL >> module... * for a suitable small definition of 'everything' ;-) Toby Dickenson [EMAIL PROTECTED] ___ Zope mai

Re: [Zope] Zope & python 2

2000-11-02 Thread Toby Dickenson
as not yet >> been investigated > >I didn't mean to dtml, I meant to all the Python code underneath. I'm sure >you've noticed there is a lot more to Zope than just DTML and Python methods. Like what? Toby Dickenson [EMAIL PROTECTED] _

Re: [Zope] How small a box can zope run on?

2000-11-02 Thread Toby Dickenson
realted value in Zope will >acheive differing levels of performance. Yes Toby Dickenson [EMAIL PROTECTED] ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists

Re: [Zope] How small a box can zope run on?

2000-10-26 Thread Toby Dickenson
its own copy of the ODB, which is an unnecessary memory hog for the expected load. Toby Dickenson [EMAIL PROTECTED] ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lis

Re: [Zope] Zope & python 2

2000-10-26 Thread Toby Dickenson
e available in dtml (for the same reasons as regular assignment). The case for PythonMethods has not yet been investigated >watching closely, Not closely enough ;-) Toby Dickenson [EMAIL PROTECTED] ___ Zope maillist - [EMAIL PROTECTED] http:

Re: [Zope] problem(100) ZServer Computing local hostname on windows install

2000-10-25 Thread Toby Dickenson
d the monitor is on 8099 >http://localhost:8099/manage So that url should http://localhost:8080/manage Toby Dickenson [EMAIL PROTECTED] ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or

Re: [Zope] bobobase_modification_time and .zexp

2000-10-18 Thread Toby Dickenson
and combining >them via mounting, but this is far from elegant, if it works at all. bobobase_modification_time returns the timestamp of the transaction containing the most recent copy of the object. timestamping is fundamental to ZODB. For this alone to work you will need to keep the obj

Re: [Zope] Re: Upload just file headers?

2000-10-12 Thread Toby Dickenson
akes in the entire file, and >puts it into a buffer that is like a file descriptor (hence StringIO). File uploads are spooled into a temporary file, and the request is only dispatched into Zope once the whole request has arrived. Anything smarter than that

Re: [Zope] Zope.org Feature Request - Product Download Counter

2000-10-11 Thread Toby Dickenson
quest. set the following header. Cache-Control: public, s-maxage=0, proxy-revalidate Caches will cache the content, but always revalidate it before using the cached reply. Toby Dickenson [EMAIL PROTECTED] ___ Zope maillist - [EMAIL PROTECTED] http

Re: [Zope] Still need help about Product namespace

2000-10-10 Thread Toby Dickenson
On Tue, 10 Oct 2000 10:51:09 +0200, Pierre-Julien Grizel <[EMAIL PROTECTED]> wrote: >I still need help about my product needing to know its namespace... You also need to read the answers already provided. http://www.zope.org/Members/htrd/howto/FunctionTemplate Toby Dickenson [EMAIL

RE: [Zope] Access Control vs Publishing Protocol

2000-10-09 Thread Toby Dickenson
> It seems like this can be handled rather well by simply > adding a 'XML-RPC access', a 'SOAP access' and a 'WebDAV > access' set of permissions. we already have a 'FTP access' > permission which works fine. Not quite. That permission controls several methods that are particularly useful f

Re: [Zope] Zope in Windows is faster than Linux ???

2000-10-09 Thread Toby Dickenson
nt. Essentially the timings were all within a 15% band after a little tweaking. Personally I don't think this result is at all suprising: In a loaded Zope system the processor spends all its time executing the python VM, not OS code. Toby Dicken

Re: [Zope] Zope in Windows is faster than Linux ???

2000-10-09 Thread Toby Dickenson
On Sat, 07 Oct 2000 01:57:40 +0200, "Ansgar W. Konermann" <[EMAIL PROTECTED]> wrote: >Definitely, yea! > >> I would really be interested in its correct results. We have been stress testing our Zope application on NT and Linux. Our conclusion is that OS is not a facto

Re: [Zope] status of SOAP for Zope?

2000-10-09 Thread Toby Dickenson
xposed by ZPublisher. >There are a number of people >who have recently voiced their (legitimate) concern that by >default *practically everything* on their site is xml-rpc >enabled Those people were concerned that too many things were exposed via ZPublisher also My interpretat

Re: [Zope] _ in a product

2000-10-05 Thread Toby Dickenson
trd/howto/FunctionTemplate Its a wrapper object for python functions that gives them *exactly* the same calling convention as dtml methods. I developed this as a way to replace overworked dtml without having to modify every other bit of dtml that called it. define your function as def my_method

Re: [Zope] Bug or feature? :-)

2000-09-27 Thread Toby Dickenson
t it is contained in. Instant tab augmentation! >:-) Theres been some discussion on this class of bug on zope-dev this week. http://www.zope.org/Members/htrd/names is a list of other ids that will change Zopes behaviour if used. Toby Dickenson [EMAIL PROTECTED] _

RE: [Zope] Catalog Searching

2000-09-21 Thread Toby Dickenson
> But doesn't Catalog() return all objects in the Catalog? > Doesn't all the > meta-data for those objects have to be loaded into memory ratehr than > just the 50 that are actually needed? No, it returns a list-like object that load objects into memory only as the elements of that sequence are a

Re: [Zope] Catalog Searching

2000-09-21 Thread Toby Dickenson
On Wed, 20 Sep 2000 14:51:01 +0100, Chris Withers <[EMAIL PROTECTED]> wrote: >Maik Roeder wrote: >> >> Show stuff in Catalog here. >> > >That doesn't take advantage of the Catalog's lazy searching, AFAIK, and >on a site with a lot of content that could be bad. Lazy searching is not an issue -

Re: [Zope] Folderish DTML Document

2000-09-21 Thread Toby Dickenson
s by creating function objects (using malloc, no less) and assigning them as variables in the class object. Double Urgh! ;-) Toby Dickenson [EMAIL PROTECTED] ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope **

Re: [Zope] Massive FTP troubles

2000-09-21 Thread Toby Dickenson
t the object in which the conflict occurred. Toby Dickenson [EMAIL PROTECTED] ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/lis

Re: [Zope] Folderish DTML Document

2000-09-20 Thread Toby Dickenson
Chris Withers >thinks every object is a folderish one, but Im talking about using >PropertyManager, ObjectManager and DTMLMethod all on one object. The main >problem being absolute_url on the object seems to be broken. Toby Dickenson [EMAIL PROTECTED] __

Re: [Zope] Python 1.6 makes Zope not work?!

2000-09-15 Thread Toby Dickenson
>Though I am a newbie Zope developer, it was very kindly explained to me that a bug >in Python 1.6 was being ticked by Zope 2.2.1 FYI, all previous version too. Toby Dickenson [EMAIL PROTECTED] ___ Zope maillist - [EMAIL PROTECTED

Re: [Zope] zope 2.2.1 and python 1.6

2000-09-14 Thread Toby Dickenson
ble as of the new security implementation in 2.2 (hurrah for private-by-default) Toby Dickenson [EMAIL PROTECTED] ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Relat

Re: [Zope] Zope and the GPL poison pill

2000-09-13 Thread Toby Dickenson
On Wed, 13 Sep 2000 13:33:05 +0200, "Dario Lopez-Kästen" <[EMAIL PROTECTED]> wrote: > >>From: "Toby Dickenson" <[EMAIL PROTECTED]> >> If that is your motivation then you may find that you get *more* back >> by not using the GPL. My contributio

Re: [Zope] Zope and the GPL poison pill

2000-09-13 Thread Toby Dickenson
more* back by not using the GPL. My contributions to Zope (both personal and on company time) are fairly significant in total, and would not have happened if Zope was under a GPL license. Toby Dickenson [EMAIL PROTECTED] ___ Zope maillist - [EMAI

Re: [Zope] Input for Chinese Characters

2000-09-11 Thread Toby Dickenson
ated lists - > http://lists.zope.org/mailman/listinfo/zope-announce > http://lists.zope.org/mailman/listinfo/zope-dev ) Toby Dickenson [EMAIL PROTECTED] ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No c

Re: [Zope] Underscore Caracter

2000-09-06 Thread Toby Dickenson
On Tue, 5 Sep 2000 20:23:47 -0600, "T.J. Mannos" <[EMAIL PROTECTED]> wrote: >Now, who do I have to beat up to get the 're' module added to the namespace >variable??? :) Not a good idea its too easy for a buggy regex to eat up lots of memory and proces

Re: [Zope] Re: ZOPE Python edit debug cycle

2000-09-01 Thread Toby Dickenson
l suffering from Zope taking a long time restart? Toby Dickenson [EMAIL PROTECTED] ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailma

Re: [Zope] compiling on windows

2000-08-23 Thread Toby Dickenson
a somewhat modifie Python src dist Zope builds happily on a stock python 1.5.2 and the cvs versions of 2.0 too. Toby Dickenson [EMAIL PROTECTED] ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts

Re: [Zope] compiling on windows

2000-08-23 Thread Toby Dickenson
eckout on >windows? It's obvious that none of the c modules get compiled, but >these seem to change rather rarely ... I cant think of a better way if you don't have the compiler to hand. Toby Dickenson [EMAIL PROTECTED] ___ Zope m

Re: [Zope] NTUserFolder-1.3-Comments

2000-08-18 Thread Toby Dickenson
On Fri, 18 Aug 2000 13:00:41 +0200, Jean Jordaan <[EMAIL PROTECTED]> wrote: >Hi Toby > >> No feedback on this from anyone yet. > >Well, that doesn't really sound encouraging... Or maybe everyone is quietly happy To

Re: [Zope] NTUserFolder-1.3-Comments

2000-08-18 Thread Toby Dickenson
risk. If you do, please let me know how you get on. I will >## only include a user interface for these parameters once I >## have independant verification that there are no problems. > >Have you had any feedback? Does this work at all? No feedback on this from anyone yet. Im not s

Re: [Zope] Total newbie with NTUserFolder 1.3 issues

2000-08-18 Thread Toby Dickenson
s, I have no idea how to find out. You need to create an NTUserFolder object in your Zope database, using the /manage interface. You may have to delete any existing acl_users object first. Toby Dickenson [EMAIL PROTECTED] ___ Zope maillist - [EMAIL PROTE

Re: [Zope] Python function within a ZClass...

2000-08-17 Thread Toby Dickenson
>interface (like DTML Documents) > 3) create a python class that does what provides the methods, and use that as a base class for your ZClass pro: easy to add more methods con: need to restart server after changes need to do this before you create the ZClass Toby Dickenson [EMAIL P

Re: [Zope] Zope culture (Was: [Zope] Simple DTML date-stamp)

2000-08-14 Thread Toby Dickenson
sounds like the same might not be true of MySQL. Toby Dickenson [EMAIL PROTECTED] ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailm

Re: [Zope] Using Zope as App Server for non http-Protocols

2000-08-14 Thread Toby Dickenson
s not a conventional 'web' application, but there are strong reasons for sticking with http if possible: you can benefit from the existing tools and infrastructure, plus Zope already talks http. SOAP looks like it will be popular for similar reasons. What do you need to do that makes http u

Re: [Zope] zcatalog -- returning context of hits on fulltext

2000-08-14 Thread Toby Dickenson
to search the whole text, which means you loose >the 'cool' metadata feature of not sucking a lot fo resource for search >results. If you really do have a 67 page document, it would be better to store each page in its own ZODB object, and index each page individually. With that sche

Re: [Zope] Python + COM (from external method)

2000-08-11 Thread Toby Dickenson
; Did you call pythoncom.CoInitialize()? >> >> If not you need to. Toby Dickenson [EMAIL PROTECTED] ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists -

Re: [Zope] How can you get Zope console messages running as NT service?

2000-08-08 Thread Toby Dickenson
__ >Zope maillist - [EMAIL PROTECTED] >http://lists.zope.org/mailman/listinfo/zope >** No cross posts or HTML encoding! ** >(Related lists - > http://lists.zope.org/mailman/listinfo/zope-announce > http://lists.zope.org/mailman/listinfo/zope-dev )

Re: [Zope] XMLRPC returns error sometimes

2000-08-07 Thread Toby Dickenson
2.1.6 I execute: >> ObjectManager.objectValues >> Where as the next Method works ok: >> ObjectManager.objectItems >> >> Maybe the to be returned info is to complex ? >> Toby Dickenson [EMAIL PROTECTED] ___ Zope maill

Re: [Zope] Caching How-To (was Cache concerns (waszope/proxy_pass configuration problem) configuration problem)

2000-08-07 Thread Toby Dickenson
anually purge your browsers cache after fixing a caching bug, to eliminate all traces of the bug. >what you did, but ie keeps showing old data. this with a no-cache >header,must-revalidate. Toby Dickenson [EMAIL PROTECTED] ___ Zope maillist -

Re: [Zope] Caching How-To (was Cache concerns (was zope/proxy_pass configuration problem) configuration problem)

2000-08-04 Thread Toby Dickenson
it will be available under >http://www.zope.org/Members/rbeer/caching Hey really? Me too. http://www.zope.org/Members/htrd/howto/caching Toby Dickenson [EMAIL PROTECTED] ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinf

Re: [Zope] Meta Type Registry

2000-07-25 Thread Toby Dickenson
lled 'News Item'. In combination >with this, Products should list their meta types. There is a list of product names on http://www.zope.org/Products. If meta-types were to include the product name Toby Dickenson [EMAIL PROTECTED] ___

Re: [Zope] ZEO and a front end...

2000-07-21 Thread Toby Dickenson
On Wed, 19 Jul 2000 10:07:30 -0600, Bill Anderson <[EMAIL PROTECTED]> wrote: >Toby Dickenson wrote: >> >> On Tue, 18 Jul 2000 16:08:48 -0600, Bill Anderson <[EMAIL PROTECTED]> >> wrote: >> >> >> I might be reading more into his words than wa

Re: [Zope] ZEO and a front end...

2000-07-19 Thread Toby Dickenson
What you described doesn't scale up to having 1000's of sections (which I was assuming, and I think Curtis was too). If this isn't a problem, then your solution is great. >EddieWare does do 'intellgient' caching eddieware is on my list of option

Re: [Zope] ZEO and a front end...

2000-07-18 Thread Toby Dickenson
L. Ive not seen eddieware before - so it looks like Ive got some reading to do. At a first glance it doesn't have any integrated http caching (although it seems to have everything else ;-) and theres no obvious place to hang squid. In my example above, I really want to be able to cache the rende

Re: [Zope] ZEO and a front end...

2000-07-17 Thread Toby Dickenson
em can't be solved without parsing http headers, so low-level solutions such as www.linux-ha.com are not a total solution. Toby Dickenson [EMAIL PROTECTED] ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross p

Re: [Zope] suggestions for what to run in front of ZEO'ed zopes for failover?

2000-07-17 Thread Toby Dickenson
IP Virtual Server). www.linux-ha.com has more >information. That looks good on paper, and I may be setting up a trial system next month. One disadvantage is that solution is that each Zope will have poor locality-of-reference within the object databas

Re: [Zope] zope and caching

2000-07-03 Thread Toby Dickenson
ption, you dont) If you need to cache whole requests, then the best approach is to understand and use the http cache headers. If processor load is your main problem, an external http cache is a big advantage too (I use squid, see http://www.squid-cache.org) Toby Dickenson [EMAIL PROTECTED] __

Re: [Zope] LocalFS cache, was Re: ZODB or not ZODB?

2000-06-30 Thread Toby Dickenson
r http, rather than processing those files inside Zope. Toby Dickenson [EMAIL PROTECTED] ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zop

Re: [Zope] Backing Up Zope (was: Re: [Zope] Data.fs.lock?)

2000-06-30 Thread Toby Dickenson
lete. >2) You get a partly truncated record at the very end. This is actually >not a big deal, and AFAIK in most cases ZODB is capable of >automatically rolling back a partially committed transaction. I think the other exception is during an Undo, where Zope will rewrite one byte in the

Re: [Zope] Urgent problem: Database and large clock skew

2000-06-29 Thread Toby Dickenson
nerated. Is it really a problem to have future timestamps? What if I >just snipped this portion of the code out? Toby Dickenson [EMAIL PROTECTED] ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts o

RE: [Zope] Data.fs.lock?

2000-06-28 Thread Toby Dickenson
L PROTECTED]; [EMAIL PROTECTED] > Subject: Re: [Zope] Data.fs.lock? > > > Toby Dickenson wrote: > > It's definitely normal, and arguably a problem. > > > net stop zope > > copy c:/zope/var/data.fs c:/zope/var/backupdata.fs > > net start zope > &

Re: [Zope] Data.fs.lock?

2000-06-28 Thread Toby Dickenson
/backupdata.fs net start zope hope this helps, Toby Dickenson [EMAIL PROTECTED] ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/ma

Re: [Zope] 2.2.0b2 dies in Windows NT4

2000-06-26 Thread Toby Dickenson
lue. Python tries to detect too-deep recursion, however in python 1.5.2 the limit is set a bit too high, and NT catches it first. There is a replacement python15.dll somewhere on www.python.org that sets the limit lower: you will get a very long traceback instead. Toby Dicken

Re: [Zope] ZODB performance: reads to writes

2000-06-26 Thread Toby Dickenson
ave to ensure that all their contained elements have a different id. The hot-spot is the only way a Folder can achieve this. Toby Dickenson [EMAIL PROTECTED] ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cro

Re: [Zope] ZODB Storage Question

2000-06-19 Thread Toby Dickenson
ct . Ok, so 5 small attributes change, but how much doesnt change? ZODB will store a new copy of the whole object if just one attribute changes. If you have some large attributes that rarely change then you can save space by storing it in a different object

Re: [Zope] What is "favicon.ico" and why is it an error?

2000-06-09 Thread Toby Dickenson
to IE to prevent excessive logging of errors on your server. Is that true? I undestand only the root directory is necessary, unless you have specifically linked another icon file from your html. Toby Dickenson [EMAIL PROTECTED] ___ Zope m

Re: [Zope] Passing all POST variables?

2000-06-07 Thread Toby Dickenson
www.python.org/doc/current/lib/module-marshal.html > >which supports just that list of types, plus code objects. Or look at http://www.zope.org/Members/htrd/howto/MiniPickle if you need: * Recusive data structures * Compatability with the next version of python Toby Dickenson [EMAIL PROTECTE