www.web2py.com down?

13 views
Skip to first unread message

Gavin Joyce

unread,
Jan 8, 2010, 2:35:56 PM1/8/10
to web2py-users
Hi,

I've been researching frameworks for GAE and am excited about using
web2py. I was hoping to play around with it today but the website has
been down all day for me (503 Service Temporarily Unavailable).

Is there somewhere other than web2py.com where I can download the
latest stable release?

Thanks,
Gavin

mdipierro

unread,
Jan 8, 2010, 2:46:03 PM1/8/10
to web2py-users
Sorry I just rebooted the server.

Massimo

Gavin Joyce

unread,
Jan 8, 2010, 2:46:56 PM1/8/10
to web2py-users
Thanks Massimo

Thadeus Burgess

unread,
Jan 8, 2010, 5:26:27 PM1/8/10
to web...@googlegroups.com
The server keeps going down even after disabling cron, were you able
to figure out why ?

-Thadeus

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

mdipierro

unread,
Jan 8, 2010, 5:32:33 PM1/8/10
to web2py-users
This time I was able to see the error. It was an out of memory error
on os.fork. This is a virtual machine with 256MB Ram and I had not
rebooted in long time (only restarted the web server). I rebooted it
now and let's see what happens.

Massimo

On Jan 8, 4:26 pm, Thadeus Burgess <thade...@thadeusb.com> wrote:
> The server keeps going down even after disabling cron, were you able
> to figure out why ?
>
> -Thadeus
>

Richard

unread,
Jan 10, 2010, 6:27:39 PM1/10/10
to web2py-users
would it be possible to host the main web2py site on GAE to avoid
these problems?

mdipierro

unread,
Jan 10, 2010, 6:50:54 PM1/10/10
to web2py-users
Yo have a point. Some of the examples use features that are not
supported on GAE. They can be rewritten. The only issue is finding
them. I will do so.

mdipierro

unread,
Jan 10, 2010, 7:05:29 PM1/10/10
to web2py-users
One problem is the size of the web2py*.zip and the pdf documents. I
host many of them and they would not fit on GAE.

John Heenan

unread,
Jan 11, 2010, 12:13:25 AM1/11/10
to web2py-users
This might be a good time to mention an idea I have yet to get round
to automating on my web2py backend. I intend to use web2py to automate
upload of files to another site and generate appropriate links. It
cuts down on hosting traffic costs. For the Google App Engine it can
be used to overcome potential limits.

I host large files on Amazon S3, http://aws.amazon.com/s3/ , such as
pdf, image and video files, that are accessed from web2py generated
links. Amazon S3 provides very cheap 'bucket' storage.

There is fairly mature python software called s3cmd that can be used
to easily interface to Amazon S3. The web site http://s3tools.org/s3cmd
is down at the moment.

I don't know if there would be problems adapting the software for use
on the Google App Engine.

An older version can be quickly installed on a Ubuntu server with
apt-get install s3cmd

An up to date version can be obtained from
http://sourceforge.net/projects/s3tools/files/s3cmd/#files
and can be quickly installed with 'python setup.py install'.

John Heenan

Reply all
Reply to author
Forward
0 new messages