active questions tagged cloud - Stack Overflow most recent 30 from stackoverflow.com 2009-12-22T13:30:33Z http://stackoverflow.com/feeds/tag/cloud http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1937670/where-to-host-web-hooks 0 Where to host web hooks? jbochi 2009-12-21T00:50:46Z 2009-12-21T09:57:03Z <p>I believe that <a href="http://wiki.webhooks.org/" rel="nofollow">web hooks</a> is a nice idea and it will really leverage the real time web, but nowadays if one wants to put a small application online, even with google-app-engine, there is a lot of things to do and set up besides coding until you can deploy it.</p> <p><a href="http://en.wikipedia.org/wiki/AppJet" rel="nofollow">AppJet</a> was shut down, but <a href="http://apps.jgate.de/" rel="nofollow">Jgate</a> still provides free server-side JavaScript hosting in the cloud.</p> <p>Is it really the "easiest way to get your ideas online" as its slogan says?</p> http://stackoverflow.com/questions/684030/windows-services-and-shutting-down-ec2-nodes 0 Windows Services and shutting down EC2 nodes Marc Bollinger 2009-03-26T00:04:29Z 2009-12-19T15:26:54Z <p>I've got a fairly simple Windows service running on testbed EC2 nodes right now that basically:</p> <ul> <li>Calls a Web Service on a machine in our local data center when the service starts (the service is set to Automatic startup, so it runs when the instance comes online).</li> <li>Calls another Web Service once a minute as a monitoring heartbeat.</li> <li>Calls a third Web Service when the service stops.</li> </ul> <p>We're using this in our Linux EC2 instances perfectly fine, and the Windows service works fine on startup, heartbeat, and manual stoppage.</p> <p>The problem is that when terminating the node via ElasticFox, Rightscale, etc. the service never seems to be stopped, or at least, it never makes the Web Service call. Any thoughts?</p> <p>[Note that this is copied verbatim from my post on the AWS developer forums, but that is super-low traffic compared to SO. Apologies!]</p> <p><strong>Edit</strong>: Regarding the point about the network going down, I'm also not the most well-versed in Windows services, if I set Netman as a service dependency, would the order of service termination be guaranteed to respect that?</p> <p>Regarding EBS, the model we've adopted for a similar system running on plain ol' Linux instances treats app servers as ephemeral, so EBS wouldn't benefit us that much. We use Rightscale on top of EC2, which makes hooking into Linux instances shutting down, so we just ship off the instance's logs elsewhere.</p> <p><strong>Edit #2</strong>: Well, I got a reply from the AWS staff much faster than I expected:</p> <blockquote> <p>For windows, terminating through API (which means through elasticfox ,rightscale etc.) is a hard shutdown due to some technical limitations. It means it is like turning off your machine with power button instead of shutdown.</p> </blockquote> <p><em>Interesting..</em></p> http://stackoverflow.com/questions/1905866/looking-for-force-coms-comparison-with-other-cloud-services-its-pricing-model 1 Looking for force.com's comparison with other cloud services & its pricing model Kabeer 2009-12-15T08:02:53Z 2009-12-15T18:22:38Z <p>Hello. Lately I've been looking at force.com which happens to be SalesForce.com's cloud initiative. However, what I am unable to draw is its comparison with Amazon &amp; Azure platforms. Force.com seems to be targeting Enterprises primarily, so I am not sure if as a small shop, I should be going that way. Mine is going to be a social networking portal. What attracted me to force.com is the 'chatter' platform. I am struggling to find information w.r.t. pricing of using this platform. Most of the pricing details are written in the format $xyz/user/month. Now that may go well for an enterprise but not for someone like me who is going for a social networking with unpredictable number of user. I get a feeling that I am missing something somewhere. Further, I don't see many review about the platform. Can someone throw some light on that as well?</p> http://stackoverflow.com/questions/1907629/what-books-on-windows-azure-and-development-for-cloud-architectures-would-you-rec 1 What books on Windows Azure and development for cloud architectures would you recommend? MichaƂ Drozdowicz 2009-12-15T13:54:22Z 2009-12-15T16:57:16Z <p>I'm looking for some literature on how to approach architecting and developing solutions for the cloud, especially on MS Azure. </p> <p>Can you recommend any books on these topics?</p> http://stackoverflow.com/questions/1907248/whats-capacity-planning 0 What's capacity planning? [closed] ponomy 2009-12-15T12:52:49Z 2009-12-15T12:56:17Z <p>what's capacity planning ? how is important for system admin ?</p> http://stackoverflow.com/questions/1881482/cloud-hosting-vs-managed-hosting 3 cloud hosting vs. managed hosting hkernel 2009-12-10T14:54:10Z 2009-12-15T03:41:21Z <p>Hi all, </p> <p>It seems the hype about cloud computing cannot be avoided, but the actual transition to that new platform is subject to many discussions...</p> <p>From a Theoretical viewpoint, the following can be said:</p> <p>Cloud:</p> <ul> <li>architectural change (you might not install anything you want)</li> <li>learning curve (because of the above)</li> <li>no failover (since failure is taken care of) </li> <li>granular cost (pay per Ghz or Gbyte)</li> <li>instantaneous scalability (not so instantaneous, but at least transparent?) ? lower latency</li> </ul> <p>Managed:</p> <ul> <li>failover (depends on provider)</li> <li>manual scalability (requires maintenance)</li> <li>static cost (you pay the package , whether you use it fully or not)</li> <li>lower cost (for entry- packages only)</li> <li>data ownership ( you do )</li> <li>liberty ( you do ) ? lower latency ( depends on provider)</li> </ul> <p>Assuming the above is correct or not; Nevertheless, a logical position is "it depends.." .. on the application itself. Now comes the hidden question: how would you profile your j2ee app to determine if it is a candidate to cloud or not; knowing that it is</p> <ul> <li>a quite big app in number of services/ functions (i.e.; servlets)</li> <li>relies on a complex database (ie. num. tables)</li> <li>doesn't need much media resources, mostly text based</li> </ul> http://stackoverflow.com/questions/1898924/how-we-build-private-cloud-computing-in-my-organization 0 How we build private cloud computing in my organization [closed] ponomy 2009-12-14T04:27:55Z 2009-12-14T05:58:55Z <p>I'm young admin in some organization, I would like to know how we prepare private cloud computing. Like what cloud computing consist of ?</p> <p>Regards</p> <p>Pond</p> http://stackoverflow.com/questions/1895189/saving-just-the-deltas-over-a-network-internet 0 saving just the deltas over a network/internet kjs3 2009-12-13T00:36:17Z 2009-12-13T00:54:28Z <p>Is there currently a filesystem agnostic way to have a file in two locations on a network, change one copy, and have just the changed bits (or more likely blocks) synced to the other copy?</p> <p>It would be awesome to have media files in the cloud, allow another service to read them and me to edit them with their web app, and then only have to save back the delta for time/efficiency.</p> <p>I'm sure people have done this with proprietary in-house methods (Dropbox claims to only need to sync changes rather than the whole file), but is there a more standardized way to do this? This strikes me as something that would be a VERY useful addition to WebDAV if it hasn't been done already.</p> <p>I'm pretty much thinking of ZFS/BTRFS style snapshots/backups but over http or some other web protocol that can handle latency and dropped packets.</p> http://stackoverflow.com/questions/1891839/i-am-on-rackspace-cloud-what-is-bandwidth-out-and-bandwidth-in 0 I am on Rackspace Cloud. What is Bandwidth Out and Bandwidth In? [closed] alex 2009-12-12T01:10:27Z 2009-12-12T01:17:41Z <p>Can someone give me very easy to understand examples? And how to calculate?</p> <p>Suppose someone views a page off of my web server. This page is 400kb. How much is the bandwidth in and out for me?</p> http://stackoverflow.com/questions/1885336/asp-net-web-forms-applications-on-azure-or-any-cloud-hosting 2 ASP.NET Web Forms Applications on Azure (or any cloud hosting) lobsterino 2009-12-11T01:45:54Z 2009-12-11T07:05:38Z <p>This is a pretty vague question but I'm struggling a bit to get my head around what is involved in cloud hosting. </p> <p>Say for instance if I had an asp.net web app using: - Webforms - linq to sql - an sql server database - Calling some external restful webservices</p> <p>What would need to be done to host it on a cloud service?</p> <p>Are there specific code changes that would be required and do these need to be considered in the initial design?</p> <p>Can sql server and linq to sql be used in this type of setup?</p> <p>What platform if any would be best suited?</p> http://stackoverflow.com/questions/1883718/looking-for-blogging-service-api 1 Looking for blogging 'service' API Kabeer 2009-12-10T20:18:14Z 2009-12-10T23:02:11Z <p>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 say, it should be adequately secure and should be scalable. Any pointers will be appreciated.</p> http://stackoverflow.com/questions/1879579/is-anyone-developing-in-the-cloud-yet-so-basically-using-rdp-to-acces-your-deve 2 Is anyone developing in the cloud yet? (So basically using rdp to acces your devenv) reinier 2009-12-10T08:49:50Z 2009-12-10T17:49:46Z <p>Hi,</p> <p>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.</p> <p>Benefits:</p> <ul> <li>Being able to log on from any computer and start developing</li> <li>Works even on the weakest of atom notebooks.</li> <li>Easy options like making snapshots and clones of your dev environment. (When trying out new visual studio releases for instance)</li> </ul> <p>Is anyone developing like this already? And if so, what are the practicalities of it?</p> <p>p.s. I know there is a similar question, but they were all related to editing inside a browser and/or SSH'ing and doing console work. I'm more looking for the full RDP experience where with fullscreen you don't even notice you're on a different computer (Apart from a bit of lag here and there)</p> http://stackoverflow.com/questions/1606763/xmind-or-mindmeister 1 XMind or MindMeister? Kensai 2009-10-22T12:06:08Z 2009-12-10T13:51:50Z <p>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.</p> <p>Do you use any of the above applications? Which are their relative strengths and weaknesses? <strong>XMind</strong> has been recently awarded as <a href="http://sourceforge.net/community/cca09/winners/" rel="nofollow">The Best Project for Academia</a> by SourceForge. <strong>MindMeister</strong> seems to have a nice <a href="http://www.mindmeister.com/iphone" rel="nofollow">iPhone app</a> client. I think both of them look promising but which is the most customizable from a developer's point of view?</p> <p>(please respond if you have experience with both these applications and know their differences)</p> http://stackoverflow.com/questions/1878547/sensitive-cloud-service 0 Sensitive Cloud service Mariano 2009-12-10T03:58:57Z 2009-12-10T03:58:57Z <p>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 for credit card systems that rule says basic things such as having a network with security, encrypt credit card numbers, etc.. follow these rules if I sell my software better that the software is PCI certified and therefore secure software.</p> <p>Then I repeat the question, there are some kind of standards, rules, procedures to be used for cloud services containing sensitive information?. Another example would be Windows Azure, which still rules them to keep the software as a service safely?.</p> <p>I've been looking at amazon and for example is a book called:</p> <p>Cloud Computing: Implementation, Management, and Security</p> <p>Someone has read it?.</p> <p>I really need a light on this.</p> <p>Many thank you very much.</p> http://stackoverflow.com/questions/1809064/many-users-many-cpus-no-delays-good-for-cloud 0 Many users, many cpus, no delays. Good for cloud? Eric 2009-11-27T14:23:22Z 2009-12-09T20:53:08Z <p>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?</p> <p>I ask specifically, in terms of: 1) pricing 2) latency resulting from: - slow CPUs, instance creations, JIT compiles, etc.. - internal management and communication of processes inside the cloud (e.g. a queuing process and a calculation process) - communication between cloud and end user 3) ease of deployment</p> <p>A usage scenario I am expecting is: - A typical user sends a query (XML of size around 1K) once every 30 seconds on average. - Each query requires a numerical computation of average time 0.2 sec and max time 1 sec on a 1 GHz Pentium. The computation requires no data other than the query itself and is performed by the same piece of code each time. - The delay a user experiences between sending a query and receiving a response should be on average no more than 2 seconds and in general no more than 5 seconds. - A background save to a DB of the response should occur (not time critical) - There can be up to 30000 simultaneous users - i.e., on average 1000 queries a second, each requiring an average 0.2 sec calculation, so that would necessitate around 200 CPUs.</p> <p>Currently I'm look at GAE Java (for quicker deployment and less IT hassle) and EC2 (Speed and price optimization) as options. Where can I learn more about the right way to set ups such a system? past threads, different blogs, books, etc.. BTW, if my terminology is wrong or confusing, please let me know.</p> <p>I'd greatly appreciate any help.</p> http://stackoverflow.com/questions/1859337/ubuntu-enterprise-cloud-vm-is-pending-and-then-terminating-why 0 Ubuntu Enterprise Cloud. VM is pending and then terminating. Why? Roberto Aloi 2009-12-07T11:06:21Z 2009-12-07T17:48:54Z <p>I'm trying to setup a private cloud. I followed the tutorial from:</p> <p><a href="https://help.ubuntu.com/community/UEC/CDInstall" rel="nofollow">https://help.ubuntu.com/community/UEC/CDInstall</a></p> <p>But I'm not able to run a new image. Every time I try to start an image, the VM goes into the <em>pending</em> state and after a while it moves into <em>shutting down</em> mode and finally it terminates.</p> <p>This behaviour is reported in the official doc for Eucalyptus, where it suggests to have a look to *httpd-nc_error_log* (the one for the node controller):</p> <p><a href="http://open.eucalyptus.com/wiki/EucalyptusTroubleshooting%5Fv1.5.2" rel="nofollow">http://open.eucalyptus.com/wiki/EucalyptusTroubleshooting%5Fv1.5.2</a></p> <p>I would really like to have a look to this file, but I can't, since nodes are managed by the controller and apparently I don't have ssh access to them (I tried to connect from the controller, but it prompts for a passphrase).</p> <p>In all other log files (in the controller), I didn't notice anything special.</p> <p>When I start a VM instance with the following:</p> <pre><code>euca-run-instances -k mykey emi-********** </code></pre> <p>The httpd-cc_error_log says:</p> <pre><code>&gt; RTNETLINK answers: File exists &gt; Internet Systems Consortium DHCP &gt; Server V3.1.2 [...] WARNING: Host &gt; declarations are global. They are not &gt; limited to the scope you declared them &gt; in. Wrote 0 deleted host decls to &gt; leases file. Wrote 0 new dynamic host &gt; decls to leases file. Wrote 0 leases &gt; to leases file. Listening on &gt; LPF/eth0/**:**:**:**:**:**/euca &gt; Sending on &gt; LPF/eth0/**:**:**:**:**:**/euca &gt; Sending on &gt; Socket/fallback/fallback-net Using &gt; intrapositioned negation (`--option ! &gt; this`) is deprecated in favor of &gt; extrapositioned (`! --option this`). &gt; Using intrapositioned negation &gt; (`--option ! this`) is deprecated in &gt; favor of extrapositioned (`! --option &gt; this`). </code></pre> <p>Any ideas? Any place where I should look?</p> http://stackoverflow.com/questions/1858750/worth-of-programmer-in-cloud-computing -2 Worth Of Programmer in Cloud Computing? [closed] Sarfraz Ahmed 2009-12-07T09:05:38Z 2009-12-07T09:20:09Z <p>Hello All,</p> <p>There is a lot of boom of cloud computing. As you might have heard that gurus at cloud computing will be there to deliver all sorts of solutions.</p> <p>My questions is that if there are gurus there, what will be the importance of less experienced/junior and senior programmers then? Will they be worth of what they do? Should they start thinking to switch to some other industry?</p> <p>This is very important question, i have seen worries of many middle level developers.</p> <p>Please share your ideas.</p> http://stackoverflow.com/questions/1268158/force-cloudfront-distribution-file-update 0 Force CloudFront distribution/file update Martin 2009-08-12T19:17:45Z 2009-12-06T02:00:06Z <p>I'm using Amazon's CloudFront to serve static files of my web apps. </p> <p>Is there no way to tell a cloudfront distribution that it needs to refresh it's file or point out a single file that should be refreshed? </p> <p>Amazon recommend that you version your files like logo_1.gif, logo_2.gif and so on as a workaround for this problem but that seems like a pretty stupid solution. Is there absolutely no other way?</p> http://stackoverflow.com/questions/1830120/developing-in-the-cloud 4 Developing in the cloud raytiley 2009-12-02T01:27:00Z 2009-12-05T08:35:04Z <p>I wondering if anyone has tried a pure cloud based development setup, and if so how?</p> <p>Background:</p> <p>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 will have access to internet cafes, but the likely hood of being allowed to download source code, let alone install any of my normal development tools is doubtful. I will however have access to a web browser.</p> <p>My initial thoughts through googling is getting a slice on <a href="http://www.slicehost.com" rel="nofollow">slicehost</a>. This way I would have a 'machine' complete with ajax console access.</p> <p>Then using something like <a href="http://labs.mozilla.com/projects/bespin/" rel="nofollow">Bespin</a> to act as a web based editor. </p> <p>Combined with some Capistrano recipies and my github account. I think it just might work for my RAILS and PHP projects. </p> <p>Anyone else tried something like this?</p> <p>Any thoughst / opinions would be greatly appreciated.</p> http://stackoverflow.com/questions/1508391/how-to-run-net-exe-using-cron-job-on-cloud-server 0 How to run .NET exe using cron job on cloud server Puneet 2009-10-02T08:49:09Z 2009-12-04T09:00:02Z <p>Has anyone run an exe using cron job?</p> <p>I want to run an exe at scheduled intervals on a cloud server. The scheduled exe is created using .NET.</p> <p>The cloud server has facility of running Cron jobs using ruby, php, perl, python and http I do not have much knowledge of what a cron job is.</p> <p>What would be the best way of scheduling the EXE? It is important that the adopted method is secure and not accessible to everyone.</p> <p>Many Thanks!</p> http://stackoverflow.com/questions/189817/any-good-distributed-agent-service-models-for-net 10 Any good distributed agent/service models for .NET? Ajaxx 2008-10-10T01:22:16Z 2009-12-04T04:38:02Z <p>I'm looking for tools that implement the distributed agent/service model ... I guess we could also call this grid or cloud computing, but I'm not sure the term is exactly analagous. A distributed agent model would be one where developers build agents that are dispatched to a framework and the framework executes the agent somewhere in the distributed environment.</p> <p>Specifically, I'm looking for a framework that support dynamic distribution across the grid/cloud, but replaces the transient agent with a more persistent service. The goal here is to minimize the amount of time and effort it requires to deploy a service into the grid/cloud container.</p> <p>FWIW, I think Digipede gets pretty close to this, but I'm interested in what else is out there. I'm under the impression that assembly distribution would have to be considered in order for the solution to be viable.</p> http://stackoverflow.com/questions/1835900/is-it-possible-to-host-sql-server-in-the-cloud-and-connect-an-asp-net-app-hosted 0 Is it possible to host SQL server in the cloud and connect an ASP.NET app hosted on DiscountASP? craigmoliver 2009-12-02T21:19:19Z 2009-12-02T21:56:26Z <p>Does anyone know if it's possible to host a SQL server in the cloud and connect an ASP.NET app hosted on DiscountASP? </p> <p>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 with cloud computing but I'm trying to wrap my head around it. It seems to be similar to standard hosting except for the metered billing and flexibility. If my idea is nuts and flawed, feel free to let me know, but be nice. ;-)</p> http://stackoverflow.com/questions/1830392/pnrp-how-does-it-work 0 PNRP - How does it work? schmoopy 2009-12-02T02:56:15Z 2009-12-02T03:32:17Z <p>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 address then handing back the peer endpoint info.</p> <p>Im a little confused still as to how addresses are found in the cloud when say there are only 2 peers located across the globe.</p> <p>... From what i understand there has to be a peer resolver to maintain a list of registrations (assuming a brand new node comes online) it then hands addresses of its closest neighbors to connect to. This can be a central server that I own if i choose to use an address the services/apps know about or the global cloud which i assume uses a peer resolver that microsoft operates.</p> <p>Thanks</p> http://stackoverflow.com/questions/1823013/having-issue-with-azure-cloud-service-web-role-that-points-to-sql-azure 1 Having Issue with Azure Cloud Service Web Role that points to SQL Azure Pheroth 2009-11-30T22:58:41Z 2009-12-01T01:16:00Z <p>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). When I point to my normal SQL Server 2008 DB the page works fine.</p> <p>On the development server and Azure development server using Visual Studio, I don't have any problems with the page when pointing to SQL Azure.</p> <p>Anyone have any idea whats going on?</p> http://stackoverflow.com/questions/1792472/pure-javascript-app-amazon-s3 1 Pure Javascript app + Amazon S3 ? unknown (google) 2009-11-24T19:46:05Z 2009-11-30T23:37:43Z <p>I'm looking to confirm or refute the following:</p> <p>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.</p> <p>The issue I see is the Authorization header required for every Ajax call that would force me to put the signature (and my AWS id) right there in the page source for everybody to see.</p> <p>Is that correct or I misunderstood the docs?</p> <p>Are there workarounds?</p> http://stackoverflow.com/questions/1812553/wordpress-tag-cloud-rand-doesnt-work 0 Wordpress tag cloud - rand doesn't work Nimbuz 2009-11-28T13:48:21Z 2009-11-28T13:48:21Z <pre><code>&lt;?php wp_tag_cloud('smallest=12&amp;largest=12&amp;number=30&amp;format=list&amp;order=RAND'); ?&gt; </code></pre> <p>...doesn't sort in random order in wordpress 2.8, is this a bug or am I doing something wrong?</p> http://stackoverflow.com/questions/639545/is-there-a-business-proven-cloud-store-keyvalue-database-open-source 23 Is there a business proven cloud store / Key=>Value Database? (Open Source) Martin K. 2009-03-12T17:01:57Z 2009-11-28T12:05:53Z <p>I have been looking for cloud computing / storage solutions for a long time (inspired by the Google Bigtable). But I can't find a easy-to-use, business-ready solution. </p> <p>I'm searching a simple, fault tolerant, distributed Key=>Value DB like SimpleDB from Amazon.</p> <p>I've seen things like:</p> <ol> <li><a href="http://couchdb.apache.org/index.html" rel="nofollow">The CouchDB Project</a> : Simple and distributed, fault-tolerant Database. But it understands only JSON. No XML connectors etc.</li> <li><a href="http://eucalyptus.cs.ucsb.edu/" rel="nofollow">Eucalyptus</a> : Nice Amazon EC2 interfaces. Open Standards &amp; XML. But less distributed and less fault-tolerant? There are also a lot of open tickets with XEN/VMWare issues. </li> <li><a href="http://kosmosfs.sourceforge.net/index.html" rel="nofollow">Cloudstore / Kosmosfs</a> : Nice distributed, fault tolerant fs. But it's hard to configure. Are there any java connectors? </li> <li><a href="http://hadoop.apache.org/" rel="nofollow">Apache Hadoop</a> : Nice system which much more then abilities to store data. Uses its own Hadoop Distributed File System and has been testet on clusters with 2000 nodes.</li> <li>*<a href="http://aws.amazon.com/simpledb/" rel="nofollow">Amazon SimpleDB</a> : Can't find an open-source alternative! It's a nice but expensive system for huge amounts of data. And you're addicted to Amazon.</li> </ol> <p>Are there other, better solutions out there? Which one is the best to choose? Which one offers the smallest amount of SOF(Singe Point of Failure)?</p> http://stackoverflow.com/questions/1811638/cloud-data-storage-reporting 0 Cloud data storage reporting Ajit Singh 2009-11-28T05:08:02Z 2009-11-28T05:08:02Z <p>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.</p> http://stackoverflow.com/questions/1781034/live-meeting-shared-view-like-real-time-screen-sharing-service-on-top-of-azure 0 Live meeting/Shared view like real time screen sharing service on top of Azure? amazedsaint 2009-11-23T04:00:07Z 2009-11-25T20:01:10Z <p>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.</p> <p>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 a custom protocol on top of TCP/IP. </p> <p>I think Azure supports TCP/IP only for the web role as of now, on port 80 and 443? Please share your thoughts.</p> http://stackoverflow.com/questions/1283698/what-are-the-challenges-in-porting-your-existing-applications-to-microsoft-azure 10 What are the challenges in porting your existing applications to Microsoft Azure? amazedsaint 2009-08-16T07:39:33Z 2009-11-24T13:28:47Z <p>What are the challenges in porting your existing applications to Azure? </p> <p>Here are few points I'm already aware about.</p> <p>1) No Support for Session Affinity (Azure is Stateless) - I'm aware that Azure load balancing doesn't support Session Affinity - hence if the existing web application should be changed if it has session affinity. </p> <p>2) Interfacing with COM - Presently I think there is no support for deploying COM components to the cloud to interface with them - if my current applications need to access some legacy components.</p> <p>3) Interfacing with other systems from the cloud using non-http protocols</p> <p>Other than the above mentioned points, what are other significant limitations/considerations that you are aware off?</p> <p>Also, how these pain points are addressed in the latest release?</p>