On Tue, Sep 6, 2011 at 3:59 PM, Matthew Mondor <mm_li...@pulsar-zone.net>wrote:

> The other problem, which I only discovered yesterday night when testing
> the first dynamic application appears to be unicode related: In the
> test application many messages can be entered of various length and
> everything is fine.  Yet if I start copy-pasting UTF-8 from
> UTF-8-demo.txt
> (http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-demo.txt) then
> eventually the whole document isn't sent anymore, with the browser
> waiting for it to finish loading but it doesn't (a partial page
> results)
>

Hi Matthew, I have not been able to reproduce the crashes yet, but I solved
this problem. The value that you compute as "content-length" in the http
header is the number of lisp characters, not the number of bytes in the
utf-8 encoding. When I changed it to compute the length of the encoded
string, then the server worked perfectly (it is very nice and feels very
snappy indeed!)

I will continue investigating the other stuff.

Juanjo

-- 
Instituto de FĂ­sica Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com
------------------------------------------------------------------------------
Doing More with Less: The Next Generation Virtual Desktop 
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops?   How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to