如何在后台 运行 一个 Suave 应用程序?
How to run a Suave Application in the background?
看来做mono AppName.exe &
是行不通的。我是否需要更改 suave 应用程序的默认配置或其他内容?
我需要使用 startWebServer 的异步版本吗?
我让它与 nohup mono AppName.exe &
一起工作。我没有使用 startWebServer 的异步版本。但是,这是最好的方法吗?
看来做mono AppName.exe &
是行不通的。我是否需要更改 suave 应用程序的默认配置或其他内容?
我需要使用 startWebServer 的异步版本吗?
我让它与 nohup mono AppName.exe &
一起工作。我没有使用 startWebServer 的异步版本。但是,这是最好的方法吗?