[google-appengine] Development server hangs

2010-10-31 Thread Bemmu
The dev server often hangs. It seems to especially hang if I send a largish JSON reply back to the client (50k or so). When I commented out some stuff to make the size of responses smaller, the hangs seemed to become less frequent. I can also cure such a hang so that it serves the next call OK by p

[google-appengine] Development server hangs when blobstore streams video

2010-09-03 Thread Harry
Hi, I'm using an open source video player for playing uploaded video files (via Blobstore). If video file is small (less than a megabyte), it serves properly. But when the file is larger, it crashes the development server. Do I need to use the BlobStore reader to break up the file and serve it in