From: Arjen M. <arj...@wl...> - 2004-11-10 07:36:32
|
Ali Muhammad wrote: > > Hi, > > I am using java binding on windows. I span a new thread for a plot. I was > wondering if the C code is thread safe. > > Please advise > > Regards, > > -Ali > Ali, as long as you are using Plplot in one thread only, there should be no problem. Any problems would come from spawning a thread per plot ... I have seen code fragments in some drivers that take care of the multithreaded situation, but not in the Windows driver. It might be interesting to see how that one behaves in such an environment. Regards, Arjen |