in reply to Re^2: Threads and ALARM() - There is a solution or workaround?
in thread Threads and ALARM() - There is a solution or workaround?

In general, you could avoid alarm by using select with a timeout, or you could avoid using threads by forking instead.

The Net::SOCKS object might by a selectable file handle.

  • Comment on Re^3: Threads and ALARM() - There is a solution or workaround?