InfoQ Homepage Architecture Content on InfoQ
-
Confusing unit-of-work with threads
Most server-side applications and many desktop applications contains data that is tied to a particular task that’s being executed. A common solution is to keep that kind of data in thread-local storage; to keep the data in variables bound to the executing thread. Convenient, but a practice based on a faulty assumption.
-
Gone in 160 seconds - cracking passwords with Rainbow Hash Cracking
The Microsoft password strength checker rates "Fgpyyih804423" as a strong password, but the multi-platform password cracking tool ophcrack was able to crack it in 160 seconds using a Rainbow Hash Table attack. Jeff Atwood takes a look at this attack technique, and offers suggestions for safe password storage.
-
Metastorm Aquires Proforma
Metastorm, the maker of the Metastorm BPM Suite, has acquired Proforma, an Enterprise Architecture/Process Modeling tool vendor. The acquisition makes Metastorm one of the few vendors able to offer BPM and EA Modeling together.
-
Presentation: Transaction Management Strategies in Mission Critical Applications
A core part of Spring's middle tier support is the transaction management support. This session presents several interesting "mission critical" cases and shows you how to properly handle them using transactions driven by Spring 2. You'll learn the ins-and-out of the "dark art" that is transaction management within a high-volume mission-critical JEE application.
-
Michael Stonebraker: Major RDBMSes are legacy technology
Michael Stonebraker, co-founder of the Ingres and Postgres relational database management systems (RDBMS) and CTO of Vertica Systems, laid the framework for a debate in the database community by declaring that most major databases should be considered legacy technology.
-
Brian Beckman and Erik Meijer of MSR on Tesla
The project code-named TESLA in Microsoft Research is being spearheaded by Brian Beckman and Erik Meijer. LINQ is the first released technology aimed at democratizing the Internet coming from Microsoft. From Monoids to LINQ, Brian and Erik provide insight into the future of the .NET Framework languages at Microsoft and how they plan to change the Cloud as we know it today.
-
Facebook learns from MySpace mistakes
Today there are 3845 applications on Facebook. Why are so many developers attracted to the Facebook platform? One of the answers is that Facebook learned from the mistakes that MySpace made.
-
Is SOA about the technology?
Nick Gall wrote a post claiming that discussion of SOA without also connecting it to technology is problematic. Nick bases his post on a post by Andrew McAfee that attacks the notion of "It's not about the technology" (INATT) Sure technology is important, but on the other hand... aren't business needs more important?
-
Making Agile Methods and Enterprise Architecture Play Nice
A report from the Cutter Consortium asks Are Agile Methods and Enterprise Architecture Compatible? and answers "Yes, with Effort." The authors recommended specific techniques to allow Agile Methods and Enterprise Architecture to be mutually beneficial. Moreover, their observations, analysis, and recommendations are directly applicable to the meshing of AM and SOA.
-
Building a Data Maturity Model for Data Governance
In a five part series, the Data Governance Blog gives an introduction to building a maturity model for data governance. As defined in the first of the five articles, a Data Maturity Model is "a rating system applied to a group of data (by element), such as enterprise, marketing, or in-scope data" and can be used to track the progress of your data governance program.
-
Internet Explorer increases cookie limit to 50
Internet Explorer will now support 50 cookies per domain, but the performance implications of large HTTP request sizes require caution on the part of web developers.
-
Why API design matters
API design affects all developers. Some APIs are a pleasure to work with, others are annoying and yet others are downright frustrating. But what's makes the difference? Which qualities make one API easy to use and another hard? The ACM Queue recently published an article by Michi Henning about API design; an article that analyzes these aspects.
-
Programming for Parrallelism: The Parallel Hierarchies Pattern
Multi-core processors offer new performance opportunities. Shekhar Borkar from Intel highlighted, however, that software development practices have to be retooled to leverage this potential. In this vein, Prof. Jorge L. Ortega-Arjona from the National Autonomous University of Mexico has recently introduced a new architectural pattern for parallel programming: Parallel Hierarchies pattern.
-
Microsoft Bound By GPLv3 According to the Free Software Foundation
When Novell first signed an agreement with Microsoft to establish a marketing alliance and resolve patent disputes regarding it's SUSE Linux distribution, a lot of people in the open source community berated Novell for the move. But now the FSF claims that the arrangement, which makes Microsoft a reseller of Novell's Linux stack, obligates Microsoft to comply with GPLv3.
-
Greener datacenters through Millicomputer clusters?
Adrian Cockcroft is defining a new type of enterprise computing platform where he addresses the problem of power consumption with the "Millicomputer" - a computer that requires less than 1 Watt. The idea is to build enterprise servers out of commodity components from the battery powered mobile space. 100 such Millicomputers can be clustered on a single 1U rack and consume less than 160W.