Re: GWT debugging under Linux is much slower than under Windows - what's wrong with my configuration?

2010-11-08 Thread ussuri
Hi Chris, you were spot on - it was Chrome plugin to blame. After installing Firefox plugin (the thread you referred me to was helpful), I see the same GWT debugging speed in Linux as I saw in Windows. Thanks a lot! MG > > On Nov 7, 9:27 pm, Chris Conroy wrote: > > > Your slowness is not a Lin

Re: GWT debugging under Linux is much slower than under Windows - what's wrong with my configuration?

2010-11-08 Thread ussuri
Thanks, Chris! I'll try to install FF plugin later today and will post results here. MG On Nov 7, 9:27 pm, Chris Conroy wrote: > Your slowness is not a Linux vs. Windows issue: it is a Chrome plugin > vs. Firefox plugin issue. > > The Chrome NPAPI based plugin is known to be a lot slower than th

Re: GWT debugging under Linux is much slower than under Windows - what's wrong with my configuration?

2010-11-07 Thread Chris Conroy
Your slowness is not a Linux vs. Windows issue: it is a Chrome plugin vs. Firefox plugin issue. The Chrome NPAPI based plugin is known to be a lot slower than the Firefox XPCOM plugin. This is partly due to the out of process nature of plugins in chrome: each JS<->Java boundary crossing incurs ext

GWT debugging under Linux is much slower than under Windows - what's wrong with my configuration?

2010-11-07 Thread ussuri
Hello! I recently switched from Windows 7 to Ubuntu for GWT development, and I am seriously considering moving back, as GWT debugging under Linux ("Debug as Web Application" in Eclipse) is painful - much slower than under Windows. My test: same project/code (GWT front-end, GAE back-end). While on