in reply to Re^3: Trying to thread a daemon with threads and Thread::Queue
in thread Trying to thread a daemon with threads and Thread::Queue
OH DARN!!! I was hoping I was doing something wrong :(
That might explain all the "failed to dup 'weird symbols'" i was getting in the log (while i was using another version of my script during trial and error) when i had a dienice("$_") message after:
open my $socket, '+<&=' . $fno;
Is there any workaround? alternate solution/module to use?
I can't force everyone who uses my script to downgrade to an older version of Thread::Queue just to get it to work :(
Might want to try threads::shared perhaps ?