| View previous topic :: View next topic |
| Author |
Message |
Umalo Newbie

Joined: 07 Jun 2005 Posts: 3
|
Posted: Thu Jun 16, 2005 1:48 am Post subject: HELP -> OpenOffice SDK and Threads |
|
|
After i have successfully parsed formulas in 100 .sxc files true loop, I tried to do the same via Threads and it does not work. I have heard before that there are no threads support. Is this true or I have done something wrong.
Thanks in advance |
|
| Back to top |
|
 |
hol.sten Super User


Joined: 14 Nov 2004 Posts: 3532 Location: Hamburg, Germany
|
Posted: Thu Jun 16, 2005 10:34 am Post subject: Re: HELP -> OpenOffice SDK and Threads |
|
|
| Umalo wrote: | | After i have successfully parsed formulas in 100 .sxc files true loop, I tried to do the same via Threads and it does not work. I have heard before that there are no threads support. Is this true or I have done something wrong. |
As far as I know there is no thread support in OOo. I've read here once that the upcomming OOo 2.0 should support them, but I also read the contrary. I take in my Java application care of only one running thread at a time. And that yields to the most stable results for me.
Here is for example more about this topic: http://www.oooforum.org/forum/viewtopic.phtml?t=2913
With kind regards
hol.sten |
|
| Back to top |
|
 |
|