SCGI 脚本引擎服务器? (C#、Java、PHP)

发布于 2024-09-16 13:23:48 字数 246 浏览 2 评论 0原文

我正在寻找提供 SCGI 服务器的脚本引擎:

  • 像 Apache 这样的服务器接收 HTTP 请求并将它们发送到后端脚本引擎,
  • 脚本引擎解析并处理 SCGI 请求并将回复发送给 Apache,
  • Apache 将回复发送给客户。

我对使用 C#、Java 和 PHP(这三者中的任何一个)感兴趣,并且希望找到相关资源(不仅是代码链接,还有如何使这一切协同工作)。

谢谢!

I am looking for scripting engines that provide an SCGI server:

  • a server like Apache receives HTTP requests and sends them to the backend scripting engine,
  • the scripting engine parses and process the SCGI request and sends the reply to Apache,
  • Apache sends the reply to the client.

I've an interest in using C#, Java and PHP (any of those three) and would like to find relevant resources (not only links to code but also how-to's in order to make this all work toguether).

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

抹茶夏天i‖ 2024-09-23 13:23:48

目前这些接口的状态非常有限。

看来主流玩家并不喜欢SCGI。
这可能是因为 SCGI 比 fastCGI 快得多……

我担心开发人员将不得不这样做 - 为了他们的利益
自己的好。

The current state of these interfaces is very limited today.

It seems that the mainstream players do not like SCGI.
That may be because SCGI is so much faster than fastCGI...

I am affraid that developers will have to do it -for their
own good.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文