News

Digipede Network 2.0 Targets Multi-Threaded Apps

Digipede Network 2.0 includes new debugger, focuses on multi-threading.

Digipede Technologies LLC has released the 2.0 version of its Digipede Network application grid, with key features including finer-grained control for coding multi-threaded applications and a new debugger that plugs into Visual Studio 2005.

Digipede Network 2.0 works as follows: Users install Digipede Agents on network machines, which pull together information about the hardware and determine how best to apportion work to it. The administrative component is called Digipede Control and is used to monitor the system's resources and ongoing jobs, as well as to configure user information and agents. There's also a toolset named Digipede Workbench, which employs a wizard-based interface for handling distribution jobs.

The key tool for developers is the Digipede Framework SDK, which plugs into Visual Studio and can be used to either grid-enable existing apps or to develop parallel programs.

Digipede Network 2.0 can be used with other platforms, but .NET developers get some advantages, according to company CEO John Powers. "You can stay in .NET and serialize your .NET objects all around the grid and get the results back without changing your plumbing," he explains.

451 Group analyst William Fellows pinpointed this close alignment with .NET in a report issued Sept. 20: "The technology driver for Digipede and key to its success is the use of Visual Studio by its target audiences: it can distribute .NET and COM codes and enable single-threaded applications to run on multicore systems," he wrote.

Still Easy to Use
Powers says the Digipede SDK has gained capabilities but remains easy to use. "What we've tried to do is preserve the same development experience and just give some more control over how you handle multicore chips," he says.

Version 2.0 "wrings some more performance out of each compute node and allows some folks who are good at developing single-thread apps, but who don't know much about multicore, to take advantage without re-engineering their applications," he adds.

The 2.0 release also features performance improvements resulting in lower latency, according to the company.

Different Targets
Powers says Digipede, a Microsoft Gold Certified Partner, differs from its competitors in the grid space, such as Appistry Inc., in terms of their relative targets. "We stress compute-intensive applications, where they stress more of a data-grid type of application," he says.

One component not present in Digipede is data caching around the network, an approach used by GigaSpaces Technologies Inc. Powers says Digipede partners with companies like ScaleOut Software Inc., which offers a distributed-caching application.

Digipede Network Professional Edition starts at $4,000 per year, which includes the Digipede Server and five agent licenses.

About the Author

Chris Kanaracus is the news editor for Redmond Developer News.

comments powered by Disqus

Featured

  • Hands On: New VS Code Insiders Build Creates Web Page from Image in Seconds

    New Vision support with GitHub Copilot in the latest Visual Studio Code Insiders build takes a user-supplied mockup image and creates a web page from it in seconds, handling all the HTML and CSS.

  • Naive Bayes Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the naive Bayes regression technique, where the goal is to predict a single numeric value. Compared to other machine learning regression techniques, naive Bayes regression is usually less accurate, but is simple, easy to implement and customize, works on both large and small datasets, is highly interpretable, and doesn't require tuning any hyperparameters.

  • VS Code Copilot Previews New GPT-4o AI Code Completion Model

    The 4o upgrade includes additional training on more than 275,000 high-quality public repositories in over 30 popular programming languages, said Microsoft-owned GitHub, which created the original "AI pair programmer" years ago.

  • Microsoft's Rust Embrace Continues with Azure SDK Beta

    "Rust's strong type system and ownership model help prevent common programming errors such as null pointer dereferencing and buffer overflows, leading to more secure and stable code."

  • Xcode IDE from Microsoft Archrival Apple Gets Copilot AI

    Just after expanding the reach of its Copilot AI coding assistant to the open-source Eclipse IDE, Microsoft showcased how it's going even further, providing details about a preview version for the Xcode IDE from archrival Apple.

Subscribe on YouTube

Upcoming Training Events