in reply to Re: Threaded Perl script not responding
in thread Threaded Perl script not responding

Are you running a socket or database access in the threads? Threads can hang on a screwed up IO operation.

I am using database access inside the thread and a lot of I/O operation. How can I refresh the thread or do some kind of check to make sure the threads are active. I just do not understand an interrupt signal just resumes the threads to go active again?
  • Comment on Re^2: Threaded Perl script not responding

Replies are listed 'Best First'.
Re^3: Threaded Perl script not responding
by zentara (Cardinal) on Aug 17, 2011 at 19:49 UTC