Win32::OLE Threadsafe - When?

2005-05-19 Thread Paul Sobey
Does anybody know when/if Win32::OLE is going to be made threadsafe? It would be unbelievably useful... I only wish I had the C knowledge to do it myself! Cheers, Paul * Gloucester Research Limited believes the information provided

Win32:OLE - Threadsafe?

2005-02-28 Thread Neil Burnett
Has anything happened to solve this clean up issue with Win::OLE and threads? Free to wrong pool ... during global destruction I am avoiding the error at the moment by taking jan and paul's advice (thanks) collectively: - require not use Win32::OLE and do it inside the thread sub I have also

Re: Win32:OLE - Threadsafe?

2005-02-28 Thread Kevin Carothers
On Mon, 28 Feb 2005 13:12:40 +0100, Neil Burnett [EMAIL PROTECTED] wrote: Has anything happened to solve this clean up issue with Win::OLE and threads? Free to wrong pool ... during global destruction I am avoiding the error at the moment by taking jan and paul's advice (thanks)

RE: Win32:OLE - Threadsafe?

2005-02-28 Thread Neil Burnett
-Original Message- From: Kevin Carothers [mailto:[EMAIL PROTECTED] Sent: Monday, February 28, 2005 6:59 PM To: Neil Burnett Cc: [EMAIL PROTECTED] Subject: Re: Win32:OLE - Threadsafe? On Mon, 28 Feb 2005 13:12:40 +0100, Neil Burnett [EMAIL PROTECTED] wrote: Has anything happened

RE: Win32::OLE - Threadsafe?

2004-11-11 Thread Paul Sobey
PROTECTED] Sent: 11 November 2004 00:49 To: Paul Sobey Cc: [EMAIL PROTECTED] Subject: Re: Win32::OLE - Threadsafe? Paul Sobey wrote: Hi Guys, On my machine (AP 5.8.4), the following code runs fine when the use Win32::OLE line is commented, but throws an exception at the end when

Re: Win32::OLE - Threadsafe?

2004-11-11 Thread Jeff Griffiths
to make it thread-safe, I doubt somehow that it currently is. cheers, JeffG P. -Original Message- From: $Bill Luebkert [mailto:[EMAIL PROTECTED] Sent: 11 November 2004 00:49 To: Paul Sobey Cc: [EMAIL PROTECTED] Subject: Re: Win32::OLE - Threadsafe? Paul Sobey wrote: Hi Guys, On my machine

RE: Win32::OLE - Threadsafe?

2004-11-11 Thread Jan Dubois
On Thu, 11 Nov 2004, Jeff Griffiths wrote: Paul Sobey wrote: Just realised if you turn that use into a require Win32::OLE after the threads have been spawned, it works ok. Anyone know why this should be so? I thought I read somewhere that Win32::OLE was threadsafe but it seems not! Seeing

Win32::OLE - Threadsafe?

2004-11-10 Thread Paul Sobey
Hi Guys, On my machine (AP 5.8.4), the following code runs fine when the use Win32::OLE line is commented, but throws an exception at the end when it is not. Anybody know why? Am I doing something silly, or is this module known to have problems with threads? Cheers, Paul use

Re: Win32::OLE - Threadsafe?

2004-11-10 Thread $Bill Luebkert
Paul Sobey wrote: Hi Guys, On my machine (AP 5.8.4), the following code runs fine when the use Win32::OLE line is commented, but throws an exception at the end when it is not. Anybody know why? Am I doing something silly, or is this module known to have problems with threads? Cheers,