Distributed
More Pages: Distributed Page 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 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233

Used price: $39.50
Buy one from zShops for: $48.48

Licensing and auto-update, finally!
Destined to be a ClassicAt the end of the day, messaging technology is just another way to allow distributed code to interact. Blunden takes the time to compare and contrast messaging against other distributing computing techniques. The result is that the reader can understands the relative advantages and limitations of messaging, so that they can use the right tool for the right job.
At every turn, Blunden grounds his explanations using concrete examples, so that the reader has a solid frame of reference (I can appreciate the author's humorous 10-page implementation of a DCOM server, basically to demonstrate how awkward a distributed technology can be... it's no wonder DCOM faded away).
Cray meets Hunter S. ThompsonI particularly enjoyed the bits of storytelling that Blunden hides in between technical discussions. In one part, he talks about working at a company in the throes of Y2K conniptions: "Like a 15-year-old kid studying for an algebra test, the company that hired me had waited until the last minute to do its homework. In September of 1999, the CIO put down his copy of Fortune Magazine long enough to realize that something needed to be done. Angry customers might file lawsuits, which would ruin the CIO's plans for a weekend cottage in Bermuda."

List price: $65.00 (that's 9% off!)
Used price: $45.02
Buy one from zShops for: $43.85
Be aware: This is absolutely not a book solely about computers, with yet another explanation of Alice and Bob and how they exchange public keys in order to exchange messages in secret. Anderson explores, for example, the ingenious ways in which European truck drivers defeat their vehicles' speed-logging equipment. In another section, he shows how the end of the cold war brought on a decline in defenses against radio-frequency monitoring (radio frequencies can be used to determine, at a distance, what's going on in systems--bank teller machines, say), and how similar technology can be used to reverse-engineer the calculations that go on inside smart cards. In almost 600 pages of riveting detail, Anderson warns us not to be seduced by the latest defensive technologies, never to underestimate human ingenuity, and always use common sense in defending valuables. A terrific read for security professionals and general readers alike. --David Wall
Topics covered: How some people go about protecting valuable things (particularly, but not exclusively, information) and how other people go about getting it anyway. Mostly, this takes the form of essays (about, for example, how the U.S. Air Force keeps its nukes out of the wrong hands) and stories (one of which tells of an art thief who defeated the latest technology by hiding in a closet). Sections deal with technologies, policies, psychology, and legal matters.

Most incredible overview of security I have ever seen.The author is nothing short of brilliant. He covers a great variety of security issues, from smart cards, power monitoring, cryptography, passwords, access control, EMF emission monitoring [Tempest], biometrics, banking security, the history of all the previous topics, etc., etc., etc..
The other impressive qualities of this book are its clear and amusing writing style, excellent references, and tieing all this together in a fashion that provides a cohesive strategy for implementing truly secure systems.
While this book purports not to be for hackers, they will doubtlessly find this book of immense interest as well, as it covers information that I have not seen addressed in any other book that I have come across. You will learn more from reading this book than reading three years worth of 2600 Magazine.
All in all, great reading, intensely valuable information, and more fun than a barrel of monkeys.
Comprehensive, current, and stunningly goodRoss Anderson has a unique perspective to offer. He explains complex information, such as the inner working of cryptographic functions, with a clear and precise manner, while at the same time always relating the content to the real world. He possess a rare combination of expertise in theory and experience in practice.
This book covers everything from security of ATM machines, to secure printing; from multi-level security to information warfare; from hardware security to e-commerce; from legal issues to intellectual property protection; from biometrics to tamper resistance. In short, Anderson's book basically covers the entire field of computer security. It is also refreshing that the book is as deep as it is broad.
I will use this book to teach and also to learn. It is a good read cover to cover, and I imagine it will make a fine textbook for many classes on computer security. Every chapter ends with suggestions for interesting research problems and further reading.
As I was reading this book, I kept asking myself how one person could have produced such a comprehensive and complete book. It is indeed a treasure.
One of the most definitive security books ever!Ross Anderson writes on nearly every major security topic in great depth and with vast insight.

Used price: $5.49
Collectible price: $9.95
Buy one from zShops for: $9.99

If you program in Oracle PL/SQL.. this book is a MUST HAVE
THIS BOOK IS A MUST FOR ALL PL/SQL PROGRAMMERS
Excellent for beginnersIt is one of those very rare books that presents advanced concepts in a context understandable by users of all experience levels. The author often throws in tips about Oracle PL/SQL quirks to watch out for, as well as some very applicable information about how Oracle works internally.
I've since become more comfortable with PL/SQL, and the book also serves as a great reference. I highly encourage you to read this book straight through.
I recommend this well-written book to anybody wanting to learn PL/SQL, as well as anyone needing a great reference.

Used price: $27.89
Buy one from zShops for: $78.95
Negatively, this book covers only the outmoded ODBC 2.0 API, and the authors fail to say much about networked database applications, particularly as they apply to the Internet and intranets. (There's no coverage of three-layer database architecture, for instance.)
Taken as a whole, The ODBC Solution is appropriate if you're brand-new to ODBC; particularly if you need to work with a legacy system that employs ODBC 2.0.

Everything you need, in one handy packageThis book is laid out in the order statements are used, with the necessary create and destroy statements together. It starts with connecting to the database, moves to statement execution, and rounds out with retrieving your results. There are of course necessary chapters on creating tables and dealing with transactions.
Each ODBC API call is accompanied with a list of appropriate parameters, return values, and errors.
ODBC Database API's are used in layers:
To Setup: Allocate Environment, Allocate Connection, Connect, ...
To Shutdown, reverse everything: ... Disconnect, Deallocate Connection, Deallocate Environment.
The best book on writing ODBC applicationsThe calls are grouped in logical sequences, each call is thoroughly described, and then an example of a program that uses that call (and other calls) is given.
The writing is extremely clear. The presentation is excellent. The book is extremely well organized.
It does not assume any prior knowledge of ODBC though it assumes you know how to program C.
C is the only language used in the book. The use of ODBC in other languages such as Visual Basic is not discussed.
Though this book is old; I cannot recommend it too highly. I've used it before and I'll use it again.
About the best you can do outside of the classroom
Used price: $4.84
Buy one from zShops for: $5.82

Your the man SingIf you want to learn peer to peer computing, start with this book at page one and read all the way through...you will not be dissapointed.
It has everything, great on code...it will show you how to code JINI, philosophy, ideas, implementations etc...
Sing...when are you going to publish again??? You are great!
If you do, I hope its a topic that I need..
Thanks
- Adam
Lots of material and codeChapters on networking and RMI were very useful.
It helped me to understand Jini, though I got a lot of help reading other textbooks in parallell.
Issues on agent techonology were very interesting.
A complete, detailed, well-written bookHis writing is detailed, explaining how things are done and why they're done that way; after reading this book you will have an excellent understanding of Jini. For example, the detailed discussion and the several examples on UDP multicast and how it is used in the Discovery protocol was quite fascinating. I found the case study chapters, accounts of real-life applications of Jini and JavaSpaces, to be very interesting to read as well.
Overall, an inforative, highly readable book aimed at advanced developers.

List price: $49.99 (that's 30% off!)
Used price: $19.85
Buy one from zShops for: $25.66

Great book
ATTN: NwkAdmins, you NEED this book.This book is well written, clear and expansive. I didn't read it cover to cover (not at first anyway) I found pieces I needed, applied it, digested it, reviewed it and then went on to the next morsel I needed. If I missed something it was easy to find. By the way, it works with Win2K and WinXP neither of which is well documented by anyone anywhere.
I'm just glad they didn't charge me for what it was really worth! (most books I buy I quickly regret wasting the money unfortunately)
Priceless
List price: $44.95 (that's 7% off!)
Used price: $21.50
Buy one from zShops for: $29.50
This book focuses on several aspects of the new PowerBuilder. First it explains the advantages of Jaguar CTS for distributed computing. Sections on transaction processing and resource management (for database connections and object pooling) show why PowerBuilder components get a new lease on life for today's enterprise through Jaguar. Early chapters show off the strengths of Jaguar CTS (which Sybase is bringing to all major platforms, including Linux). There's coverage of common administrative tasks, such as installing components on the server.
Later sections are geared more toward the PowerBuilder programmer. The author provides a guide to creating Jaguar-compliant PowerBuilder objects that will run on the middle tier. Sections on database support show off how to use DataStore to retrieve records from databases on the server. There isn't much on creating HTML-based or Java interfaces here (though that is a possibility with PowerBuilder 7). Instead, the book looks at creating PowerBuilder clients that hook into Jaguar components on the server.
In all, Jaguar Development makes a good case that PowerBuilder is ready to take on enterprise computing. For any manager or programmer with legacy PB code, this book will certainly be a welcome release. It gives you what you need to know to design and run your PowerBuilder objects on the powerful Jaguar CTS middle-tier solution. --Richard Dragan
Topics covered: Enterprise computing overview, two-tiered and multitiered system architectures, Sybase Enterprise Application Server (EAS) and Jaguar Component Transaction Server (CTS) basics, CORBA, Jaguar CTS administration, Jaguar Manager, designing PowerBuilder 7 Jaguar components, connection caches, Jaguar component lifecycle, instance pooling, Jaguar database programming: Embedded SQL, DataWindows, DataStores, result sets, transactions, security, deploying Jaguar applications, and asynchronous processing in Jaguar.

Good - but outdated...
An exceptionally well formatted publication.
Best Book on the Subject (but got sacked after I read it)4 months later, the client decided to use Java, scrap PB development and sacked me without even a day's notice. Oh well. I still think Jaguar and the book and PB7 are tops! But the lesson learned is that Powerbuilder is on the way down and out!

Used price: $19.00
Buy one from zShops for: $19.95

A must buy for "Advanced" Developers!
This book is terrific!
Two Thumbs Up !!!
List price: $49.99 (that's 30% off!)
Used price: $9.99
Buy one from zShops for: $12.04

Not my cup of tea.The main selling point that it has is it includes information on later CORBA features (like Components and Objects by Value) that aren't in other books. If you REALLY want to understand what is going on, go with the Advanced Corba Programming with C++, though it is starting to show its age a bit.
Kudos to Mr Boltan for a brilliant Corba book!
Excellent!!!
Used price: $59.84
Buy one from zShops for: $59.77

A good, readable survey of PSO techniquesa) An overview of evolutionary programming techniques.
b) An exposition of the argument that intelligent behavior has a large social component in addition to a genetically determined component.
c) The presentation of an optimisation technique whereby a swarm of possible solutions fly through a problem space and base their search trajectories not only on personal experience but also on the experiences of the group. ie- There is a social component to the search of the problem space.
The presentation of (a) and (b) was quite good and readable. The presentation of (c) I found to be a little bit unclear. The algorithm is quite simple, and can be expressed succinctly, but I ended up having to go to secondary sources (web site and PSO C code) to understand exactly what they were doing. The title of the book seems to suggest the swarm develops an emergent property of intelligence. This is over-reach, and is probably not an interpretation that the authors would place on the PSO algorithm. The PSO algorithm is an interesting numeric optimisation technique, and it seems to be a more organic approach to developing neural network weights than techniques like back-propagation of errors.
Overall, a good book that I would recommend. Points off for not being clearer in explaining the algorithm details.
Mind is SocialPSO, itself, is deceptively simple. The heart of the algorithm can be written in a single line of code. Understanding the basis for its approach to intelligence isn't difficult, either. The authors begin their explanation using the old parable about the blind men and the elephant. You are most likely familiar with the story. In summary form, it is about a group of blind men standing around an elephant each declaring "what an elephant is like" based upon which part of the elephant they are touching -- and elephant is like: a wall (side); a tree trunk (leg); a hose (trunk); a fan (ear); and so on.
What is wrong with this story, the authors point out, is its implicit assumption that these blind men are also deaf. If not, as they each announced their impressions the individuals, as a group, would discover much more about what an elephant is. The significance here is easily missed. The capabilities of a group emerge from the individuals immersed in it. The group can do more (see more, discover more, experiment more) than the individuals from which it emerges and, by virtue of their immersion in it, the individuals benefit (and in turn, the group then benefits as it now emerges from these "benefited" individuals).
The authors view this emergent/immergent "cycle" as the driving force behind mind and intelligence. In contrast to the normal (phenomenological) view of mind as an internal, private "thing that thinks," the authors assert that mind is something requiring sociality. To put it bluntly (and the authors do), in the absence of social immersion there is no mind; mind is social. The majority of the book is focused on this: why it's true, how it's true and how it is implemented in the PSO algorithm.
It is easy to see how the book might have ended up a long philosophical argument. It isn't. Instead, the authors present a nicely written history of efforts to achieve "computational intelligence" (a much better phrase than the more familiar "artificial intelligence") including great summaries of evolutionary approaches, fuzzy logic, neural nets and artificial life. Along the way they point out recent advances in psychology and sociology. The net effect is that they don't need to argue their point. By the end of this part of the book the importance of sociality has become rather obvious. If you are interested in sociology, psychology, engineering and/or computer science you will enjoy this part of the book immensely, learn a lot and find a wealth of references to additional sources of information.
The second part of the book presents the PSO algorithm, compares its performance with other methodologies (in addition to being simpler to understand and implement, it's an order of magnitude faster when applied to certain problems -- training neural nets, for example), demonstrates how it is applied to some "real life" problems and discusses some implications of (and speculations about) the approach. As with the first part of the book, the presentation is clear, concise and informative. There is, though, indications here that the PSO approach is rather new (young). There isn't enough experience with PSO yet to give this part of the book the same feeling of depth one gets from the first part.
It's worth noting that the presentation (and description) of the PSO algorithm is done in mathematical terms. I would have much preferred a programming approach (using pseudo code) not because the math is too difficult (it's not) but because I haven't been "immersed in a mathematically minded social group" for many years. The almost exclusive use of Greek letters for symbols (variables) made reading difficult. Not only are they visually unfamiliar, I don't know their pronunciations (to illustrate the difficulty by way of analogy, consider the difference between reading "y equals b times x plus z" and "xgt equals kqj times yxf plus ktv"). I ended up rewriting the formulas in more familiar terms (using the text to figure out what the symbols represent when necessary) before I felt that I understood them.
Mentioning my problem with the math is not meant to criticize but to suggest that the book could have been made accessible to more people had it also contained a more readable (and retainable) form of the algorithm, perhaps in an appendix. A good analogy of the PSO approach (more detailed than the "blind men" story) would also have been helpful. The only real criticism I have of the book's content is a minor one. Being as it is focused on the social requirements for mind, it tends to overlook the degree of individuality required to make PSO work. The algorithm, itself, has variables which control the expression of individuality and without which it could not work (at least not well), but this flipside to the social nature of the algorithm is never discussed as such. PSO works well precisely because it maintains the rather chaotic balance between the effects of sociality and individuality. The book presents a rather one-sided view of this balance.
An aside for programmers: There is a companion site (of sorts) on the web for the book through which you can download Visual Basic and C source code of PSO implementations. There is also a Java applet which demonstrates PSO applied to a number of test functions but the source code for it is not available. There will also be an open source Java implementation as soon as I can make one available.
The best reference on PSO and Collective IntelligenceIt consists of two parts. In the first part, the main ideas behind Evolutionary Computation and social behavior are tangibly described. A brief review of the most known evolutionary computation algorithms is provided and social behavior modeling issues are reported to prepare the reader for the second part.
The second part is devoted to the Particle Swarm Optimization (PSO) algorithm and its applications. Both binary and real variants of PSO are considered and several theoretical aspects are investigated. The book closes reporting several applications and insightful conclusions.
Perhaps the best book on collective intelligence and PSO.
Traditionally, licensing and auto-update have been, in-house, proprietary secrets. Blunden brings them into the spotlight to show you how they work. I haven't seen a book that really looked at these features in any depth before.