Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Web Workers in RAP(Web Sockets and other HTML5 features)
Web Workers in RAP [message #1243634] Tue, 11 February 2014 08:20 Go to next message
Yury Mising name is currently offline Yury Mising nameFriend
Messages: 95
Registered: May 2010
Location: Russia
Member
Hello!

Do you have any plans to use Web Workers (http://www.w3schools.com/html/html5_webworkers.asp) in RAP? Can this feature speedup RAP performance?
Whether you plan to use Web Sockets in the foreseeable future?

Best regards,
Yury.
Re: Web Workers in RAP [message #1243794 is a reply to message #1243634] Tue, 11 February 2014 12:58 Go to previous messageGo to next message
Tim Buschtoens is currently offline Tim BuschtoensFriend
Messages: 396
Registered: July 2009
Senior Member
Hi.

> Do you have any plans to use Web Workers
> (http://www.w3schools.com/html/html5_webworkers.asp) in RAP? Can this
> feature speedup RAP performance?

I don't think that WebWorkers can improve RAP performance much (or at
all) - all of the application logic is done on the server, and the
client performance is depending mostly on parsing JavaScript (at
startup) and DOM manipulation.

> Whether you plan to use Web Sockets in the foreseeable future?

WebSockets could be used in RAP as the underlying technology for
ServerPush[1], but currently there isn't any reason to to change the
existing implementation (as it works on all browser, not just those with
WebSockets).

Greetings,
Tim


[1]
http://eclipse.org/rap/developers-guide/devguide.php?topic=server-push.html&version=2.2


--
Tim Buschtöns

Twitter: @EclipseRAP
Blog: http://eclipsesource.com/blogs/

Professional services for RAP and RCP?
http://eclipsesource.com/services/rap/
Re: Web Workers in RAP [message #1244229 is a reply to message #1243794] Wed, 12 February 2014 03:41 Go to previous message
Yury Mising name is currently offline Yury Mising nameFriend
Messages: 95
Registered: May 2010
Location: Russia
Member
Thank you, Tim!
Previous Topic:Disabling IAction from non-UI thread.
Next Topic:RCP to RAP : No context available outside of the request processing
Goto Forum:
  


Current Time: Sat Apr 20 02:31:25 GMT 2024

Powered by FUDForum. Page generated in 0.02219 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top