Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
2answers
255 views

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 ...
5
votes
1answer
2k views

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 ...
4
votes
2answers
936 views

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 ...
2
votes
1answer
88 views

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

Well the title says it all. 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 ...
1
vote
2answers
450 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 ...
1
vote
0answers
204 views

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 DLLs: Microsoft.ReportViewer.Common.dll ...
1
vote
2answers
291 views

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 ...
1
vote
1answer
177 views

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 ...
1
vote
1answer
254 views

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)? ...
1
vote
3answers
858 views

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 ...
1
vote
6answers
1k views

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. ...
0
votes
1answer
112 views

How to change TTL of a file on a cloud through PHP

I am trying to simply change the TTL value of a container that is already created on my rackspace cloud. I created this php script but am still new to php and this project is a little over my head. I ...
0
votes
1answer
510 views

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, ...
0
votes
2answers
1k views

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 ...
0
votes
1answer
516 views

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 ...
0
votes
2answers
681 views

python upload - where are tmp/FILES?

I'm running python 2.4 from cgi and I'm trying to upload to a cloud service using a python api. In php, the $_FILE array contains a "tmp" element which is where the file lives until you place it ...