null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

Web Workers (Multithreaded Programs in JavaScript)

List Price: $19.99
SKU:
9781449322137
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Ido Green
    Format:
    Paperback
    Pages:
    58
    Publisher:
    O'Reilly Media (July 3, 2012)
    Language:
    English
    ISBN-13:
    9781449322137
    ISBN-10:
    1449322131
    Dimensions:
    7" x 9.19"
    File:
    TWO RIVERS-PERSEUS-Metadata_Only_Perseus_Distribution_Customer_Group_Metadata_20251022163324-20251022.xml
    Folder:
    TWO RIVERS
    List Price:
    $19.99
    As low as:
    $17.19
    Publisher Identifier:
    P-PER
    Discount Code:
    C
    Case Pack:
    72
    Country of Origin:
    United States
    Pub Discount:
    60
    Weight:
    4oz
    Imprint:
    O'Reilly Media
  • Overview

    Web apps would run much better if heavy calculations could be performed in the background, rather than compete with the user interface. With this book, you’ll learn how to use Web Workers to run computationally intensive JavaScript code in a thread parallel to the UI. Yes, multi-threaded programing is complicated, but Web Workers provide a simple API that helps you be productive without the complex algorithms.

    If you have an intermediate to advanced understanding of JavaScript— especially event handling and callbacks—you’re ready to tackle Web Workers with the tools in this example-driven guide.

    • Start creating Web Workers and understand what they can and can’t do
    • Determine which browser versions support the API
    • Use dedicated Web Workers for tasks that consume a lot of CPU, such as data parsing
    • Explore use cases for creating inline Workers, such as encapsulating a web app in one page
    • Create a shared Worker to communicate multiple web app instances to the server, and other uses
    • Learn best practices for debugging Web Workers
    • Apply Web Workers within the server-side Node environment