Re: Java syntax question.

2017-09-14 Thread Thomas Broyer
On Thursday, September 14, 2017 at 5:48:26 PM UTC+2, Ananchai Srirochanakul wrote: > > Thank you so much. I understand it now. > > On Thursday, September 14, 2017 at 12:46:58 AM UTC-7, Jens wrote: >> >> https://docs.oracle.com/javase/tutorial/extra/generics/wildcards.html > > > BTW, the *only*

Re: Iframe = multithreading ???

2017-09-14 Thread Paul Porombka
And one more thing, UI thread is only one for windowed / process application. So the clicks and generally Browser can be blocked when you will use time consuming operation on UI. If you will use e.g. setTimeout, no clicking etc, then it could work much better. Because this single UI thread

Re: Iframe = multithreading ???

2017-09-14 Thread Paul Porombka
YES, totally agree. This is probably because Web Workers don't use any UI there. So they are probably better scheduled and "lighter", so works much better than forcing multithreading with IFrames :-) But the concept is pretty nice, don't you think :-) And to clarify. I was rather also

Re: Iframe = multithreading ???

2017-09-14 Thread Thomas Broyer
On Thursday, September 14, 2017 at 12:09:37 PM UTC+2, Paul Porombka wrote: > > Hi Ben, > > I see the time when you've posted the message and see the answers here, so > I codn;t stop to write something here. > I will answer YES to your question, but it depends. > > Generally, IFrame under the

Re: Iframe = multithreading ???

2017-09-14 Thread Paul Porombka
Hi Ben, I see the time when you've posted the message and see the answers here, so I codn;t stop to write something here. I will answer YES to your question, but it depends. Generally, IFrame under the same domain is using the same thread. I don't know how it was at the time You've been

Java syntax question.

2017-09-14 Thread Jens
https://docs.oracle.com/javase/tutorial/extra/generics/wildcards.html -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to