RE: Usability of iThreads in ActivePerl

2005-03-31 Thread Brian Raven
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

Re: Usability of iThreads in ActivePerl

2005-03-31 Thread Foo Ji-Haw
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

RE: Usability of iThreads in ActivePerl

2005-03-31 Thread Brian Raven
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

Usability of iThreads in ActivePerl

2005-03-30 Thread Foo Ji-Haw
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.