Edi Weitz edi@agharta.de writes:
Your information is sent in chunks to mod_lisp, but that's not what your browser sees. It sees what Apache will eventually send.
You can use SEND-HEADERS as described above to achieve what you want, but only if you use TBNL in "stand-alone mode" or if you use a front-end like Hunchentoot. (I'm not sure about Araneida, maybe that'll also work.)
I know when I finished to generate the fast content, is there a way to pack and send a mod_lisp chunk? Something like FINISH-OUTPUT would be great. Otherwise using Hunchentoot is doable.