[Mono-dev] Interactive C# shell for server monitoring
Miguel de Icaza
miguel at novell.com
Wed Nov 11 08:30:09 EST 2009
Hello,
> Sure, I've seen that.
>
> My question is if anyone already played with it, introducing it into
> an
> app and giving a network access to it.
The problem today with CSharp and attach is that it is not integrated
with the main loop of an application, so it is inherently unsafe.
For Gtk# based applications, since we know that there is a main loop,
we plug naturally into the main loop, so it is not an issue, but with
server applications it is anyone's guess what kind of event processing
exists.
In those cases, it would be best if the specific server application
provides an explicit interface to get C# source and evaluate it.
Miguel.
More information about the Mono-devel-list
mailing list