From: <RGi...@a1...> - 2002-06-04 16:02:05
|
> The problem I have is after running for a few days (usually > between 2 > days and a week), the opened process stops responding > ($process->expect(...) returns no data). The process itself > has not > died. Any ideas what could be causing this? Hmm, is it producing output during that time that gets matched? Have you tried setting max_accum? Maybe the accumulator gets filled and filled until it exhausts the memory quota or something. Can you post the relevant code around the expect() call? Roland -- RGi...@cp... |