[Mono-dev] Silverlight early implementation thoughts.

Marek Habersack grendello at gmail.com
Mon May 7 03:20:32 EDT 2007


On Sun, 06 May 2007 13:51:09 -0400, Joshua Tauberer <jit at occams.info> scribbled:

> Okay, good points all around....
> 
> Michael Hutchinson wrote:
> > On 5/5/07, Joshua Tauberer <jit at occams.info> wrote:
> >> But the unpolished things include:
> > 
> > Most of these are addressed in the upcoming Google Summer of Code...
> 
> That might be why they came to mind, since I've read some of the 
> descriptions before, but obviously forgot about them.
> 
> >>    mod_mono (configuration is very awkward, problems are hard to
> >> diagnose, restarting the Mono process is still strange)
> > 
> > FastCGI ASP.NET Server
> > http://code.google.com/soc/mono/appinfo.html?csaid=7D9BFE2E183364B9
> 
> Okay, I guess that would work. I don't know anything about FastCGI.
It's basically a "persistent CGI" application which communicates with the
server over a unix|tcp socket using a well-defined protocol. Basically, what
mod_mono does but not mono-specific and not tied to apache. It's what mod_mono
should've been from the start. We're going to keep maintaining mod_mono, but I
expect most development effort in this area will go into the FastCGI server (no
matter what is the outcome of the SoC project)

As for ASP.NET 2.0 you mentioned. I don't know if you follow the svn trunk
development, but there has been a major progress done there. Most of what was
done will be released with 1.2.4, but the work continues in trunk and we are
really coming close to having nearly full support for 2.0 in Mono (barring
WebParts). If you can come up with any 2.0 apps that you know fail to work
under Mono - please let me know, I'll take a look at them (that's the bulk of
the work right now - finding small/annoying/well hidden incompatibilities and
omissions in our implementation).

regards,

marek
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20070507/8ee444b0/attachment.bin 


More information about the Mono-devel-list mailing list