Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
848 views

Comparision between Amazon web services (AWS) or Rackspace cloud servers?

There are two major offering of cloud computing environment by Amazon through AWS and by Rackspace through Rackspace cloud. I wanted to know more about What are cons/pros of one platform over other. ...
5
votes
1answer
372 views

cloud drive vs. cloud files (or should we not bother?)

The web application is in the process of moving from a standalone server to a pair of servers behind a load-balancer, and contains a 50GB directory of user-created data that is growing rapidly. On ...
4
votes
1answer
399 views

check if object exists in Cloud Files (PHP API)

I've just started working with the PHP API for Rackspace Cloud Files. So far so good-- but I am using it as sort of a poor man's memcache, storing key/value pairs of serialized data. My app attempts ...
4
votes
1answer
235 views

Does Rackspace Cloud Servers API “personality” field work?

I'm using the Ruby binding to the CloudServers API to spin up a cluster of machines. The API includes the ability to "inject" files into the filesystem of the newly created machine, using a field ...
3
votes
3answers
67 views

Input on decision: file hosting with amazon s3 or similar and php

I appreciate your comments to help me decide on the following. My requirements: I have a site hosted on a shared server and I'm going to provide content to my users. About 60 GB of content (about ...
3
votes
2answers
127 views

Speed up often used Django random query

I've got a query set up that puts 28 random records from a database into a JSON response. This page is hit often, every few seconds, but is currently too slow for my liking. In the JSON response I ...
3
votes
2answers
299 views

Django upload image - From a form to Rackspace/S3 with no manipulation

I simply want to upload an image (JPG) using a form, then send that image to Rackspace 'Cloud Files' or Amazon 'S3'. No manipulating the file. No saving to disk, everything to memory (am hosted on ...
3
votes
4answers
1k views

Rackspace Cloud Sites and ASP.NET 4

I am looking at signing up for the Cloud Sites service from Rackspace, but I looking for practical experience anyone has had with their ASP.NET 4 'beta' program. I plan to develop in MVC3 moving ...
2
votes
1answer
127 views

Backup SQL server to Rackspace Cloud Files

What is the best way to take daily or hourly backups from SQL and then have them automatically upload to Racksapce Cloud Files.
2
votes
2answers
138 views

How many nodes can be servered by a single EC2 elastic load balancer

I'm planning a web deployment that could require 50+ servers all being load balanced. RackSpace cloud only allows 25 nodes per load balancer, and you can't chain the load balancers. Amazon doesn't ...
2
votes
3answers
389 views

Automatically deploying assets to Rackspace CDN via git and updating references to those assets?

I'm looking for some help in designing a strategy to automate deployment of a web application's assets (images, css, js) to Rackspace's Cloud Files (CDN) service. I currently use git push to deploy ...
2
votes
0answers
472 views

Rails, Rackspace Cloud Files, Referrer ACL

I am using Rackspace Cloud Files as File Storage server for my application. The files that users upload must be authorized from within my application, then from a controller it would redirect to the ...
1
vote
3answers
111 views

How to turn on/off cloud instances during office hours

I've got my head around creating cloud instances in AWS, Azure and Rackspace. However, I need to turn my instances off at the end of the day and on in the morning as this will half my hosting cost ...
1
vote
0answers
37 views

How to do container switching with CarrierWave on Rails 3.1 with Rackspace Cloudfiles

So the issue I am running in to is that for every Group that I want to create I want to make a separate Rackspace Cloudfile Container, that way all the data is separate and when a group is removed, ...
1
vote
1answer
53 views

ColdFusion and Cloud Cluster Load balance sessions

So i'm trying to move my application to the cloud, specifically im using RackSpace and so far so good, got everything to point X and find that the load balancer doesn't offer stick sessions via https. ...
1
vote
1answer
147 views

Moving from Heroku to Rackspace Cloud Server: few questions [closed]

I'm considering migrating from Heroku to Rackspace Cloud Server, but I have few questions. First, did anyone of you moved from heroku to rcd and, in your opinion, did you do the right choice? what ...
1
vote
1answer
76 views

How to serve files stored in cloud

I am managing a web application that uses Rackspace Cloud Hosting to store user images and files. Currently, when serving user pages, the real links to the files in the cloud are used. Potentially a ...
1
vote
2answers
155 views

Queuing in Rackspace Cloud

I've been using EC2 for deployment all the time and now I wanna give Rackspace a try ,My application is have to be scalable, so I used RabbitMQ as the main queuing system . The actions on the ...
1
vote
2answers
260 views

Rackspace cloud files: how to size containers to optimize performance?

Rackspace cloud files uses a flat storage system using 'containers' to store files. According to Rackspace there is no limit to the number of files per container. My question is whether there is a ...
1
vote
2answers
246 views

Resize image directly from Rackspace Cloud Files 'object' without downloading?

I have moved my images to Rackspace Cloud Files and am using their PHP API. I am trying to do the following: Get an image from my "originals" container Resize it, sharpen it, etc. Save the resized ...
1
vote
1answer
232 views

Rackspace server and CakePHP webroot help

I am moving my cakephp website from my old server to rackspace. I can load my website fine but all the CSS and JS is broken. I'm not sure if it's a Cake setting I'm over looking or a Rackspace setting ...
1
vote
1answer
174 views

Rails send_file alternative with Rackspace Cloudfiles

I am trying to setup a download link for a file management system built on Rails 3 using the paperclip-cloudfiles gem. The send_file method works great when hosting files locally, but I need to use ...
1
vote
1answer
107 views

Take byte[] variable instead of direct local file path?

Rackspace Cloud files, the PutStorageItem method is declared to take a local file path, can i use a variable instead? API PutStorageItem(string ContainerName, string localFilePath); My method is ...
1
vote
0answers
81 views

Bandwidth rate limiting per customer for multi-tenant SaaS in a virtual server environment

What is the best practice for bandwidth rate limiting per customer for multi-tenant SaaS in a virtual server environment like the Rackspace CloudServers? Apache2 is currently our web server.
1
vote
0answers
155 views

Rails + Carrierwave + RS Cloudfiles, how can I use multiple containers for one app?

I am developing an app that utilizes two different uploaders. What I am trying to do is to assign each uploader to different cloudfiles containers. I seem to unable to find any documentation about ...
1
vote
1answer
512 views

Rackspace CDN TTL

I am using Rackspace ubuntu cloud servers and I'm also using Rackspace CDN images for my static web contents. Sometimes I'll have to update some images/css in the CDN and they will not be reflected ...
1
vote
1answer
273 views

Automatically Upload The File After Saving

I have a Rackspace Cloud Server, where I host my site, the problem is that I need to upload the code every time using a SFTP program, but isn't any way to automate this? PS: I use TextMate
1
vote
0answers
222 views

WCF Configuration Issues on Shared Hosting

I have a WCF Service that works fine locally, on a server and on Azure. However i am trying to deploy the same code to RackSpace Sites (Shared Hosting Environment is running .NET 4.0. IIS7 & ...
1
vote
1answer
248 views

how to connect to cassandra on a cloud server

I have been trying to connect to a cassandra database on a Rackspace cloud server with no success. Can anyone shed any light on the last paragraph of this comment from ...
1
vote
0answers
141 views

django django-imagekit django-cumulus random syntax errors

I have been using django-imagekit and django-cumulus now for a while in my app with Rackspace and I seem to be getting random errors, these do not occur on a regular basis, but more on an irregular ...
1
vote
1answer
175 views

Programatically scaling rackspacecloud servers up and down through API

I was speaking with Rackspace tech support today looking for a simple solution to scale my server up / down based on load and he said that it could be done through their API programatically. Has ...
1
vote
2answers
465 views

Rackspace Cloud rewrite jpg causes session reset

This may be the .NET version of this question. I have an image script with the following: ... Response.WriteFile(filename); Response.End(); I am rewriting .jpg files using the following rewrite ...
0
votes
0answers
71 views

Two Identical Tables, Two Identical SQL Queries, Two Completely Different Results

I was tasked with migrating an ancient (2007) supposedly ASP.NET site from a "private" server in the office of the people who own it onto my company's hosting account on rackspace. Everything went ...
0
votes
0answers
39 views

Why do I get a Ruby 1.9 segmentation fault on Rackspace?

I'm having a similar problem as "ruby 1.9 segmentation fault on exit." I followed the solution and updated libselinux with yum and have the following version installed: Package ...
0
votes
0answers
41 views

ASP.NET __VIEWSTATEFIELDCOUNT getting bad values

We have a bunch of websites running out of the same group of servers (same app, just differentiated by hostname, etc). I periodically get an exception with the following stack trace. Exception ...
0
votes
1answer
28 views

How to find out rackspace cloud server info (id,IP, etc) from within itself

How can I find info of Rackspace Cloud server from within itself? Amazon AWS has it and its documented here: ...
0
votes
3answers
99 views

Java web application really slow

I am using Rackspace as a hosting provider, using their Cloud server hosting, with 256mb plan. I am using Geronimo 2.2 to run my java application. The server starts up no problem, loads Geronimo ...
0
votes
1answer
46 views

Has anyone gotten SQL Compant 4 working on a Rackspace Cloud Site?

I've been trying to deploy a lightweight site on a Rackspace Cloud Site (not a Cloud Server) that uses SQL CE 4 to store simple contact-form submissions. I keep getting the Required permissions cannot ...
0
votes
1answer
23 views

Updating from a clone repo to the original repo on my server

I'm sure there's something very simple I'm doing wrong here, so I made these diagrams in the hope that someone can figure it out for me. Basically, I cannot get any new files from my cloned repo to ...
0
votes
2answers
60 views

cloudfiles API: uncaught exception with get_container when container doesn't exist

I'm using the rackspace cloudfiles API to upload files on the fly and the first thing it needs to do is check whether the container exists and if not, create it. So I write the following: ...
0
votes
0answers
64 views

Server Incremental Backups [closed]

What is a good reliable commercial grade software to do incremental backups on linux? Want to have snapshots stored on rackspace cloud files, amazon S3 or other cloud storage?
0
votes
0answers
128 views

Using fog for rackspace cloudfiles (EU) with paperclip

i'm stuck authenticating to the europe rackspace cloud with paperclip and fog. i also added this line to the credentials: :rackspace_auth_url => "lon.auth.api.rackspacecloud.com" but this doesnt ...
0
votes
1answer
114 views

.NET Web Service / API for BLOB/File Storage

I am looking for an API that performs functionality roughly analogous to Rackspace Cloud Files / OpenStack Swift, Microsoft Azure Blob Storage, or Amazon S3 that can be run on a Windows Server. I am ...
0
votes
0answers
61 views

GAE and Rackspace conflict

I use Google App Engine and now want to allow user upload to my site. Because I don't really like idea to store binary files in blobstore, I decide to use Rackspace CloudFiles for this. But I stuck ...
0
votes
1answer
123 views

RackSpace Relative path to css/stylesheet images

I m going to use Rack space cloud as CDN for Delivering Images and CSS/Stylesheets. The CSS files contains images as a relative path to the image location. My image folder contains sub folders like ...
0
votes
1answer
55 views

Issue uploading images/non text files to Rackspace Cloudfiles (MisMatchedChecksumException) via PHP API

I am having an issue uploading to Rackspace Cloudfiles. I am able to upload anything that is text based (text/html, text/plain etc) but anything else I try fails with the MisMatchedChecksumException ...
0
votes
1answer
180 views

Rackspace CloudFiles C# API: How to list files on root 'folder', and how to list (sub)folders within a 'folder'?

(1) I can list the files on a folder this way: var parameters = new Dictionary<GetListParameters, string>(); parameters.Add(GetListParameters.Path, "folder1/"); // get items from this ...
0
votes
1answer
56 views

Rackspace CloudFiles .NET library: delimiter query parameter?

Is the 'delimiter' query parameter implemented in the c# (.NET) library? I could not find it. Ref.: http://docs.rackspace.com/files/api/v1/cf-devguide/content/List_Objects-d1e1284.html
0
votes
2answers
71 views

Store files temporarily on server until a task is completed

I cant use sessions. So heres the scenario: I want the user to upload an image, but that image needs to be a particular size. So I allow them to upload any size image, store that temporarily on the ...
0
votes
1answer
337 views

nginx to cdn or node.js

I have a simple example running ngnix that proxies to my node.js app running on localhost:3001. Now I want to add some optimizations and the problem is I'm not sure I completely understand the way ...

1 2