Salutations All, I'm working on a small project, and would like a bit of advice.
I'm trying to write a WinForms application that allows you to add users to a linux box. My problem is this - I'm trying to find a way to quickly and easily notify the linux box that it needs to process a new user request. My first thought was using singleton .NET remoting, and setting up an event sink through the remoted object so that I could call the event on the Windows machine and have the event be caught by the linux box. Unfortunately, upon trying this out Activator.GetObject() threw a NotImplemented exception. Since this isn't implemented yet, would anyone have any suggestions as to how else I might achieve this effect? Or any other way to notify the linux machine? I'm kind of at a loss, and any suggestions would be most appreciated. BTW, I'm extremely impressed by Mono so far. Great work everyone! If you have any questions or comments, feel free to contact me at the number listed below. Regards, Bryan Porter Systems Programmer GTW.NET Ph: 314.997.0300 x 2202 Fx: 314.997.1802 Wb: http://www.gtw.net/ _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
