SCGI 脚本引擎服务器? (C#、Java、PHP)
我正在寻找提供 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
目前这些接口的状态非常有限。
看来主流玩家并不喜欢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.