in reply to Perl script 'hanging' a server?
I'd suggest checking the sql update couldn't possibly block (depends on the db), and if that wasn't the problem, put a 'warn "marker";' at the start of each subroutine to see where things were blocking/spinning.
|
|---|