> I think it's more pratical to take mono as a Linux > Server Platform, then > try to expand it to desktop. I have heard several > companies that want to > use mono as its server side platform, and take > Windows .NET as client > side platform(for C/S application).
Along the required functionality that you mentioned, performance is equally important, specifically the runtime performance. A server app should have minimum downtime, recover system resources after peak loads, etc, etc. We need to consider this too. One very specific example of how important is performance on .net apps is the ms.net Global Assembly Cache (GAC) that is created on the Windows platform. Obviously this is giving a performance boost that I haven't found how much is it, and I'm curious to know all the reasons that push Microsoft to build it, one question is what it could be the performance for a server app without it? Rogelio __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
