Blog Post RSS ?

Blogs » .NET » Stateful Web Services
 

Stateful Web Services

by miseldine

I’ve just been on a two day course at the National e-Science Institute in Edinburgh learning about OGSI and Microsoft.NET. Expect a fuller post soon, however, one of the nice features of OGSI is it enables you to deploy persistent state web services automatically (after some basic inheritance!).

Why do you need state? In a traditional web service, and object instance is created, invoked, and then destroyed once the request has been fulfilled. The next time your service is called, a new instance is created, and so on. In this way, web services are stateless: they do not hold on to any information about its variables and properties once they are destroyed.

You can hack together state management. You could serialize the web service and recall this when future requests are dished up. Not only is this hassle, but the process of producing transient services, which have lifetime management (i.e. can live for a set period), and assigning identifiers to manage different instances, so that each user can have their own stated service instance is difficult to achieve in a standardised, modular fashion.

MS.NET OGSI gives you this power, as well as providing an OGSI container implementation for .NET, compatible with the Globus Toolkit 3.0.

Click here to find out more regarding MS.NET OGSI, and stay tuned for some practical examples of how to create stateful grid services which leverage the usability of .NET.

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • Ping.fm
  • Twitthis

Related posts:

  1. 7 Value-Added Services Web Designers Can Offer Clients You can offer your clients more benefits by providing services...
  2. 7 Free Teleconference Services Looking for a free teleconference service? Alyssa provides a list...
  3. How To Upsell Additional Services To Clients Upselling is the process of selling add-on services to your...
  4. The Lowdown on Services and Products The following is republished from The SitePoint Tribune #424. Should...
  5. Yahoo Starts Scrapping Search Services Yahoo has scrapped two of its search engine-powered services. Was...

This post has 2 responses so far

Sponsored Links

SitePoint Marketplace

Buy and sell Websites, templates, domain names, hosting, graphics and more.

Follow SitePoint on...