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

2002-07-01 Thread Steve Freitas
> Is there any way to restrict a process to a single processor? If so, then > you could see if that "fixes" the problem on the dual processor box. Reboot with a uniprocessor kernel would be one way. Steve --- This sf.net email is sponsored

RE: [Webware-discuss] Webware aborting. (oops forgot to change the subject.)

2002-07-01 Thread Geoffrey Talvola
Karl Putland wrote: > 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 t

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

2002-06-30 Thread Edmund Lian
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, the page finishes, then the AppServer >pukes Hmmm... then as Aaron wrote, suspect PyDO first--try posting about the problem

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

2002-06-30 Thread Aaron Held
is a global lock that prevents load balancing across cpu's in an SMP server. -Aaron - Original Message - From: "Karl Putland" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, June 30, 2002 4:29 PM Subject: [Webware-discuss] Webware aborting. (o

[Webware-discuss] Webware aborting. (oops forgot to change the subject.)

2002-06-30 Thread Karl Putland
Hello All, Using Webware 0.7 w/ PostgreSQL 7.2.1 and a hacked PyDO. RH7.2, Apache, WebKit.cgi Development was moving right along untill... We inserted 838 rows for testing. When we select small subset of the records, everything seems to work. But, If we select the entire set of records, and try