Foo Ji-Haw wrote:
> Hello Brian,
>
> Thanks for responding to my call for help.
>
> Thanks for confirming my concerns on objects not being able to share
> across threads. I have a logger object which I want my
> threads to share
> and use. Is there any good workaround on this, short of just
> ca
Hello Brian,
Thanks for responding to my call for help.
Thanks for confirming my concerns on objects not being able to share
across threads. I have a logger object which I want my threads to share
and use. Is there any good workaround on this, short of just calling the
class methods?
To clarify
Foo Ji-Haw wrote:
> Hi all,
>
> I am exploring the use of ithreads in a service application that I am
> developing. Generally, the main thread is a
> SOAP::Transport::HTTP daemon
> that spawns worker threads at the onset. Whenever it receives a SOAP
> method call, it will send out jobs to the work
Hi all,
I am exploring the use of ithreads in a service application that I am
developing. Generally, the main thread is a SOAP::Transport::HTTP daemon
that spawns worker threads at the onset. Whenever it receives a SOAP
method call, it will send out jobs to the worker threads via
thread::queue.