Distributed Computing Books
Related Subjects: Companies Publications Platforms Projects Research Groups Conferences
More Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182

Used price: $0.71

Good for a DeveloperReview Date: 1999-10-20
Provides a practical overview of SQL 7 Development.Review Date: 1999-10-19
Stellar strategic deployment bookReview Date: 1999-12-29
Most implementations of SQL Server will probably not need either of these books, but if your SQL Server is a big OLAP or OLTP server with many users/complicated queries, these two books will give you all you need to tune your implementation to its best performance possible.
However, I haven't found a book that discusses SQL Server's powerful yet very under-utilized replication features.
Not very useful "Notes from the Field"ΓΏReview Date: 1999-11-30
What I found was a high level discussion about a wide range of topics, none of which seemed to be in depth or detailed enough to be useful. Too many topics were given a single paragraph or two. This may provide a starting point for further research, but is hardly enough to help someone through an implementation.

Used price: $28.54

formal maths approachReview Date: 2006-12-25
The authors give a mathematically sophisticated analysis of various modes of distributed computing. Where the distribution might refer to separate CPUs in a multiprocessor architecture, or perhaps to separate computers inside a LAN, or to computers scattered across the Internet.
We see that issues of latency and reliability can [and will] arise. Coordinating a task across the processors gives rise to amazing complexity. What if some processors crash? A consensus problem occurs. How to solve it is explained.
There are also impossibilities in task solving that might occur, and these need to be treated carefully. The narrative has suggestions on how to diagnose if such events happen. The reader will see that fault tolerance can be awkward to handle.
The treatment may be too mathematical for some readers. You need a strong background in maths; preferably including discrete maths.
A good bookReview Date: 2006-01-30
Terse prose fraught with errors and omissionsReview Date: 1999-05-12
well-written, in-depth overview of distributed computingReview Date: 1999-07-05

There is no better book than Michi Henning'sReview Date: 2002-01-28
like Michi's book is the best so far.
A text to adoptReview Date: 2001-09-30
The book has three parts. The first part covers the basic foundation concepts of distributed computing showing how different distributed technologies (eg RMI, DCOM, RPC) need to find solutions to the same issues.
Parts 2 and 3 give an in-depth look at distributed systems and CORBA with much to study. The role of object adaptors is explained and the POA architecture is compared to the better-known BOA. This is well diagrammed, again some POA code would help. This is where the book becomes more than a programming book and a serious study of CORBA features, such as Naming Service, Trading Service, Event Service and Query Service. Additionally there is a detailed discussion of performance and consistency issues with a CORBA Caching implementation. This for me was the most interesting part of the book. Object caching in a distributed environment gives you much to think about, and clearly much thought has been put into the issues, such as scalability, cache consistency, object eviction etc. Other issues such as distributed transaction services including 2PC and 3PC are well covered.
Detailed discussion of CORBA services and distributed systems is not trivial reading, but rather for serious study. I notice that Douglas Schmidt has written the foreword. His name is well known to anyone that reads CORBA research material, which gives confidence to the quality of material.
In Summary, this is not a simple programming book. There is no downloadable code or CD and apart from some early OrbixWeb examples is not specific to any ORB implementation. It is a serious look at issues of distributed object systems with a heavy emphasis on CORBA and would be recommended for anyone interested in further study of distributed object systems. There are exercises at the end of each chapter, but there are no answers found in the book, it would be helpful to have them available in a later version of the book or on a web site.
A reader from AjmanReview Date: 2001-09-24
Very mediocreReview Date: 2001-05-18
Unfortunately, there is a lot to criticise about this book.
On the editorial side, you get a shocking job: it is plain that no copy editor or proof reader has ever been near this work. Spelling and grammatical errors abound, as well as inconsistent use of fonts; the index is put together without any great care.
The writing style is mostly poor. The prose is often stilted or redundant, uses obtuse phrasing, and is full of vague descriptions. Terms such as "usually", "in general", and "typically" are used liberally and, more often than not, are followed by descriptions that are imprecise or vague, leaving the reader wondering whether the authors properly understand what they are trying to explain. More seriously, in many places, the authors are unable to take the reader step by step through a topic. Often, the discussion veers off to something that is completely irrelevant, making it difficult for the reader to develop a clear mental picture of how things hang together. The presentation of IDL is intermingled with (poor) explanations of language mapping issues, leaving a tangled and incomplete mess.
The book doesn't describe a particular version of CORBA but appears to be largely based on the authors' experience with OrbixWeb. This means that much of the book talks about a now obsolete and proprietary BOA implementation. (Given that POA implementations have been available for more than two years, it is beyond me why anyone would publish a book based on the BOA in 2001.) The POA is covered as well, but in such confused language that it is difficult to understand what the POA is or how it really works. Little or no guidance is provided as to how to use the POA effectively for a given a set of implementation requirements.
Much of the material has been provided in more correct and accessible form elsewhere, and little in this book is original. Of great concern is the authors' apparent lack of knowledge of CORBA; the book contains many errors. Some choice examples:
- CORBA has no support for late binding.
- CORBA [...] supports the types "Any" (for fixed type length) and "DynAny" (for variable type length).
- IDL identifiers must be declared in lower cases. [sic]
- An example of nested declaration is found in the module CORBA: module org { module omg { module CORBA { /* ... */ }; }; };
- enum ParamMode { IN, OUT, INOUT };
All these statements are plainly incorrect; the book contains many more such mistakes.
The coverage of CORBA services is equally disappointing, with incomplete, sloppy, and superficial explanations that are hard to follow.
The book was written as a textbook for use at universities; I pity the students who will have to answer exam questions based on this material.

Used price: $1.99
Collectible price: $50.00

shallow, geared toward complete MIS noviceReview Date: 1998-11-10
Applies to any enterprise-critical applicationReview Date: 2001-07-24
Some key strengths of this book include: (1) a clear view applications delivery milestones of R/3 before it is ready to be released into production. This is provided in Parts II and III and shows what production support personnel needs to be aware of while the development and implementation is in progress. I especially liked the chapters on stabilizing the application and preparing for hand-off into production. Also, the chapter on building a support domain was filled with excellent information that embodies best practices in service support. (2) Part IV, Supporting the live environment, is specific to SAP R/3, but can be used as a model for support processes for any ERP system (Baan, PeopleSoft, etc.) because the major production support issues are addressed. The best chapters in this section cover job scheduling (often overlooked, but can wreak havoc with meeting service level objectives), transaction and performance support and disaster recovery planning (another support area that is too often overlooked).
If you are tasked with supporting SAP R/3 this book is essential. Other audiences for this book include: project managers who need to plan the cutover of R/3 into the production environment, help desk management, release managers and business systems analysts who bridge the IT/IS and user domains. If you are a consultant who works with any ERP package this book will provide you with a wealth of useful information to which you can apply to whichever application(s) you support. Finally, this book will also prove useful to any support organization that is tasked with service delivery and support of enterprise applications for which a third-party book is not available. I certainly could have used this book when I was supporting a wireless billing application.
Highly recommended to the audience cited above and 5 stars for clear writing and information that is valuable beyond the scope of the book.
Yes you have to leave someone behind to support SAPReview Date: 1999-03-16
Good book for those who minimized post-production support.Review Date: 1998-11-05

Used price: $0.03

UselessReview Date: 2003-03-22
Content good, writing poorReview Date: 2002-05-03
Agreed its a good workReview Date: 2002-03-22
You can have this book even on the road, and I promise it would add value to whatever you know about this subject. I would suggest to buy this book for sure.
Awesome book! A must buy for system architectsReview Date: 2002-03-16

Used price: $18.98

Question about this book.Review Date: 1999-08-03
Read the ReadMe for Serial Number/License informationReview Date: 1999-08-10
Thanks for providing such a great technical resource.Review Date: 1999-12-06
After years of doing Unix installs, I started out with only basic experience using Informix on NT. But with your book as my guide, I was able to confidently do a professional install on NT.
In addition to the install, with your guidance, I was able to configure and use On-BAR for the first time.
Also, I used your book as a basis for overall Informix
admin training. I am sure your book will be THE technical resource there for years to come.
Anyway, thanks again for providing such a great technical resource. Your interview at the end with Gary Kelley was fascinating.

Used price: $6.97

Finally a real world application!Review Date: 2005-10-21
If only all programming books were this conciseReview Date: 2003-05-02
Thank you Mr.Levinson. Finally, a programming text that is easy to understand and relevant to modern application development.
This book is my new bible. I highly recommend it to anyone interested and capable of this level of programming.
I especially appreciated the examples, which were not only easy to implement, but presented a logical step-wise approach to the client/server model under .Net.
Poorly writtenReview Date: 2004-05-30

Used price: $0.41

LDAP and ADSI for C programmers onlyReview Date: 2000-05-09
Wow! What a great technical book!Review Date: 2000-05-16
a timely introReview Date: 2000-05-18

Used price: $0.57

SBS Consultant's BibleReview Date: 2000-10-27
I wouldn't recommend this book..Review Date: 2000-10-25
I have read many text books in my days. I felt that this book was the worst purchase I have made in a long time. This book wouldn't be that bad if the reader was never going to set up the server, but wanted to know what the server could do.
Got to have itReview Date: 2000-06-20

Used price: $6.00

For technical consultants only. Not for functional (businessReview Date: 1999-03-30
High level, some weaknessesReview Date: 2001-07-25
Strengths: The author does an excellent job of explaining the R/3 environment and the ASAP implementation approach. Each chapter contains useful advice, and the way the information is presented will make the development of a work breakdown structure and project plan a fairly straightforward task. It is clearly written and well illustrated, and provides complete coverage of the implementation, albeit at a high level. I like the fact that post implementation requirements are addressed, which is something that is unfortunately not considered until too late in a project.
Weaknesses: This book begs for checklists, an example work breakdown structure and end-to-end project plan. I did not like the superficial way security planning was addressed - the information provided in the chapter devoted to that topic is so generic as to be useless. Since the book is aimed at guiding architects, administrators and technical members of the implementation project team the accompanying CD ROM lent no value to the book because sample test questions for SAP certification have nothing to do with an ASAP implementation. The CD ROM's storage could have been put to much better use had checklists, project plan templates and other ASAP deliverables been provided instead.
Overall this book is not as valuable to its intended audience as it is for project planners and managers. It can be used as a valuable reference for developing an RFI or RFP for an ASAP implementation. It can also be effectively used as a training guide to prepare an IS/IT department for an implementation because it does give a complete picture of what needs to be done, and to an extent, why. It merits 3.5 stars in my opinion, but I'll give it the benefit of 4 instead of 3, which are my only rating choices.
Clear, Well-Written and InformativeReview Date: 2001-08-16
Things I most like: the book is an easy read and is laid out in a sequence that allows you to fully understand the issues and factors, and tasks and deliverables required to implement R/3 using SAP's ASAP approach. I loved the clear illustrations and the sequencing of tasks. I had no problem understanding this book even though I had never implemented (or even supported R/3). I saw numerous parallels between the R/3 implementation requirements and those of past projects in which I had participated. When I was in the mainframe world a book this complete and clearly laid out would have been worth its weight in gold. In fact, the clarity and information contained in the book is much better than anything I have read or used in *any* environment.
I found none of the major shortcomings pointed out by previous reviewers. I think the book addresses security in the detail called for because this implementation aspect is tailored to each enterprise and no single book can possibly cover it in detail. I also found the information presented on two levels: one for technical staff and the other for business process owners, both groups will be playing a big role in any implementation. Perhaps if the business and technical information were segmented in the book it would be more accessible to both groups; however, it would also break the flow of the book. I personally like it the way it is. I do agree that the CD ROM contains material that has nothing top do with the book's topic.
Overall, I learned a lot about SAP R/3 ASAP implementation and general issues and factors for any large-scale application implementation from this book. The author did an excellent job of structuring the book to correspond to project phases and stages, and the well designed illustrations greatly aided the text. I highly recommend this book to anyone who is going to be involved in an R/3 ASAP implementation, or who needs a good model for planning the implementation of any complex enterprise application suite. It earns 5 stars from my point of view.
Related Subjects: Companies Publications Platforms Projects Research Groups Conferences
More Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182