[Mono-list] Re: ASP

Miguel de Icaza miguel@ximian.com
10 Feb 2002 19:56:46 -0500


> My company today have several apps today that uses SOAP and HTTP/XML protocols and they main req on a webserver is lightwight and that is easy to use not performance. The question is if we should implement a powerful server in C# or just a mini web server that also could help us to support the remoting namespaces.

Lets begin with simple and minimal.  That way we can pinpoint the
performance problems and potential scalability issues, and only then we
should try to rework it ;-)

Lets go evolutionary here, one step at a time.

I am a man with many fears ;-)

Miguel