Re: Error with long running web spider

2007-08-27 Thread Lawrence D'Oliveiro
In message <[EMAIL PROTECTED]>, Josh Volz wrote: > My problem is that I keep having an issue where the > program appears to freeze. Once this freezing happens the activity of > the program drops to zero. No exception is thrown or caught. The > program simply stops doing anything. It even stops

Re: Error with long running web spider

2007-08-22 Thread Nick Craig-Wood
Josh Volz <[EMAIL PROTECTED]> wrote: > I have a spider that is relatively long running (somewhere between > 12-24 hours). My problem is that I keep having an issue where the > program appears to freeze. Once this freezing happens the activity of > the program drops to zero. No exception is t

Re: Error with long running web spider

2007-08-22 Thread Josh Volz
On Aug 22, 10:58 am, Josh Volz <[EMAIL PROTECTED]> wrote: I'm running this program on Windows XP, using Python 2.5. I'm using Active State Komodo IDE 4.0 as the run environment. Thanks, J. > Hi everyone: > > I have a spider that is relatively long running (somewhere between > 12-24 hours). My

Error with long running web spider

2007-08-22 Thread Josh Volz
Hi everyone: I have a spider that is relatively long running (somewhere between 12-24 hours). My problem is that I keep having an issue where the program appears to freeze. Once this freezing happens the activity of the program drops to zero. No exception is thrown or caught. The program simpl