1

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!

4

1 回答 1

1

这些接口的当前状态今天非常有限。

看来主流玩家都不喜欢SCGI。那可能是因为 SCGI 比 fastCGI 快得多......

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

于 2010-08-27T10:10:59.070 回答