Update with Dick's comments
authorMiguel de Icaza <miguel@gnome.org>
Mon, 20 Jan 2003 18:11:10 +0000 (18:11 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Mon, 20 Jan 2003 18:11:10 +0000 (18:11 -0000)
svn path=/trunk/mono/; revision=10738

docs/embedded-api

index 1ed0f5381f101d82198afa674a0a5446d5035dfe..f658eb28e03df260b50cc5ab323711a1bfae312c 100644 (file)
        It may not be possible to manage exceptions in that case,
        though. I need to think more about it.
 
+** Threading issues
+
+       If your application creates threads on its own, and you want them to 
+       be able to call code into the CIL universe with Mono, you have to
+       register the thread with Mono before issuing the call.
+
+       To do so, call the mono_thread_attach() function before you execute
+       any managed code from the thread
+
 * Samples
 
        See the sample programs inmono/sample/embed for examples of