[web2py] Re: server settings.

2011-12-11 Thread ron_m
I have recorded what might be a similar problem. If I run the application using the rocket server where the client browser and server are on the same LAN the application works. If I have the client come in from another location over a VPN I get partial pages. The Safari archive in the failure c

[web2py] Re: server settings.

2011-12-11 Thread Massimo Di Pierro
There is a program called wireshark. It allows to record network traffic and save it to a file. Assuming you run rocket/web2py on port 8000. you can tell it to record all traffic to and from port 8000, then run the dowload that fails. Dump the wireshark recording to a file and send it to me. Wiresh

[web2py] Re: server settings.

2011-12-11 Thread Mchurch
Of course! The problem is to understand what You are asking me to do... :) On Dec 11, 4:38 pm, Massimo Di Pierro wrote: > Is there any ways you can do a packet capture and record what is going > on when you use Opera and Rocket? > > If we can get some data should be an easy fix. > > On Dec 11, 3:

[web2py] Re: server settings.

2011-12-11 Thread Massimo Di Pierro
Is there any ways you can do a packet capture and record what is going on when you use Opera and Rocket? If we can get some data should be an easy fix. On Dec 11, 3:44 am, Mchurch wrote: > Thanks Massimo, I resolve it immediately after Your suggestions using > Tornado. > Rocket allows images unt

[web2py] Re: server settings.

2011-12-11 Thread Mchurch
Massimo, how (where) can I change the default web server? I can't find it in posts... On 11 Dic, 10:44, Mchurch wrote: > Thanks Massimo, I resolve it immediately after Your suggestions using > Tornado. > Rocket allows images until 123KB, not over in my case. > The issue shows up with both Opera m

[web2py] Re: server settings.

2011-12-11 Thread Mchurch
Thanks Massimo, I resolve it immediately after Your suggestions using Tornado. Rocket allows images until 123KB, not over in my case. The issue shows up with both Opera mobile and android stock browser. I've lost my brain in it yesterday, thanks!! My best compliments for Your work. On 11 Dic, 07:1

[web2py] Re: server settings.

2011-12-10 Thread Massimo Di Pierro
What's your mobile browser? How big are the images? It is possible there is a problem with chunked encoding with rocket. Other users have mentioned this and we are working on it. Meanwhile, can you try using apache or another web server? (look into web2py/anyserver.py) On Dec 10, 8:12 pm, Mchurch