[Mono-dev] AppServer project proposal

Matthijs ter Woord matthijsterwoord at gmail.com
Thu Dec 14 04:23:52 EST 2006


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20061214/e5c3c602/attachment.html 


More information about the Mono-devel-list mailing list