Hello, Thank you for your replies ! So i uderstand that hosted mode doesnt seem really suitable with real time 3D applications in a html5 canvas using WebGL, resquesting thousands of overlayed functions calls per second =/ Also for debugging purpose, it wont be possible to run the whole application to do it.
Hm it sounds a challenge to cut the project into many independent pieces which could be tested and debugged individually in hosted mode then merge them to get the complete appli ready to be released; but it could be interesting ! Regards, Harold 2011/2/10 P Osborne <[email protected]> > > hosted mode isn't for performance it is for debugging. Personally I've > found that starting production Jetty is faster than starting hosted mode and > waiting for the application to load. > > > On Wed, Feb 9, 2011 at 3:53 PM, Thomas Broyer <[email protected]> wrote: > >> Each time you go from Java to JS, and from JS to Java, the DevMode >> communicates with the plugin in your browser, which then communicates with >> the web page to execute the JS (and in Chrome, that last part is even slower >> than in other browsers due to chrome's architecture). >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google Web Toolkit" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/google-web-toolkit?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
