[hunchentoot-devel] Hunchentoot data-transfers seem slow

Robert Synnott rsynnott at gmail.com
Wed Mar 21 20:57:12 UTC 2007


On 3/21/07, Edi Weitz <edi at agharta.de> wrote:
> Hi,
>
> It would surely help if you could give us some info, like what Lisp
> you are using, which operating system you're on, the usual stuff...
> Also, maybe you can isolate a bit of stand-alone code (maybe the
> single page you're talking about) so I can easily reproduce your
> problems.
>
> Having said that, you are aware of the sentence
>
>   "Make sure to use the /newest/ versions of all of these libraries"
>
> in the installation instructions, aren't you?  One of the culprits for
> slow responses in the past has been FLEXI-STREAMS, but that should be
> mostly fixed in newer releases.  (Or maybe not, but it's hard to say
> without any data provided.)
>
> Cheers,
> Edi.
> _______________________________________________
> tbnl-devel site list

Sorry about that, yes. SBCL 1, Linux. All dependencies are newest
available, as is Hunchentoot. The function which just sent back a big
file was simply:
(defun speedtest () *big-string*)

where *big-string* contained the contents of a 700kb text file.
Rob



More information about the Tbnl-devel mailing list