Hi,
I'm using Perl v5.6.1 built for MSWin32-x86-multi-thread on a win 2000 server computer.
My perl script sometimes stops the execution indefinitely without finishing!
to prevent this behaviour I tried to use alarm to detect when this happens...
but it doesn't work on Windows OS...do you know any way to simulate this function?
(to call a function if a timeout reaches its limit!)
Thank you!
I'm using Perl v5.6.1 built for MSWin32-x86-multi-thread on a win 2000 server computer.
My perl script sometimes stops the execution indefinitely without finishing!
to prevent this behaviour I tried to use alarm to detect when this happens...
but it doesn't work on Windows OS...do you know any way to simulate this function?
(to call a function if a timeout reaches its limit!)
Thank you!