[tbnl-devel] Re: Hunchentoot for SBCL and other Lisps

Edi Weitz edi at agharta.de
Mon Oct 2 09:00:08 UTC 2006


On Sun, 01 Oct 2006 22:44:59 -0400, Travis Cross <travis at travislists.com> wrote:

> I would still likely use mod_lisp2 (or mod_proxy) for certain
> deployments as well, so this is certainly a useful perk.  It appears
> that the destiny of TBNL and Hunchentoot is to merge into one
> greater whole.

Right.

> Behind mod_lisp2, I observe the following things:
>
> The "Binary data, delivered from file" test downloads the picture,
> but it takes a long time for the browser to close its connection to
> the server.  Refreshing the connection, Firefox flashes a warning
> that the picture cannot be displayed because it contains errors, but
> then shows the picture anyway, then hangs for awhile.  The "Binary
> data, delivered from RAM" test seems to work fine.
>
> The "UTF-8 test file" test seems to work... eventually.  In this
> case, it seems to take awhile before the last part of the file is
> delivered to the browser.  The "source code of this test" example
> shows the same behavior.
>
> File uploads, both text and binary, seem to upload ok.  When trying
> to download the uploaded file, however, it takes 15+ seconds before
> the browser will offer to save the file.
>
> None of these issue appear when I access tbnl/hunchentoot directly.

Yeah, my bad, sorry.  I forgot to mention (I think this is also in the
Hunchentoot docs somewhere) that you have to start the Hunchentoot
server with START-TBNL instead of START-SERVER if it's going to sit
behind mod_lisp.  This part of the API is going to change, though.



More information about the Tbnl-devel mailing list