Forums

What hardware is PythonAnywhere running on?

I am currently comparing hosting solutions for our django application. Unfornuately I cannot find any information on the hardware that PythonAnywhere uses. Is there any info on the servers? What power do they have and with how many people do you share them? I understand we have some 4000 CPU seconds, but how much power do those seconds offer?

Thanks!

We run on various types of machines with varying numbers of users on each machine, so it's not really possible to provide an answer to your question. See https://help.pythonanywhere.com/pages/WhatAreCPUSeconds/ for an explanation of CPU seconds.

I am on the Free plan. Do I have access to a multi core CPU ? I want to use the concurrent.futures module in my code. Purpose is to speed up the initial loading of my web app. Multi core CPU would help. Thank you.

Multi-threading is not available in the web apps.