[Mono-list] Writing daemons in C#

Miguel de Icaza miguel@ximian.com
20 Nov 2002 12:53:25 -0500


Hello,

> The advantage to this is that you don't have to write as much custom
> code.  All of the `posix_get_CONSTANT()' functions can be generated with
> a single perl script:

But then you have to P/Invoke twice, which is slow ;-)

Miguel