Hi, > I've been working at converting to Embperl 2.x but I am running into a > problem. It seems that when I use the $escmode=0 option there is a > significant delay in serving the request to the client (actually, the delay is > at the end). The client seems to just hang waiting for something for up to 20 > seconds. >
The problem was, that the number in the content-length header was 2 bytes to high. Embperl 2.0 doesn't send a content-length header, but uses chucked output (actually Apache does it), so there shouldn't be a problem there or do you use Embperl 1.x compatibilty modus in that case ? Does it change anything if you set $escmode to 3 at the end of the page ? > This problem was present in an older version of Embperl 1.3.x and Gerald > sent me a patch for it, but I am unable to find it. > The patch is in all newer Embperl version and also in 2.0 already included Gerald ------------------------------------------------------------- Gerald Richter ecos electronic communication services gmbh Internetconnect * Webserver/-design/-datenbanken * Consulting Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz E-Mail: [EMAIL PROTECTED] Voice: +49 6133 925131 WWW: http://www.ecos.de Fax: +49 6133 925152 ------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
