Announcement

Collapse
No announcement yet.

Chrome 47 Beta Brings Cooperative Multi-Tasking, Splash Screens On Android

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Chrome 47 Beta Brings Cooperative Multi-Tasking, Splash Screens On Android

    Phoronix: Chrome 47 Beta Brings Cooperative Multi-Tasking, Splash Screens On Android

    Google rolled out the Chrome 47 Beta web browser today for Android, Chrome OS, Linux, OS X, and Windows...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    Originally posted by Master5000 View Post
    Cooperative multitasking as in windows 95/98 era?
    Cooperative multitasking works very well when each task has a good understanding of the lifecycle of the others. In this case there are only two tasks and they're pretty simple.

    All multitasking in a JavaScript runtime is cooperative, and it works okay for a single application.

    Comment


    • #3
      Originally posted by microcode View Post
      Cooperative multitasking works very well when each task has a good understanding of the lifecycle of the others. In this case there are only two tasks and they're pretty simple.

      All multitasking in a JavaScript runtime is cooperative, and it works okay for a single application.
      Not if you use workers. Workers are separate threads, but yes, if you don't use them all events in JavaScript are handled on the same thread.

      Comment


      • #4
        Originally posted by Master5000 View Post
        Javascript is a complete joke when it comes to multiple threads.
        All JavaScript applications are single-threaded (excluding Web Workers of course).

        Comment


        • #5
          How about they add VAAPI/VDPAU to chromium...

          Comment


          • #6
            Originally posted by Master5000 View Post
            Cooperative multitasking as in windows 95/98 era?
            Windows 3.1 had cooperative multitasking.
            Knowing that Google has a habit of doing the right thing, this is probably some localized usage, aimed at optimizing the use of resources. Of course, I don't know that for sure.

            Comment

            Working...
            X