cloud

Are there any big names running on the cloud?

Are there any big names running on the cloud? Especially on GAE and Amazon? ...

Alternatives to VMBed for rental of virtual XP machines?

VMBed.com allows you to rent Microsoft Windows machines by the hour and access them remotely using remote desktop (RDP) or VNC. This service is available for approx $1.20/hr and you must sign up for a minimum of $20/month subscription plan. What other on-demand, cloud-based desktops are available for rental, preferably without a subscr...

What are you doing in the cloud?

Everybody is talking about it and a talk on a conference yesterday really sparked my interest in actually moving stuff in our business to the cloud but I'm still barely scratching the surface of what is possible. My idea is creating an integrated project management tool that hooks up with our dev servers (Mosso/rackspace?), documents (G...

Building a community photography site, where can I store my photos online?

I am in the process of laying down the requirements for a photography community site. An important feature to investigate would be allowing more fotos/account than rival sites around my country's internet. What are the possibilities out there? Should I go for something like amazon S3, or is there anything that offers more image-related ...

XMind or MindMeister?

I'm considering buying the "Pro" version of one of these mind mapping applications to upgrade from FreeMind and store my mind maps on the cloud. Both of them support the file extensions of this latter. Do you use any of the above applications? Which are their relative strengths and weaknesses? XMind has been recently awarded as The Best...

How to design applications for cloud computing where multiple clouds may be involved

I just finished looking at this question: http://stackoverflow.com/questions/753122/which-cloud-computing-platform-should-i-choose But, I am not certain what I should do in designing an application for safety engineers, so a high uptime is important. So, if my application is written in ASP.NET, using SQL Server, it would seem that my b...

Cloud computing usage pattern. Can I have some port open within an app running in a cloud?

Hi! I'm developing a small web service which will partially rely on SMTP and FTP servers. I'm interested is it possible for me to create an app that will run within a cloud and still have some port open? I know I can forward request to a cloud after a request to port is made but is it possible to be handled by cloud from the beginning? ...

Will it ever be possible for developers to not have to worry about server configuration? Should we have to worry about this?

I'm currently looking at hosting solutions for my Ruby on Rails SaaS web application, and the biggest issue I see is that if I go with something like Amazon EC2, then I still need to configure my own server and install what I need (e.g. database, programming framework, application server, etc.). Each one of these is an opportunity for s...

How to find trending tags out of long search string

Hello, I would like to have a trending tags in my website according to searches users made. The problem I'm not seeing an simple solution for is how to easily extract the important terms out of a search string. For example, many users might search for "visual studio" with different purposes. For example, "visual studio 2010", "visual s...

Is it possible to create an IM chatting service on the cloud?

Is it possible to Google App Engine or Amazon EC2 to create a chatting tool that is (obviously) real-time? The motivation is avoiding setting up servers, and dealing with spikes in demand. Are there any open-source tools for this? With Amazon EC2 or others, is it possible to set up something that has push-notifications enabled (COMET...

cloud computing performance

will it be possible to scale cloud computing concept to millions of user across the world? will it degrade the performance ...

Any Full "Ruby Stack" AMI on EC2 ?

What is best available EC2 AMI that have satisfy following must have? Ruby Stack Pre Installed MySql Installed and configured with Ruby Monit Installed Nginx Secure SSH access Please let me know AMI you are recommending you have used or not? Amazon lacks proper review system for AMI unlike product/book previews. ...

Which web framework is the best for a private-cloud web application?

Our team is new to web application development. We have been developing windows/Linux based applications using Java. The team also has extensive experience with Perl. The new assignment is to develop an internal private-cloud web application. It is rather confusing looking at all the web application development frameworks: Ruby on Rail...

How to create a system with 1500 servers that deliver results instantaneously?

I want to create a system that delivers user interface response within 100ms, but which requires minutes of computation. Fortunately, I can divide it up into very small pieces, so that I could distribute this to a lot of servers, let's say 1500 servers. The query would be delivered to one of them, which then redistributes to 10-100 other...

Cloud Computing terminology

Is the CDN serivce a part of the Cloud Computing conception? ...

Add a Keyword Cloud in ASP.NET Page

Hi! I need to add a keyword cloud in my asp net web pages! Can anyone suggest me the best way to do it? I got a few working samples implemented using C# but I want to know if there are other possibilities to do that! Any good suggestion would be really appreciated! Thanks in advance :) ...

Silverlight filter/class for cloud generation?

Silverlight filter/class for cloud generation? Some HLSL or just C# class for generating clouds? ...

How can you load the Rails environment from CloudCrowd actions?

I'm writing an "action" for CloudCrowd which needs access to the Rails environment (for some ActiveRecord stuff) but the standard means of loading the environment is resulting in fishy errors. I tried each of the following at the top of my action .rb file: require(File.join(File.dirname(__FILE__), '../..', 'boot')) and require Fil...

what is meant by cloud computing? give some examples

what is meant by cloud computing? give some examples ...

Is it possible to upload to Cloudfront via Javascript preferably using Gears for uploading

Is it possible to upload to Amazon Cloudfront using Javascript preferably with the use of (Google) Gears for uploading chunks? I'm building a CMS for images and video data and want to integrate Cloudfront as a storage backend. To avoid first uploading to Google Appengine (which is where my system is hosted) and then from there upload th...