in reply to Re^5: Trying to thread a daemon with threads and Thread::Queue
in thread Trying to thread a daemon with threads and Thread::Queue
Strange... The server I am testing on is running perl 5.8.5
Anyways, I think I might just try without Thread::Queue completely, perhaps just threads and threads::shared.
A thought that comes to mind, is to keep the connection threads alive for a pre-defined number of connections, say $threadLifeTime = 100.
I'll do some more reading and research to see if I can do without Thread::Queue.