Errata for Getting Started with GEO, CouchDB, and Node.js
Submit your own errata for this product.
The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".
The following errata were submitted by our customers and approved as valid errors by the author or editor.
Color Key: Serious Technical Mistake Minor Technical Mistake Language or formatting error Typo Question Note Update
| Version |
Location |
Description |
Submitted By |
Date Submitted |
Date Corrected |
| Printed |
Page ix
2nd paragraph |
The address isn't correct:
http://oreilly.com/catalog/97814493075232
It is:
http://oreilly.com/catalog/9781449307523
|
me4bruno |
Feb 06, 2012 |
|
| Printed, PDF, Safari Books Online, Other Digital Version |
Page 3
Bottom 3rd of the page |
Two typos in this paragraph. "ammount" should be "amount" and "isnt" should be "isn't"
Sometimes the first response callback gets called before the second, and sometimes it does not. Since the requests are carried out at the same time and they can take a variable ammount of time, it isnt guaranteed what order the callback functions will be called in. But what if this data needs to be displayed in order?
|
rachel.j |
Nov 15, 2011 |
|
| Printed, PDF, Safari Books Online, Other Digital Version |
Page 3
4th paragraph |
Typo: "timea" should be "time"
Both requests can be made at the same timea and the results can be combined later.
|
rachel.j |
Nov 15, 2011 |
|
| Printed, PDF, Safari Books Online, Other Digital Version |
Page 4
Second sentence on page |
Typos: "preformance" should be "performance"and "advanage" should be "advantage"
Again another advanage of Node.js’s Asynchronous IO is the preformance of handling many requests at same time.
|
rachel.j |
Nov 15, 2011 |
|