[Mono-dev] Fwd: AppServer project proposal

Brian Ritchie brian.ritchie at gmail.com
Thu Dec 14 21:38:48 EST 2006


Ooops...forgot reply to all. ;-)

---------- Forwarded message ----------
From: Brian Ritchie <brian.ritchie at gmail.com>
Date: Dec 14, 2006 9:37 PM
Subject: Re: [Mono-dev] AppServer project proposal
To: Matthijs ter Woord <matthijsterwoord at gmail.com>

Hello!

I'm the original developer of the Application Server code that was committed
to the Mono SVN tree.  Subversion hasn't been updated in a LONG time, but
I've still be working on it off and on for a while. (With the contributions
of a couple of other developers)  The latest published source is on my web
site: http://www.dotnetpowered.com/appserver/default.aspx.

I haven't taken a close look at your code yet, but we might be able to
combine the best of both worlds.

The idea of having a pure .NET-based alternative to IIS and Apache seems
like a good one.  It opens up a number of deployment and functionality
options.  What I'm unsure of is if it should be under the Mono banner or
separate.  I've had comments from developers over the years that it is
confusing to have it under the Mono heading since it is framework
independent. (Mono is not a requirement)  However, others feel like it will
get better visibility under the Mono project.  Everyone's input on this
would be appreciated.

I'm glad to see there is interest in this topic again.

Cheers,
-Brian

 On 12/14/06, Matthijs ter Woord <matthijsterwoord at gmail.com> wrote:
>
> In the IP file, there's a sample application.  See the
> Instrumentation.Tcp.Text one. It hosts a Tcp server for accessing the
> Instrumentation information.
>
> Could you please reply on-list?
>
>
>
> On 12/13/06, Johan Hernandez <thepumpkin1979 at gmail.com > wrote:
> >
> > (My English is not good but i hope you understand me)
> >
> > Hi. I don't know how it works... please paste a simple code in that wiki
> > page. Is a application component? Http Server? Ftp Server?
> >
> > Something like this?
> >
> > class MyNetApplication : Mono.AppServer.ApplicationBase
> > {
> >  protected override OnStart(Mono.AppServer.ApplicationStartArgs e)
> >  {
> >   this.Sessions.Current["StartTime"] = DateTime.Now;
> >   // Publish one or more .NET Remoting Connections
> >   // start listening connections
> >   // so on.
> >  }
> >
> >  protected override OnStop(Mono.AppServer.ApplicationStopArgs e)
> >  {
> >   // stop everything
> >  }
> > }
> >
> > I'm interested.
> >
> > Thank you, Johan Hernandez.
> >
> >
> >  On 12/13/06, Matthijs ter Woord <matthijsterwoord at gmail.com > wrote:
> > >
> > > Hi everybody,
> > >
> > > In the Mono SVN, there's a module named AppServer. For a very short
> > > intro
> > > about it, see www.mono-project.com/AppServer
> > >
> > > I want to offer to step up as maintainer of the project. I do want to
> > > replace with the attached code. Maybe it's better to create a new
> > > module
> > > (like appserver2 or so).
> > >
> > > For the zip file, see www.terwoord.nl/AppServer.ZIP
> > >
> > > Probably the source in the attached zip needs to be adjusted a bit
> > > (like
> > > namespace changes or so), but that's no problem.
> > >
> > > My main concern is whether there is any interest in such a project.
> > >
> > > The zip file contains the source, and a sample.
> > >
> > > To run the sample, adjust the
> > > build\TerWoord.ApplicationServer.Console.exe.config file to use
> > > correct
> > > paths, the same goes for the build\server.xml file.
> > >
> > > If there are any questions or comments, please let me know.
> > >
> > > Regards,
> > >
> > > Matthijs ter Woord
> > >
> > >
> > >
> > >
> > > _______________________________________________
> > > Mono-devel-list mailing list
> > > Mono-devel-list at lists.ximian.com
> > > http://lists.ximian.com/mailman/listinfo/mono-devel-list
> > >
> >
> >
> >
> > --
> > Johan Hernandez
> > thepumpkin1979 at hotmail.com
> > thepumpkin1979 at 30gigs.com
> > thepumpkin1979 at gmail.com
>
>
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20061214/e0fe39eb/attachment.html 


More information about the Mono-devel-list mailing list