Andy Chambers | 3 Apr 2008 15:27

Re: undersold aspect of cells

>  Thanks. I built your stuff against aserve, and the build looks OK. I did
> change a few 'request' references to be 'req' which was used other places,
> hope that was right.

Ooops

>
>  (defun test-page-allegro (path resource-class)
>   (lambda (req ent)
>     (with-http-response (req ent)
>       (with-http-body (req ent)
>         (let ((root (or (cdr (get-cookie-values req "root"))
>                       (not (print "creating new web-app..."))
>                       (mk-web-app (:prefix path
>                                     :request (c-in req))
>                         (make-instance
>                             resource-class
>                           :fm-parent *parent*)))))
>           (set-cookie-header req
>             :name "root"
>             :value root)
>           (funcall (handler root)))))))
>
>  I also had a bunch of errors on RELOAD, but I am guessing that one is for
> hunchentoot.
>
>  I can start allegroserve OK and I have gone thru their tutorial and got
> those to work anyway.
>
>  I ran this function:
(Continue reading)


Gmane