gpt4 book ai didi

multithreading - 在Mac,Windows和Linux上具有CFFI和线程支持的常见Lisp实现?

转载 作者:行者123 更新时间:2023-12-03 13:21:58 28 4
gpt4 key购买 nike

目标:安装Hunchentoot并能够将Hunchentoot作为后台线程运行。

这是我的工作:

  • 安装Common Lisp。
  • 安装Quicklisp。
  • (ql:quickload "hunchentoot")
  • (hunchentoot:start (make-instance 'hunchentoot:acceptor :port 4242))

  • 最后一条命令应该启动Hunchentoot,然后返回到解释器以获取更多Common Lisp形式。

    对于CLISP,SBCL,ABCL,ECL和CCL,我得到以下两个结果之一:
  • Hunchentoot的依赖项Bordeaux Threads无法安装。
  • hunchentoot:start挂起。该网页永远不会加载,也永远不会显示404。
  • 最佳答案

    AFAIK CLISP和SBCL的win32实现不支持多线程,而Hunchentoot依赖于此功能(对波尔多线程的依赖性)。 Hunchentoot与Clozure Common Lisp搭配使用效果很好。

    关于multithreading - 在Mac,Windows和Linux上具有CFFI和线程支持的常见Lisp实现?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5139130/

    28 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com