Re: [Zope] zope crawls - the day after

2000-07-14 Thread Tino Wildenhain
"Bak @ kedai" wrote: hi all zope is faster now. i think i know why, just wanted some confirmation from the zopistas. setup: apache in front of zope on a rh 6.1 linux what happened: -got a lot of simultaneous connect in one time. whe the number of connect exceeds 200, zope

RE: [Zope] zope crawls - the day after

2000-07-14 Thread bak @ kedai
Uhm. Headers are headers, not content. As example, image files have headers too but no HTML inside. So you should set headers with RESPONSE.setHeader() i did set RESPONSE.setHeader(blah blah). my question was where should i put this statement. but now, i found out that it doesn't matter where