in reply to Program hangs
As for what it is, many possibilities exist. You might be just triggering sendmail's check for being used to send spam (at which point it deliberately slows down). Perhaps you have one particular place you send information which hangs for reasons beyond your control. (In which case it might make sense to use Parallel::ForkManager to run several processes in parallel, so that one hangs and the rest go to their destination.) It could be something else.
For a random example of "something else", I am in the process of diagnosing a sporadic hang at work which I have tracked down to probably being delays in closing a database connection. (It is now in the hands of some network folks.)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re (tilly) 1: Program hangs
by Stegalex (Chaplain) on Jan 27, 2002 at 23:30 UTC |