|
Sponsored Links
Resources
.NET Research Library
Get .NET related white papers, case studies and webcasts
|
News
News
News
|
Messages: 3
Messages: 3
Messages: 3
Printer friendly
Printer friendly
Printer friendly
Post reply
Post reply
Post reply
XML
XML
XML
|
 |
New "grid" website goes live
One of the competing visions for enterprise application integration is the notion of "grid" technology, which as a term has about as precise a definition as "Service-Oriented architecture". Recently Oracle and Ziff-Davis launched a new website geared towards grid computing, and it's worth a look if only to understand what a "grid" is.
In many respects, "grid" is the Holy Grail of distributed systems, and the ultimate expression of clustered servers: "The Grid unites servers and storage into a single system that acts as a single computer - all your applications tap into all your computing power. Hardware resources are fully utilized and spikes in demand are met with ease.", according to the Website's Introduction. There's an intrinsic bias towards using Java for grid computing (understandable given Oracle's current technology focus on Java), but it raises the interesting question, are grids a useful concept, and if so, is there anything stopping a company from building a .NET grid? Particularly if, as IBM seems to believe, the grid should be built using Web service specifications?
Visit the Grid Computing Resource Center for more details and white papers.
|
|
Message #137515
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
New "grid" website goes live
the only problem I see is cultural. those who build grids and have several years of hardcore experiece prefer an open ecosystem. In the grid communities that i can see, likd globus, there doesn't seem to be a lot of love for Microsoft. Though I believe globus does provide a windows client.
|
|
Message #138005
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Grid Computer vs. Load Balanced Server Farm?
Is there a major difference between this? Is one easier/more cost effective to set up and maintain? Are there significant performance changes between grids and farms? Are they even comparable, or am I talking apples and oranges here?
|
|
Message #138104
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Grid Computer vs. Load Balanced Server Farm?
Is there a major difference between this? Is one easier/more cost effective to set up and maintain? Are there significant performance changes between grids and farms? Are they even comparable, or am I talking apples and oranges here? there are many diffinitions of grids and clusters, but there is an important difference. my own definition is this. A cluster of servers in a load balancing configuration is not a grid, because a grid makes a cluster of system appear as one system. this is an important distinction.
for example, a cluster of webservers behind a local director is not a grid. each webserver handles a single request at time and a single process is not distributed across multiple systems. A simple example of a grid would be something like distributed indexes like http://www.jxta.org/, the peer-to-peer network. The jxta network manages the distribution of search indexes to reduce the time to query and return results. by intelligently distributing indexes and queries, the network optimizes the routing of data. a farm of webservers typically do not work in this fashion. this is a fascinating topic and there are hundreds of articles. hopefully my bastardized explanation isn't too gross.
|
|
 |
| |
|
New content on TheServerSide.NETNew content on TheServerSide.NETNew content on TheServerSide.NET |
 |
 |
Language "mashups" will become more prominent, and developers will become polyglots, one programmer suggests.
SearchWinDevelopment.com offers an introduction to the language, performance, testing and data management improvements in VS 2008.
VBCode.com code snippets cover all aspects of application development, from data binding to security to the user interface.
Get up to date on XAML best practices with a variety of articles, tutorials and webcasts. [SearchWinDevelopment.com]
One team's experience with the VSTS DB edition suggests that it can improve workflow for dev teams. It also enhanced Agile efforts.
(June 24, Article)
Microsoft has begun to include DSL tools in the VSTS kit. A new book by Steve Cook and other VSTS team members helps set the stage.
(June 24, Article)
Cartoon: Be it ever so humble there is no place like your home after you get a Microsoft Home Server .
(June 18, Cartoon)
Microsoft's Thom Robbins says new technology to highlight in NET 3.5 includes AJAX, LINQ for both C# and VB, as well as tooling enhancements intended to ease the task of building WPF, WF and WCF apps.
(June 29, Podcast)
Venkat Subramaniam discusses AJAX bottlenecks, the tenets of Agile development and more. He spoke at the Ajax Experience.
(June 25, Tech Talk)
In the second of a two-part series, Michele Leroux Bustamente discusses design decisions related to the claims-based security model. Read the story and walk through the process for creating a set of claims-based utilities to encapsulate claims authorization at the service tier.
(May 24, Article)
Understanding why the Entity Framework exists and learning where it can fit into your projects can get you prepared for the eventual release early next year.
(May 10, Article)
Resource: This learning guide gives you quick access to useful links on Windows Communication Foundation security information.
(April 24, Article)
TSS.NET's Jack Vaughan spoke recently spoke with Microsoft's Brad Abrams to find out what he is seeing in the field and what the chefs in Redmond are cooking. Along the way he discusses patterns of AJAX frameworks.
(April 11, Article)
In a two-part series, Michele Leroux Bustamente explains how claims-based security is supported by WCF, and how you can implement a claims-based security model for your services.
(March 29, Article)
Windows Workflow Foundation is a new technology that many developers will need to get their heads around. In a brief excerpt adapted from Programming Windows Workflow Foundation: Practical WF Techniques and Examples using XAML and C#, K.Scott Allen considers aspects of workflow definition.
(March 22, Chapter Excerpt)
|
|