Search Results

13
votes

How do I code a Mono Daemon

You should implement a service and use mono-service. Google for it and you'll find several examples. …
2
votes

PerlEmbed - C# - Mono - Linux

It fails on perl_parse() because your binding is incorrect. The argv argument is a char** (to be interpreted as an argc-sized array of char*): this has no relation to StringBuilder, which r …