Re: [Webware-discuss] Webware aborting. (oops forgot to change thesubject.)

2002-07-01 Thread Karl Putland
On Mon, 2002-07-01 at 09:31, Karl Putland wrote: > On Sun, 2002-06-30 at 22:24, Karl Putland wrote: > > On Sun, 2002-06-30 at 21:58, Edmund Lian wrote: > > > > > > Karl wrote: > > > > > > >I am using psycopg, but it doesn't appear to be related to the > > > >db module. A plethora of print state

Re: [Webware-discuss] Webware aborting. (oops forgot to change thesubject.)

2002-07-01 Thread Karl Putland
On Mon, 2002-07-01 at 09:31, Karl Putland wrote: > > > > I think I've tracked it down to a python problem. The difference > between the machines is the version of python. 2.2.1 on the machine > that fails, and 2.2 on the machine that works. I'm downgrading to 2.2 > and will post results short

Re: [Webware-discuss] Webware aborting. (oops forgot to change thesubject.)

2002-07-01 Thread Karl Putland
On Sun, 2002-06-30 at 22:24, Karl Putland wrote: > On Sun, 2002-06-30 at 21:58, Edmund Lian wrote: > > > > Karl wrote: > > > > >I am using psycopg, but it doesn't appear to be related to the > > >db module. A plethora of print statements show that the select > > >completes, the loop finishes, t

Re: [Webware-discuss] Webware aborting. (oops forgot to change thesubject.)

2002-06-30 Thread Karl Putland
On Sun, 2002-06-30 at 20:30, Aaron Held wrote: > I would check PyDO, maybe you are creating too many objects for it handle. I wrote a > system that mapped rows to objects, and it worked great for subsets, but when I >tried to > pull 5000 records it got very slow. I traced my problem to the way