2
votes
2answers
57 views
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 …
0
votes
2answers
25 views
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 …
0
votes
1answer
23 views
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 …
1
vote
1answer
21 views
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 …
1
vote
2answers
51 views
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 …
1
vote
1answer
43 views
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, …
0
votes
0answers
22 views
Wordpress tag cloud - rand doesn’t work
<?php wp_tag_cloud('smallest=12&largest=12&number=30&format=list&order=RAND'); ?>
...doesn't sort in random order in wordpress 2.8, is this a bug or am I doing something wrong?
…
1
vote
2answers
46 views
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 …
4
votes
15answers
607 views
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 …
0
votes
1answer
23 views
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 …
0
votes
2answers
41 views
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 …
82
votes
7answers
3k views
Best way to use Google’s hosted jQuery, but fall back to my hosted library on Google fail
What would be a good way to attempt to load the hosted jQuery at Google (or other Google hosted libs), but load my copy of jQuery if the Google attempt fails?
I'm not saying Google is flaky. There …
1
vote
1answer
30 views
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, …
1
vote
1answer
22 views
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?
0
votes
2answers
132 views
How to run .NET exe using cron job on cloud server
Has anyone run an exe using cron job?
I want to run an exe at scheduled intervals on a cloud server.
The scheduled exe is created using .NET.
The cloud server has facility of running Cron jobs using …
