Re: [Soya-user] Multithreading a Soya3D COM Application

2007-04-23 Thread Jan Ciger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jiba wrote: > * Soya's functions are not thread safe, which will cause trouble if 2 > different threads call Soya function simultaneously, Actually even Python is not thread-safe. You must lock the virtual machine if you want to use multiple threads

Re: [Soya-user] Multithreading a Soya3D COM Application

2007-04-23 Thread Jiba
On Mon, 23 Apr 2007 15:55:07 + (GMT) Alistair Clarkson <[EMAIL PROTECTED]> wrote: > Hi, if anyone can help with this I would be extremely grateful. > Currently I am trying to code a small 3D enviornment where I can control the > central body from an external source. > I have been trying to wr

Re: [Soya-user] Multithreading a Soya3D COM Application

2007-04-23 Thread Jan Ciger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alistair Clarkson wrote: > Hi, if anyone can help with this I would be extremely grateful. > Currently I am trying to code a small 3D enviornment where I can > control the central body from an external source. I have been trying > to write a COM serve

[Soya-user] Multithreading a Soya3D COM Application

2007-04-23 Thread Alistair Clarkson
Hi, if anyone can help with this I would be extremely grateful. Currently I am trying to code a small 3D enviornment where I can control the central body from an external source. I have been trying to write a COM server so that I can automate Soya3D (and it works). The problem is that when I call