cloud

How to move SQL Server 2008 to the cloud?

I have a large (~40gb) SQL Server 2008 database that I would like to move to the cloud. The database uses a lot of SQL Server 2008 specific (and non-specific) features (SQLCLR, xml, indexes, partitions, etc). Thus, my preference would be to use the exact database, but in the cloud. What are my options? The new SQL Azure only allows smal...

Is it possible to setup a VPN on Heroku?

Is it possible to setup a VPN using openVPN on heroku to keep a staging environment private? If so, anyone have a writeup or links? ...

Storing files on the Cloud or the FileSystem?

Simple question, doesn't seem to have been directly asked yet. What are the benefits to storing files (images/videos/documents/etc) on Amazon S3-and-related vs. on the File System your app is deployed on? It seems that the general consensus is to store files on the File System over the Database (here and here), but where does the Cloud...

(*nix) Cloud/Cluster solutions for bulding fast & scalable web-services

I'm going to build a high-performance web service. It should use a database (or any other storage system), some processing language (either scripting or not), and a web-server daemon. The system should be distributed to a large amount of servers so the service runs fast and reliable. It should replicate data to achieve reliability and a...

Live meeting/Shared view like real time screen sharing service on top of Azure?

What might be the considerations for building a real time screen sharing service (some where close to shared view or live meeting) on top of Windows Azure? Please share your thoughts. For this, it is obvious that we've to create a custom TCP/IP server - to which clients can connect to and exchange (publish/retrieve) data real time, over...

Some basic Azure Questions.

I'm currently in the process of building our ASP.NET C# 3.5 Web site and I have been looking at Azure as our possible hosting environment and I had a couple of questions that I couldn't really find answers for on their website. I would appreciate if someone could help me get these figured out. 1) If I setup a single cloud server with my...

Pure Javascript app + Amazon S3 ?

I'm looking to confirm or refute the following: For what I have read so far it is not possible to write a web application with only javascript -- no server side logic -- served from Amazon S3 that also store data only to S3 if you need to have multiple clients with private data per client. The issue I see is the Authorization header re...

Many users, many cpus, no delays. Good for cloud?

I wish to set up a CPU-intensive time-important query service for users on the internet. A usage scenario is described below. Is cloud computing the right way to go for such an implementation? If so, what cloud vendor(s) cater to this type of application? I ask specifically, in terms of: 1) pricing 2) latency resulting from: - slow ...

Cloud data storage reporting

Most of the reporting tools are designed to work on Relational data using SQL queries. With upcoming cloud data storage options that stores data in an non-relational format, what are the current reporting options. The answer would be helpful by providing the common cloud data storage and the corresponding reporting tools. Thanks. ...

Having Issue with Azure Cloud Service Web Role that points to SQL Azure

I'm having a weird problem with my web application when it is hosted on Azure. Basically the issue is that I have one page that goes to the database and when my application's connection string points to my SQL Azure DB, I get a blank response for that particular page (By blank I mean when you view source you see absolutely nothing). Wh...

Developing in the cloud

I wondering if anyone has tried a pure cloud based development setup, and if so how? Background: I'm going traveling for about six weeks in Costa Rica, my wife has already forbidden the laptop. I'm worried about being able to provide support to some of the projects I currently have going. While I won't have access to my laptop, I wil...

What is cloud computing?

Possible Duplicate: What is Cloud computing? I read the Wikipedia article on it and am still confused. I know there is a great deal of hype these days surrounding 'Cloud Computing', but what is it exactly? From a programmer's prespective: If I am creating a web service that process all my business rules and data storage ...

PNRP - How does it work?

Sorry if this seems like a stupid question but im actually having a hard time finding a straight answer. I know PNRP is MS's technology for implementing peer-to-peer but how does it actually work - i mean im assuming when you register your address in the global cloud that it is actually contacting a Microsoft server to find a peer addre...

Is it possible to host SQL server in the cloud and connect an ASP.NET app hosted on DiscountASP?

Does anyone know if it's possible to host a SQL server in the cloud and connect an ASP.NET app hosted on DiscountASP? I'd like to consolidate my SQL Server instances but keep the web app hosting where it's at. There are various reasons for I want to do this and I don't particularly want to get into it. I don't have any experience wit...

What do we mean by 'Variability in Web Services'?

In the era of SOA and Cloud Computing, we often hear the term "Variability in Web Services". I think it means how an implemented web service can be modified to the new requirements of user or geography. Still what would be a good definition of this? ...

Ubuntu Enterprise Cloud. VM is pending and then terminating. Why?

I'm trying to setup a private cloud. I followed the tutorial from: https://help.ubuntu.com/community/UEC/CDInstall But I'm not able to run a new image. Every time I try to start an image, the VM goes into the pending state and after a while it moves into shutting down mode and finally it terminates. This behaviour is reported in the o...

Sensitive Cloud service

Hello everyone!. I am developing a website which then will be used as a service that I provide, a site like CRM and the people entering register and pay a monthly rent for the site will contain sensitive information of people who use it. There are rules or standards to follow for these kinds of sites? To give an example the PCI standards...

Is anyone developing in the cloud yet? (So basically using rdp to acces your devenv)

Hi, I was reading up on Amazon's ec2. And I think that apart from the usual uses: hosting stuff, servers, etc, it could also be used for hosting your development environment. Benefits: Being able to log on from any computer and start developing Works even on the weakest of atom notebooks. Easy options like making snapshots and clones...

cloud hosting vs. managed hosting

Hi all, It seems the hype about cloud computing cannot be avoided, but the actual transition to that new platform is subject to many discussions... From a Theoretical viewpoint, the following can be said: Cloud: architectural change (you might not install anything you want) learning curve (because of the above) ...

Looking for blogging 'service' API

Hello. In my quest to build a site that has blogging capabilities, I am searching a blogging service. Please note that I am not interested in installing something like wordpress in-premise. I am looking for a service which will provide me with APIs to read and write blogs and be responsible for persistence and performance. Needless to sa...