Heroku gives you 750 free "dyno hours" per month, per app for free.

Essentially, they let any app run 24/7 (equivalent to a single server with 
512MB of RAM and some pretty beefy processors). Scaling a process to multiple 
dynos is when the $0.05/hr charge starts (essentially adding another server 
behind a load balancer). 



-- 
Kenneth Reitz


On Wednesday, January 4, 2012 at 10:20 PM, Alec Taylor wrote:

> On Thu, Jan 5, 2012 at 4:44 AM, Kenneth Reitz <m...@kennethreitz.com 
> (mailto:m...@kennethreitz.com)> wrote:
> > You could easily run that on Heroku, and it would cost you $0.
> 
> 
> I don't understand, why would it cost $0 on Heroku?
> 
> I checked http://heroku.com/pricing and it seems to cost.
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com 
> (mailto:django-users@googlegroups.com).
> To unsubscribe from this group, send email to 
> django-users+unsubscr...@googlegroups.com 
> (mailto:django-users+unsubscr...@googlegroups.com).
> For more options, visit this group at 
> http://groups.google.com/group/django-users?hl=en.
> 
> 


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

Reply via email to