Subject: | Find a way to call method 'close' in the modules DESTROY section |
Currently DESTROY is called multiple times for each thread that terminates
and the 'slow' variable sharing makes it tricky to workaround this to
prevent multiple calls to 'close'.
A workaround is needed. As of version 0.22 the module depends on the
application calling 'close' after use to avoid a perl warning about
threads left running.