Edit

kmx.io/cl-thot/thot

Branch :

  • thot
  • #!/usr/local/bin/sbcl --script
    (declaim (optimize (debug 3) (safety 3) (speed 3)))
    (load "../../fare/asdf/build/asdf")
    (load "../../thodg/repo/repo")
    (repo:boot)
    (asdf:load-system :cl-stream)
    (setf cl-stream:*stream-default-buffer-size* (* 1024 1024))
    (asdf:load-system :thot)
    (setf thot:*disable-threads* t)
    (thot:configure-threads)
    ;(thot:maybe-configure-epoll)
    (thot:start)