I am developing a small server that is considered as the interface via http as I want it to be different To be experimentable with mature HTTP servers, I chose FastCGI as a common interface.
Now I can not find a (free) .NET Library which implements the FCGI interface and does all you work hard for me?
Not that I know (I also see)
It is a fact in the difficulties that the FastCGI requires that you pass a handling socket in a hair process instead of the normal studine handle - something that is standard .Net class (process, socket etc.) ... ) Do not allow it means that to implement the FastCG library in the net ultimately Iti / net process and socket classes using calls to Windows functions must be applied again.
Comments
Post a Comment