Eli Billauer wrote:
> I'm having a strange problem with LWP. (snip...)
Sorry, the problem was not with LWP. It turned out that I had a timeout
of my own triggered off, because some heavy data crunching took too much
time.
Solution:
alarm 120; instead of alarm 20;. That simple.
Let's forget about all this ;)
Eli