Aggregating IaaS Service

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Aggregating IaaS Service
# 1  
Old 02-23-2011
Aggregating IaaS Service

HPL-2011-22 Aggregating IaaS Service - Lee, Bu Sung; Yan, Shixing; Ma, Ding; Zhao, Guopeng
Keyword(s): Cloud computing, service management, IaaS
Abstract: Infrastructure-as-a-Service (IaaS) is the most acceptable Cloud Computing delivery model that CIO and IT managers are exploring as they relook at their IT infrastructure. However, the adoption of IaaS faces challenge/concerns such as provider lock-in, reliability, and regulatory compliance for data ...
Full Report

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Run one service after another service has finished - systemd

Hi all I would like to know how to run task2.service after task1.service has finished. task1.service has a timer (task1.timer), that makes it run every 5 minutes OnCalendar=*:0/5task2.service is basically a script, that has to work on the files created after task1 has finished. This is what I... (2 Replies)
Discussion started by: guilliber
2 Replies

2. Solaris

Service

Hi, We are using solaris 10. One of the service was not allowed to start due to security check and violation. Do you know what is the service is doing and what does the impact if it is disabled. thanks, Name of service: /application/management/hwmgmtd (2 Replies)
Discussion started by: xitrum
2 Replies

3. HP-UX

Background service!

Hi I'm wondering, Is there a way to run an application as a background service on HP-UNIX? I'm a complete noobie! Basically I got an application that runs as an NT service on windows. This application is cross-platform and I am wondering if I could run it as some background service on HP-unix... (2 Replies)
Discussion started by: jun27
2 Replies
Login or Register to Ask a Question
Net::OpenID::Yadis::Service(3pm)			User Contributed Perl Documentation			  Net::OpenID::Yadis::Service(3pm)

NAME
Net::OpenID::Yadis::Service - Class representing an XRDS Service element VERSION
version 1.14 SYNOPSIS
use Net::OpenID::Yadis; my $disc = Net::OpenID::Yadis->new(); my @xrd = $disc->discover("http://id.example.com/") or Carp::croak($disc->err); foreach my $srv (@xrd) { # Loop for Each Service in Yadis Resourse Descriptor print $srv->priority; # Service priority (sorted) print $srv->Type; # Identifier of some version of some service (scalar, array or array ref) print $srv->URI; # URI that resolves to a resource providing the service (scalar, array or array ref) print $srv->extra_field("Delegate","http://openid.net/xmlns/1.0"); # Extra field of some service } DESCRIPTION
After Net::OpenID::Yadis performs discovery, the result is a list of instances of this class. METHODS
$srv->priority The priority value for the service. $srv->Type The URI representing the kind of service provided at the endpoint for this record. $srv->URI The URI of the service endpoint. $srv->extra_field( $fieldname , $namespace ) Fetch the value of extension fields not provided directly by this class. If $namespace is not specified, the default is the namespace whose name is the empty string. COPYRIGHT, WARRANTY, AUTHOR See Net::OpenID::Yadis for author, copyright and licensing information. SEE ALSO
Net::OpenID::Yadis Yadis website: <http://yadis.org/> perl v5.12.4 2011-11-11 Net::OpenID::Yadis::Service(3pm)