Re: [JPP-Devel] vertexsymbol optimization

2012-02-11 Thread Stefan Steiniger
Thanks Geoff... the even better thing is that I/we can see how to thread the code :) stefan Am 11.02.12 01:14, schrieb Geoffrey Roy: > Dear ede and Jukka > > No problems - I will probably leave the threaded code in for the next > release as it is probably a good thing to do. > > Geoff > > On 11/

Re: [JPP-Devel] vertexsymbol optimization

2012-02-11 Thread Giuseppe Aruta
By the way, doing more tests, I found that choosing custom images works in core distribution, but not in PLUS (I clicked in the "no image choosen" element and nothing happens, do you have the same behaviour ? It works for me on Ubuntu Giuseppe

Re: [JPP-Devel] vertexsymbol optimization

2012-02-11 Thread Michaël Michaud
nviato:* Sabato 11 Febbraio 2012 10:55 *Oggetto:* Re: [JPP-Devel] vertexsymbol optimization Hi, I think I've got the bad combination, which I wouldn't have guess without many measurements : openjump alone : about 4 s openjump + sextante : about 8 s openjump + sextante + FillPatterns

Re: [JPP-Devel] vertexsymbol optimization

2012-02-11 Thread Giuseppe Aruta
: Re: [JPP-Devel] vertexsymbol optimization Hi Michael, the version of Sextante (sextante-binding-0.6.1.jar) included into OJ is modified so that it checks libraries into lib/ext/sextante folder. See es.unex.sextante.openjump.extensions.SextanteToolboxPlugin class. I think the problem is connected

Re: [JPP-Devel] vertexsymbol optimization

2012-02-11 Thread Giuseppe Aruta
@lists.sourceforge.net Inviato: Sabato 11 Febbraio 2012 10:55 Oggetto: Re: [JPP-Devel] vertexsymbol optimization Hi, I think I've got the bad combination, which I wouldn't have guess without many measurements : openjump alone : about 4 s openjump + sextante : about 8 s openjump + sextante + Fi

Re: [JPP-Devel] vertexsymbol optimization

2012-02-11 Thread Michaël Michaud
Hi, > openjump + sextante + FillPatterns directory : about 25 s > that would explain how i came up with that finding > http://www.mail-archive.com/jump-pilot-devel@lists.sourceforge.net/msg09664.html Oh, yes ! This seems to be related. But FillPattern loading in Geoff's plugin seems to work well. T

Re: [JPP-Devel] vertexsymbol optimization

2012-02-11 Thread edgar . soldin
On 11.02.2012 10:55, Michaël Michaud wrote: > openjump + sextante + FillPatterns directory : about 25 s that would explain how i came up with that finding http://www.mail-archive.com/jump-pilot-devel@lists.sourceforge.net/msg09664.html ..ede --

Re: [JPP-Devel] vertexsymbol optimization

2012-02-11 Thread Michaël Michaud
all, I had the same on Ubuntu 11.10 and OJ Plus - 65 symbols in 0.133msc. Thanks Geoff for your efforts Giuseppe *Da:* Geoffrey Roy *A:* OpenJump develop and use *Inviato:* Sabato 11 Febbraio 2012 9:14 *Oggetto:* Re:

Re: [JPP-Devel] vertexsymbol optimization

2012-02-11 Thread Giuseppe Aruta
Hi all, I had the same on Ubuntu 11.10 and OJ Plus - 65 symbols in 0.133msc. Thanks Geoff for your efforts Giuseppe Da: Geoffrey Roy A: OpenJump develop and use Inviato: Sabato 11 Febbraio 2012 9:14 Oggetto: Re: [JPP-Devel] vertexsymbol optimization Dear

Re: [JPP-Devel] vertexsymbol optimization

2012-02-11 Thread Geoffrey Roy
Dear ede and Jukka No problems - I will probably leave the threaded code in for the next release as it is probably a good thing to do. Geoff On 11/02/2012 4:07 PM, edgar.sol...@web.de wrote: > On 11.02.2012 02:54, Geoffrey Roy wrote: >> Dear ede and others >> >> If there is a problem with loadi

Re: [JPP-Devel] vertexsymbol optimization

2012-02-11 Thread edgar . soldin
On 11.02.2012 02:54, Geoffrey Roy wrote: > Dear ede and others > > If there is a problem with loading symbols then it will apply equally for the > VertexSymbols plugin and to the FillPattern plugin, as both used the same > in-line process for loading all symbols at startup. > SNIP > * For Ver

Re: [JPP-Devel] vertexsymbol optimization

2012-02-10 Thread Rahkonen Jukka
Hi, This was obviously a wrong alarm. Loading the OJ Plus version is for sure slow but it comes from some other component than VertexSymbols. I guess it might be Sextante but I must try it in a controlled way. The reason to claim it was VertexSymbols is that the splash screen shows "Loading Ve

Re: [JPP-Devel] vertexsymbol optimization

2012-02-10 Thread edgar . soldin
download http://sourceforge.net/projects/jump-pilot/files/OpenJUMP/1.5.1/OpenJUMP-1.5.1-r2721-PLUS.zip/download under lib\ext\VertexImages you'll find what you are looking for. ..ede On 10.02.2012 01:39, Geoffrey Roy wrote: > Dear ede > > Would it be possible for me to get a a package of symbol

Re: [JPP-Devel] vertexsymbol optimization

2012-02-09 Thread Geoffrey Roy
Dear ede Would it be possible for me to get a a package of symbols large enough to use as a test for loading? thanks Geoff On 9/02/2012 6:16 PM, edgar.sol...@web.de wrote: > Hey Geoff, > > yes totally right. thanks for taking care of that. take your time. i'd > suggest you to parallelize the

Re: [JPP-Devel] vertexsymbol optimization

2012-02-09 Thread Michaël Michaud
Hi Geoff, Thanks a lot for taking care of this. Michaël Le 09/02/2012 00:40, Geoffrey Roy a écrit : Dear ede OK, as I understand the issue - the VertexSymbols plugin loads all the symbols at startup and this causes an unacceptable delay - if there are many symbols - is this correct? The s

Re: [JPP-Devel] vertexsymbol optimization

2012-02-09 Thread edgar . soldin
Hey Geoff, yes totally right. thanks for taking care of that. take your time. i'd suggest you to parallelize the loading during initialization, because a user waiting up to two minutes for a modal dialog might grow impatient. regards ..ede On 09.02.2012 00:40, Geoffrey Roy wrote: > Dear ede >

Re: [JPP-Devel] vertexsymbol optimization

2012-02-08 Thread Geoffrey Roy
Dear ede OK, as I understand the issue - the VertexSymbols plugin loads all the symbols at startup and this causes an unacceptable delay - if there are many symbols - is this correct? The suggestions are either: 1. Load on demand (first load will take a little time), or 2. Create a backgroun

Re: [JPP-Devel] vertexsymbol optimization

2012-02-08 Thread edgar . soldin
yes.. it is included in the PLUS edition together with a quite big collection of symbols and seems to slow down the startup of the whole application. do you have time to have a look at that? should we provide you patches? ..thanks ede On 08.02.2012 10:55, Geoffrey Roy wrote: > Dear Ede > > I

Re: [JPP-Devel] vertexsymbol optimization

2012-02-08 Thread Geoffrey Roy
Dear Ede I have only been occasionally following the recent discussion - are you referring to my VertexSymbols plugin - or to another Geoff On 8/02/2012 5:19 PM, edgar.sol...@web.de wrote: > On 08.02.2012 08:48, Giuseppe Aruta wrote: >> Note that VertexSymbology folder has a large number of ge

[JPP-Devel] vertexsymbol optimization

2012-02-08 Thread edgar . soldin
On 08.02.2012 08:48, Giuseppe Aruta wrote: > Note that VertexSymbology folder has a large number of geological > symbols,which probabily are used only by me and few other users, among few > other generic map symbols (park, airport, building etc): eventually we can > distribute PLUS version with