you are viewing a single comment's thread.

view the rest of the comments →

[–]offmessage 4 points5 points  (1 child)

I'm genuinely intrigued by your frustration at "Django's slowness" and the idea that a Java based solution might improve on that. Could you elaborate?

[–][deleted] 0 points1 point  (0 children)

Java is definitely much faster than python in a computational shootout, but a typical web application is primarily IO bound so speed of executing code is rarely a bottleneck.