>While I think there is a need for a small embedding HTTP server with
Hessian
>server applications, I also see there's a few alternatives out there
from
>basic-but-suitable like Pygmy http://pygmy-httpd.sourceforge.net or
Jetty. Do you really think you need to get into writing one ?
>I think perhaps a custom Handler for Pygmy would be nice. Just my 2c.
It is that, what I was looking for.
Unfortunately I can't find a tiny open source webserver for .NET.
Hessian with its own build-in HTTP server can serve as a bridge between
application, written in different programming languages.
The implementation of XML-RPC uses also its own build-in HTTP server.
XML-RPC Java implementation:
http://ws.apache.org/xmlrpc/
XML-RPC .NET implementation:
http://www.xml-rpc.net/
I think it makes sense to have a tiny webserver for embedding into
Hessian application.
Regards,
Dimitri Minich
www.hessiancsharp.org
Received on Thu 20 Jan 2005 06:01:07 -0800
This archive was generated by hypermail 2.1.8 : Thu Sep 28 2006 - 20:16:40 PDT