RE: [Webware-discuss] WebKit error email issue

2002-07-01 Thread Geoffrey Talvola
Fabien Royer wrote: > Just a thought...Could it be caused by a blocking socket > issue? If that's > the case, setting a timeout on the socket would resolve the > problem nicely. How? Should I use timeoutsocket.py from http://www.timo-tasi.org/python/timeoutsocket.py ? Has anyone used this b

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 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] WebKit error email issue

2002-07-01 Thread Fabien Royer
Just a thought...Could it be caused by a blocking socket issue? If that's the case, setting a timeout on the socket would resolve the problem nicely. I think it would be better to figure out why the thread gets "wedged" rather than working around this problem. In general, rather than launching

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

[Webware-discuss] WebKit error email issue

2002-07-01 Thread Geoffrey Talvola
We had some trouble with our email server over this weekend (MS Exchange) and we discovered that during the time period when the email server was hosed, each WebKit thread that attempted to send an error email wedged. After 20 failed attempts to send error email, the whole appserver was wedged bec

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