Re: [web2py] Fragmented packets when accessing from amicrocontroller

2011-08-18 Thread Angelo Compagnucci
Hi Michele, I think tihis is a rocket problem. The size of the packet (only http part) is about 400 bytes according to wireshark. The micro http library in debug prints excactly the size of the http part and with web2py the count is equal to the http headers without the data part. If I try to GET

Re: [web2py] Fragmented packets when accessing from amicrocontroller

2011-08-18 Thread Michele Comitini
btw you can deploy web2py with many web servers without using rocket. you can use any server that supports one among wsgi, uwsgi, scgi, fcgi and other old stuff like mod_python or cgi, you can check if with one of those configurations you solve the problem. mic 2011/8/18 Michele Comitini : > Cia

Re: [web2py] Fragmented packets when accessing from amicrocontroller

2011-08-18 Thread Michele Comitini
Ciao Angelo, What size in bytes the packet has? Is MTU/MRU of your server correctly configured for that packet size? Consider that HTTP headers may well be big enough to break things in a small packet. ciao, mic 2011/8/18 Angelo Compagnucci : > Hi list, > > I'm using web2py for a microcontroll