Pyramid on cloud

97 views
Skip to first unread message

Bruce Wade

unread,
Oct 25, 2011, 7:56:26 PM10/25/11
to pylons-...@googlegroups.com
Hi,

What are the recommendations for deploying on a cloud. Any cloud hosting companies recommended for a pyramid based application?

--
--
Regards,
Bruce Wade
http://ca.linkedin.com/in/brucelwade
http://www.wadecybertech.com
http://www.warplydesigned.com
http://www.fitnessfriendsfinder.com

Joe Dallago

unread,
Oct 25, 2011, 8:02:47 PM10/25/11
to pylons-...@googlegroups.com
I have a membership with linode.com.  Really love their customer service and web UI.  I feel like I am always referring them to people.

--
You received this message because you are subscribed to the Google Groups "pylons-discuss" group.
To post to this group, send email to pylons-...@googlegroups.com.
To unsubscribe from this group, send email to pylons-discus...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.

Blaise Laflamme

unread,
Oct 26, 2011, 10:02:57 AM10/26/11
to pylons-...@googlegroups.com
I'm using both linode.com and rackspacecloud.com and they're great.

Thomas G. Willis

unread,
Oct 26, 2011, 10:49:31 AM10/26/11
to pylons-...@googlegroups.com
appengine.google.com  is not a bad way to go once python 2.7 support is made official, but you have to write your app for it, and that of course has it's own benefits and drawbacks.

Bruce Wade

unread,
Oct 28, 2011, 4:58:09 PM10/28/11
to pylons-...@googlegroups.com
What are thoughts on http://www.heroku.com/?

On Wed, Oct 26, 2011 at 7:49 AM, Thomas G. Willis <tom.w...@gmail.com> wrote:
appengine.google.com  is not a bad way to go once python 2.7 support is made official, but you have to write your app for it, and that of course has it's own benefits and drawbacks.

--
You received this message because you are subscribed to the Google Groups "pylons-discuss" group.
To view this discussion on the web visit https://groups.google.com/d/msg/pylons-discuss/-/BJYSFdWI-QQJ.

To post to this group, send email to pylons-...@googlegroups.com.
To unsubscribe from this group, send email to pylons-discus...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.

ravi teja

unread,
Oct 28, 2011, 5:18:53 PM10/28/11
to pylons-...@googlegroups.com
I like AWS, both in terms of flexibility and the broad cloud stack they provide.

I would like to know other's thoughts on AWS.

John Rusnak

unread,
Oct 29, 2011, 12:42:38 PM10/29/11
to pylons-...@googlegroups.com
I am using google app engine.  It has a much simpler database interface than SQLAlchemy, and also pushes you in the right directions to develop your app to be scalable, if that is important to you.
I followed the directions for setting up a pyramid/pylons environment and had no trouble at all.  My app also hooks into Box.net for storage of user files (in this case music).  Deployment is also a breeze. The environment is restrictive -- which actually adds simplicity and tends (again) to enforce good practices to support scalability and minimization of resources.  The framework pushed to think of a much better design for my app than probably would have otherwise taken place.  So if you find things seeming to restrictive, don't give up right away but instead try to understand why the environment is set up the way it is.  (Feel free to contact me as well, if you like)

I also have had success with Amazon EC2.  However, the free version (as expected) supports very little bandwidth and is only meant for minimal users in a development environment.  I understand the cost is much higher and the services provided are less than other providers of this sort such as Linode.

-John


--

Bruce Wade

unread,
Oct 29, 2011, 12:54:46 PM10/29/11
to pylons-...@googlegroups.com
Thanks for your feed back. google app engine is not an option for us because our development is already 95% complete and we need to now deploy. After developing with sqlalchemy / postgresql we can't really abandon it now to start from scratch.

Thomas Burke

unread,
Dec 9, 2011, 2:30:17 PM12/9/11
to pylons-discuss
We use AWS for facebook.com/socialreader. The app server and many of
its back-end services run in pyramid/mod_wsgi/apache/amzn-linux, we're
very happy with it. If you follow cloud best practices (architect for
boxes and services to fail, distribute geographically/multi-AZ) you
can run a solid, highly scalable (tens of thousands of concurrent
users) app.

TIB

On Oct 28, 4:18 pm, ravi teja <raviteja2...@gmail.com> wrote:
> I like AWS, both in terms of flexibility and the broad cloud stack they provide.
>
> I would like to know other's thoughts on AWS.
>
> On 29-Oct-2011, at 2:28 AM, Bruce Wade wrote:
>
>
>
>
>
>
>

> > What are thoughts onhttp://www.heroku.com/?


>
> > On Wed, Oct 26, 2011 at 7:49 AM, Thomas G. Willis <tom.wil...@gmail.com> wrote:
> > appengine.google.com  is not a bad way to go once python 2.7 support is made official, but you have to write your app for it, and that of course has it's own benefits and drawbacks.
>
> > --
> > You received this message because you are subscribed to the Google Groups "pylons-discuss" group.

> > To view this discussion on the web visithttps://groups.google.com/d/msg/pylons-discuss/-/BJYSFdWI-QQJ.


>
> > To post to this group, send email to pylons-...@googlegroups.com.
> > To unsubscribe from this group, send email to pylons-discus...@googlegroups.com.

> > For more options, visit this group athttp://groups.google.com/group/pylons-discuss?hl=en.

Alice Bevan–McGregor

unread,
Dec 12, 2011, 4:53:17 PM12/12/11
to pylons-...@googlegroups.com
> I like AWS, both in terms of flexibility and the broad cloud stack they
> provide.

I've used Amazon EC2+S3 for deployment of a number of applications and
eventually migrated them all to Rackspace Cloud. Rackspace's servers
seem far less over-allocated and thus seem more responsive. (This is
mostly a feeling from the differing boot times: < 5 seconds on
Rackspace, ~ 30 seconds on Amazon from kernel start to the last service
starting on virtually identical Gentoo distros.)

The API for Amazon, however, is extremely nice if you need automated scaling.

- Alice.


Reply all
Reply to author
Forward
0 new messages