Software Archive
Read-only legacy content

Multi Process

Gianluca_I_1
Beginner
420 Views

Hi All, web worker, paralleljs, multithread.js, Others... what's the better way to develop multiprocess code into Intel XDK/HTML5/java ?? regards, Gianluca.

 

 

 

0 Kudos
1 Reply
PaulF_IntelCorp
Employee
420 Views

What you can do depends on the target platform. Please read this blog for more background: http://blogs.intel.com/evangelists/2014/09/02/html5-web-app-webview-app

In essence, some platforms support web workers, some do not; etc. You can also use plugins to implement background activities or services. There is a geo tracking plugin that is very useful for that and does just that.

0 Kudos
Reply