Re: [Zope-dev] Zope server speed

2001-12-06 Thread Matt Hamilton
On Thu, 6 Dec 2001, MANOTTI Alessandro wrote: I used Zope with DCOracle2 drivers to connect and extract 257000 (yes! it is a test... two hundred fiftyseven thousand records!) and Zope took more than 10 minutes, since I stopped it after that time (call SQL and print data via dtml-var ...

Re: [Zope-dev] Zope server speed

2001-12-06 Thread Matthew T. Kromer
Hi Alessandro, Zope and Python combined aren't too bad if you write some wrappers that help you manipulate data; the problem comes about when you try to do large naive queries -- there is a LOT of overhead in taking Oracle data, encapsulating it in Python objects, and then wrapping that in the

RE: [Zope-dev] Zope server speed

2001-12-06 Thread MANOTTI Alessandro
directly in Python (import ... ? ) ? Thanks to everybody! -Original Message- From: Matthew T. Kromer [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 06, 2001 15:27 To: MANOTTI Alessandro; [EMAIL PROTECTED] Subject: Re: [Zope-dev] Zope server speed Hi Alessandro, Zope and Python

Re: [Zope-dev] Zope server speed

2001-12-06 Thread Toby Dickenson
On Thu, 6 Dec 2001 14:52:06 +0100, MANOTTI Alessandro [EMAIL PROTECTED] wrote: I used Zope with DCOracle2 drivers to connect and extract 257000 (yes! it is a test... two hundred fiftyseven thousand records!) and Zope took more than 10 minutes, since I stopped it after that time (call SQL and

Re: [Zope-dev] Zope server speed

2001-12-06 Thread Jens Vagelpohl
directly in Python (import ... ? ) ? Thanks to everybody! -Original Message- From: Matthew T. Kromer [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 06, 2001 15:27 To: MANOTTI Alessandro; [EMAIL PROTECTED] Subject: Re: [Zope-dev] Zope server speed Hi Alessandro, Zope