This is certainly impressive to play around. However, what I would look forward for is a ssh connection from my laptop. With increasing connection there is a latency with what I typed and what appears in screen.
I noticed the below when I clicked on console. "Starting encrypted connection to consoles-1.pythonanywhere.com on port 443". So I tried the below command.
$ ssh guru@consoles-1.pythonanywhere.com
The authenticity of host 'consoles-1.pythonanywhere.com (23.21.200.247)' can't be established.
RSA key fingerprint is d5:50:bd:8e:23:eb:14:3f:cf:15:87:42:0b:bf:e2:60.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'consoles-1.pythonanywhere.com,23.21.200.247' (RSA) to the list of known hosts.
guru@consoles-1.pythonanywhere.com's password:
and failed with the password I used to create the profile. I tried the ssh command with port, but did not get prompt.
Hi there - I'm a PythonAnywhere developer. We're working on getting SSH access supported, it's a bit tricky but we have it working in the lab so we should get it live reasonably soon.
It might just be me, but I wasn't able to get the consoles working in Opera. I had to use Firefox.
(My apologies if I'm mistaken and it does work. I enable cookies & Flash on a site by site basis, and sometimes that causes problems. I turned them both on, though, and it just stays stuck at "Starting encrypted connection to consoles-1.pythonanywhere.com on port 443".)
We're looking into that, hopefully we'll get it fixed soon, but it's a problem in a third-party library we depend on so it's proving harder to fix than we'd hoped.
Is this essentially a VPS with python batteries included? If so, if my app on PythonAnywhere gets slammed by HN how quickly can you respond with extra provisioning?
It's a bit more and less than that. Console sessions run in what amounts to a VPS (it's a bit lighter-weight than that so that we can keep the costs down) but your web apps run in chrooted subprocesses of an Apache server as a limited-privileges Linux user. So, in theory your own web app should be just as capable of staying up through an HN storm as our own server. In practise... we're still polishing the security code, so it's possible to configure your web app framework so that it uses enough threads that our per-user resource limitations kick in and stop it from running.
A shorter answer -- we want our users web apps to have no problem handling spikes in usage, but might not quite be there yet.
I noticed the below when I clicked on console. "Starting encrypted connection to consoles-1.pythonanywhere.com on port 443". So I tried the below command.
and failed with the password I used to create the profile. I tried the ssh command with port, but did not get prompt.