Questions tagged [mosso]

Mosso(The Rackspace Cloud) is a web application hosting/cloud platform provider ("Cloud Sites") that bills on a utility computing basis.

It has since branched out into cloud storage ("Cloud Files"). It was one of the first commercial cloud computing services.
The Rackspace Cloud was originally launched as Mosso LLC on March 4, 2006, a wholly owned subsidiary startup billed as a utility computing offering. As it pre-dated mainstream adoption of cloud computing it was "retooled" and relaunched on February 19, 2008, adopting the tagline "Mosso: The Hosting Cloud". The "Mosso" branding (including the mosso.com domain) was then dropped on June 17, 2009 in favour of "The Rackspace Cloud" branding (including the rackspacecloud.com domain). Since then, customer contracts have been executed with Rackspace US, Inc. d/b/a The Rackspace Cloud rather than with the Mosso LLC subsidiary.
Other companies (such as EMC with its "Decho" subsidiary) also use alternative branding for their cloud computing offerings.
In 2011, the "Rackspace Cloud" brand merged with Rackspace.com.

17 questions
7
votes
1 answer

Using a CDN to store/serve user image uploads?

I'm still new to the whole CDN ideaology, so this might be a stupid question but I'm sure someone can shed some light on this. I've got a basic php script that takes user image uploads, resizes them, creates a directory ($user_id), and stores the…
Adamjstevenson
  • 435
  • 6
  • 18
7
votes
2 answers

Is cloud hosting the way to go for a 1 man development team?

I am building a .NET MVC web application. Is cloud hosting the way to go for a 1 man show? Since StackOverflow runs off a simple 2-node setup, and can easily be doing 1 million page views/day, does cloud hosting even make sense until one gets to…
Blankman
  • 259,732
  • 324
  • 769
  • 1,199
6
votes
1 answer

Can iTextSharp rasterize/export to JPEG or other image format?

I need to be able to export PDF's that I am creating to JPEG, so that users can have a screenshot/thumbnail of the end product, which is faster than opening the whole PDF. I am running this on an ASP.NET website running in Medium Trust in the…
John B
  • 20,062
  • 35
  • 120
  • 170
4
votes
2 answers

Anyone actually using Mosso Files (Amazon S3 competitor)?

We have a bunch of data on S3 (images) but just started reading about Mosso Files (rackspace). Sometime this month they are going to add CDN capabilities so any file you upload is part of the limelight CDN. Anyone using this service, it's not as…
Kyle West
  • 8,934
  • 13
  • 65
  • 97
3
votes
6 answers

mosso versus gogrid which is better?

I have reasonable experience to manage my own server, so gogrid style management is not a problem. But seems mosso is a tag cheaper somewhat- except the very difficult to access compute cycles terms. Anyone could share about this would be very…
William Yeung
  • 10,368
  • 9
  • 36
  • 42
2
votes
2 answers

Can I set headers to download a file from a remote location, eg CloudFiles

For example, if I set some headers to download a file from my server I would do header('Content-type: application/pdf'); header('Content-Disposition: attachment; filename="downloaded.pdf"'); And then just output the data of the file Is it possible…
Trajedy
2
votes
0 answers

Microsoft Reporting DLLs in medium trust environment

My host Rackspace Cloud Sites have a modified Medium Trust environment. One of our legacy applications which we are moving onto the server uses the following…
Linda
  • 2,227
  • 5
  • 30
  • 40
2
votes
2 answers

Which .NET and PHP CMSs are able to run on Rackspace Cloud CloudSites (formerly Mosso)?

I have scoured the internet to find which CMS's run on CloudSites and the only definitive information I have found is on RackspaceClouds knowledge base http://help.rackspacecloud.com/article.php?id=383 Only BlogEngine, DotNetNuke &…
willbt
  • 1,875
  • 13
  • 11
1
vote
1 answer

Mosso Python Module

Has anybody had success installing the Mosso (cloudfiles) python module? I'm trying to install it and getting the following error. python-cloudfiles-1.3.1]# python setup.py install running install running build running build_py running…
majestiq
  • 545
  • 8
  • 25
1
vote
1 answer

Anybody tried mosso CloudFiles with Google AppEngine?

I'm wondering if anybody tried to integrate mosso CloudFiles with an application running on Google AppEngine (mosso does not provide testing sandbox so I cann't check for myself without registering)? Looking at the code it seems that this will not…
zgoda
  • 12,775
  • 4
  • 37
  • 46
1
vote
3 answers

I have a mysterious PHP SOAP error on my host, but can't duplicate locally

I've run across an interesting PHP/SOAP error that has me stymied. After searching I have not found a plausible explanation, and I'd appreciate your help. Here's the background: I have a site built in PHP/CodeIgniter which uses SOAP to communicate…
Barnabas Kendall
  • 4,317
  • 1
  • 32
  • 24
1
vote
2 answers

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 rule in web.config:
willoller
  • 7,106
  • 1
  • 35
  • 63
0
votes
1 answer

IIS URL rewrite - do source files already need to exist?

It may seem like this has been asked before, but I have a wrinkle to this question. I have a Mosso / RackSpace Cloud site that I am trying to redirect inbound PDF requests such as site.com/abc.pdf to a pdf handler page that will serve them up from…
Ryan O'Neill
  • 5,410
  • 4
  • 46
  • 69
0
votes
2 answers

CakePHP Email Does Not Send on Mosso Cloud Sites

I have uploaded a working Cakephp web application to Mosso Cloud Sites hosting. The application is working fine except that emails are no longer being delivered. The site is an exact copy from my previous host, where sending email was working…
Shane
  • 851
  • 2
  • 6
  • 16
0
votes
1 answer

404 redirect with cloud storage

I'm hoping to reach someone with some experience using a service like Amazon's S3 with this question. On my site we have a dedicated image server. And on this server, we have an automatic 404 redirect through Apapche so that, if a user tries to…
Jeremy DeGroot
  • 4,496
  • 2
  • 20
  • 21
1
2