Justin.tv porting their site from Rails to Django?
djangohire.com
Justin.tv porting their site from Rails to Django?
1–10 of 65 posts
Re: Justin.tv porting their site from Rails to Django?
#2Re: Justin.tv porting their site from Rails to Django?
#3Re: Justin.tv porting their site from Rails to Django?
#4Doing it wrong.
Re: Justin.tv porting their site from Rails to Django?
#5Re: Justin.tv porting their site from Rails to Django?
#6Oh! Does the Python world have something like Rack?
Re: Justin.tv porting their site from Rails to Django?
#7Not sure if they will gain a lot of performance from this transition...according to shootout ( http://shootout.alioth.debian.org/u64q/which-programming-lan... ) python is only few % faster than ruby. Maybe they should consider porting their entire ecosystem to JVM as twitter did it.
Re: Justin.tv porting their site from Rails to Django?
#8It seems like it would be easier to rewrite the site in a newer version of Rails rather than switching platforms entirely, so it sounds like someone's skillset is more Python based. Oh! Does the Python world have something like Rack?
Re: Justin.tv porting their site from Rails to Django?
#9It seems like it would be easier to rewrite the site in a newer version of Rails rather than switching platforms entirely, so it sounds like someone's skillset is more Python based. Oh! Does the Python world have something like Rack?
WSGI 1.0, PEP-333: http://www.python.org/dev/peps/pep-0333/
WSGI 1.0.1, PEP-3333: http://www.python.org/dev/peps/pep-3333/
Re: Justin.tv porting their site from Rails to Django?
#10Not sure if they will gain a lot of performance from this transition...according to shootout ( http://shootout.alioth.debian.org/u64q/which-programming-lan... ) python is only few % faster than ruby. Maybe they should consider porting their entire ecosystem to JVM as twitter did it.
They could run the site on PyPy as opposed to the CPython interpreter. Postgres and Django are well supported. https://bitbucket.org/alex_gaynor/pypy-postgresql http://speed.pypy.org/timeline/#/?exe=3,6,1,5&base=2+472...
Django maybe, purely because it doesn't depend on too many C Libs.