Leonel Nunez wrote: > Alvaro Lopez Ortega wrote: > >> On 26-ene-09, at 21:52, Leonel Nunez wrote: >> >>>> Leonel Nunez wrote: >>>> >>>>> I'm having an error: >>>>> >>>>> La coneccion ha sido reiniciada >>>>> >>>>> this happens when I'm uploading by POST a file > 9MB with cherokee >>>>> 0.98 >>>>> any known bug or should I report a new bug ?? >>>>> >>>> Are you sure it is not caused by php etc.? >>>> >>>> >>> I don't have php in that server. >>> It's working with python + django >>> >> I'd bet it's related to one of our 'on going' RFE: >> >> http://code.google.com/p/cherokee/issues/detail?id=230 >> >> -- >> Octality >> http://www.octality.com/ >> >> >> >> > > > Wierd .. > > Tested the same app on my lan ( ethernet 100MBPS) and all worked fine > the error showed on a production server in 2 locations (dsl 256kbps > upload and 128kbps upload ) > > I guess I'm hitting a timeout .. > > > Saludos > Leonel > > _______________________________________________ > Cherokee mailing list > [email protected] > http://lists.octality.com/listinfo/cherokee > > >
Looks like I've found the error: on my lan I had django working threaded and on the production server was prefork changed the server to threaded and .. TADAAAAAAAAAAAAA the big file got uploaded. Saludos.. Leonel _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
