Skip to main content

Home/ Cloud Computing/ Group items tagged to

Rss Feed Group items tagged

digitalhydcsg

Cloud computing and security by Cloud Solutions - 0 views

  •  
    From Virtualisation to Cloud Based Environments
digitalhydcsg

Cloud computing providers in Australia - 0 views

  •  
    We cover all aspects of designing, building and managing traditional on-premise IT and cloud-based platforms, we work with organizations looking to optimize their on premise infrastructures or build and adopt private, hybrid or public clouds.
digitalhydcsg

Cloud computing enables businesses to discover their entrepreneurial spirit - 0 views

  •  
    While cloud services have levelled the playing field for SMEs, larger enterprises adopting the technology can also benefit, says Ian Stone
thesaky

Carbonite Cloud Services Coupon - 0 views

  •  
    Carbonite discount code is an online backup solution for PC's, tablet, smartphones. You can use carbonite coupons to save from your online storage plan and upload your important folders online. These files can be accessed from any device you want from anywhere in the world. If you accidentally delete a file you can download it from your Carbonite account.
stuartcrawford

Leading technology trends your accounting firm needs to stay on top this year - 0 views

  •  
    The key responsibilities of Canadian accounting firms for their clients about the latest technology trends. Explore the five technology trends that will refine your accounting services.
  •  
    The key responsibilities of Canadian accounting firms for their clients about the latest technology trends. Explore the five technology trends that will refine your accounting services.
Eric Swanstrom

Get Secured and Private networking with MPLS/WAN Services - 0 views

  •  
    MPLS/WAN will grant you the security, scalability and speed that you need to use when operating with Cloud Applications, VoIP/SIP, or any other Data intensive application. Fastblue Networks can deliver MPLS/WAN services over traditional technologies such as an Internet T1's, and DSL, or over newer Metro Ethernet and Fiber services. Our global network of partners will ensure that no location is out of reach.
anonymous

Best myths about hybrid cloud hosting you need to know - 1 views

  •  
    Check out the top 10 myths about hybrid cloud hosting . Hybrid Cloud is the combination of computing infrastructure offered by various data centers and cloud providers. This will help the enterprises with better clarity on hybrid cloud.
Olivia Grey

Is the Colocation Market Growing or Shrinking? - 1 views

  •  
    With the development of larger compute densities on smaller chips it's fair to ask whether the data center colocation market is growing or shrinking in demand for data center space. One driving technology behind the development of high density, small footprint data infrastructure environments is cloud computing.
Toshiro Shimura

第1回 そもそもGoogle Gearsって何?:ITpro - 0 views

  • 公式ページには,とても少ない説明の中にGoogle Gearsの特徴3点が紹介されています。対訳をつけてみます。 Store and serve application resources locally ローカルにアプリケーション・リソースとデータを保持して実行します Store data locally in a fully-searchable relational database ローカル・データは完全な検索機能を持つリレーショナル・データベースに保存されます Run asynchronous JavaScript to improve application responsiveness Javascriptは非同期に実行され,更新の必要に応じてアプリケーションと通信します  この解説は今までの説明で述べてきたものと変わりありません。特に詳説は必要ないでしょう。この三つの概念が以下のように,それぞれAPIグループとして実装されています。 ローカル・サーバー(LocalServer) データベース(Database) ワーカープール(WorkerPool)
  • アプリケーションがデータの入出力を必要とする場合,データはデータベースに格納されます。Google Gearsを導入した段階で,ローカルマシンの中にデータベースが作成されるわけです。このデータベースを操作するのが「Database」API群になります。データベースが導入されるといっても,MySQLやPostgreSQLのように巨大な物がインストールされるわけではありません。  このデータベースの実体は,SQLiteです。SQLiteはアプリケーションに組み込んで使用されるのを目的とした軽量なデータベース・エンジンです。データベース・サーバーにつきもののユーザーのような概念がなく,データの出し入れを主眼としてシンプルに設計されています。SQLiteは日本語2バイト文字も通ります。
  • 最後の「WorkerPool」は,インターネット上のコンテンツをローカルにキャッシュするコントロールを担当します。ローカル側サーバー機能という言い方もできそうです。Poolの名前の通り,まさに貯め込んでおくという感じです。言葉で説明することは難しいので,WorkerPoolについては後半のサンプルも眺めながら確認してください。  なお上記の三つのAPI群のほかにいくつかのAPI群があります。一つは「Factory」です。FactoryはGoogle GearsのコアとなるAPIで,LocalServer,Database,WorkerPoolのインスタンスを作成するのに使用されます。
  • ...2 more annotations...
  • 2007年8月末にGoogle Gearsはバージョンが0.2に上がり,「Timer」と「HttpRequest」が追加されました。Timerは文字通りタイマー管理をするAPI群です。一定間隔で処理を行いたい場合に使用します。タイマー機能そのものはJavaScript本体にもあります。Google GearsのTimer機能も書式はJavaScriptのタイマーと同じになっています。Google GearsのTimerはローカルにキャッシュしたコンテンツ(WorkerPool)に対しても,メインのHTMLに対しても利用可能だと説明されています。  「HttpRequest」は自身以外のコンテンツに対してHTTPヘッダ,あるいはデータを送信し結果を受信することができるAPI群です。機能と名前からも想像できるようにDOM/AjaxのサンプルとしてよくでてくるXMLHttpRequestのGoogle Gears版といえます。HttpRequestもTimer同様にベースになったXMLHttpRequestと書式,関数,プロパティがほぼ共通です。
  •  Google Gearsはオフラインで動作しなくてはならないため,サーバー側の処理には頼れません。そこで,処理動作をローカルのブラウザだけで完結できるようにするために,処理言語としてJava Scriptを使用します。Java ScriptはローカルのPC側に処理エンジンがあり,オフラインであっても動作します。  このシステム全体をGoogleはBSDライセンスとして公開すると宣言しました。私たちは「このシステムはGoogle Gearsを使っている。著作権はGoogleにある」と著作権明記さえすれば,自由に使用できます。業務か趣味かを問わず,Webアプリケーションを作成しているプログラマにとって,Google Gearsは何かしらの意識革命を引き起こしえる存在に感じられます。つまりGoogle Gearsはそれ自体がGoogleマップやYoutubeのように直接ユーザーに何か便利なサービスを与えるというサービスではなく,ユーザー向けにWebアプリケーションを作成しているプログラマに対しての技術サービスだというわけです。
Toshiro Shimura

グーグル、Google Docsで豊富なテンプレートを利用可能に :ニュース - CNET Japan - 0 views

  • Googleは米国時間7月17日、Google Docsで利用可能な複数のテンプレートを発表した。これらのテンプレートは、Googleのほか、テンプレート作成の経験のある多くの企業が作成した。現在テンプレートギャラリーには294種類のテンプレートが公開されており、ユーザーは閲覧、利用が可能になっている。  主なテンプレートとしては、ウェディングプランナー、名刺、カバーレター、適切に書式設定された脚本、請求書、ローンの返済スケジュール、Fantasy Basketballの獲得ポイント予測、結婚式の写真のアルバム、パーティーの招待状などが挙げられる。
Maluvia Haseltine

How to Keep the Cloud From Bursting in Litigation - 1 views

  •  
    Excellent & sobering article
Rich Hintz

Gluster.org Community Website | GlusterFS is a cluster file-system capable of scaling t... - 1 views

  •  
    open source scale-out NAS solution
helen troy

Get Rid of Computer Freezing - 1 views

I badly need computer help. I am a graphic artist and I always use my PC for my graphic design layouts and other major graphic work. But, that is so obvious, is it not? Anyway, my computer recently...

need computer help

started by helen troy on 12 Aug 11 no follow-up yet
Vincent Heuschling

Open Source Is Key to Cloud Computing: Yahoo! SVP | Search Journal - 0 views

  •  
    Exclusive Q&A with Shelton Shugar, SVP Cloud Computing, Yahoo! Ultimately, we believe that advancement in cloud computing technology will be driven by open source initiatives where large communities of engineers can collaborate and develop new code for the new applications and demands posed by the cloud model
Stian Danenbarger

Gellman: "Privacy in the Clouds: Risks to Privacy and Confidentiality from Cloud Comput... - 0 views

  •  
    This report discusses the issue of cloud computing and outlines its implications for the privacy of personal information as well as its implications for the confidentiality of business and governmental information. [...] The World Privacy Forum is a non-profit public interest research and consumer education group.
Alex MIkhalev

Running R on Amazon's EC2 « From Data to Decisions - 0 views

  •  
    Running R on Amazon's EC2
« First ‹ Previous 361 - 380 of 391 Next ›
Showing 20 items per page