Il giorno venerdì 1 febbraio 2013 18:02:11 UTC+1, dhoffer ha scritto:

> With that set I was able to remove <localWorkers>...but just wondering 
> what <localWorkers> means when using threads.  Does that control the 
> number of threads, have no effect?
>

You have to set the "gwt.jjs.maxThreads" property, in my case:
-Dgwt.jjs.maxThreads=8 
The number of threads is calculated as the minimum between the number of 
local workers and the above property value.

HTH
Antonio

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to