in reply to Re: Re: Re: Re: Re: Re: Starting multi-threading
in thread Starting multi-threading

That helps:) Using Thread::Use and useit Win32::OLE; stops perl from segfaulting when the thread terminates, and gets rid of the "Free to wrong pool" error.

I'm still getting errors (from Win32::OLE) when calling some methods within the Scripting Object. I know the Scripting Object can be used on multiple threads from within VB, so its a case of trying to track down where the conflict lies. I might get time for this later if my current project gets under my skin--which it is beginning to:(


Examine what is said, not who speaks.
"Efficiency is intelligent laziness." -David Dunham
"When I'm working on a problem, I never think about beauty. I think only how to solve the problem. But when I have finished, if the solution is not beautiful, I know it is wrong." -Richard Buckminster Fuller
If I understand your problem, I can solve it! Of course, the same can be said for you.