Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by [EMAIL PROTECTED]

http://bugzilla.ximian.com/show_bug.cgi?id=81436

--- shadow/81436        2007-04-24 12:31:50.000000000 -0400
+++ shadow/81436.tmp.20081      2007-04-24 12:41:08.000000000 -0400
@@ -141,6 +141,27 @@
 Dick,
 
 Part of the problem is that we have "kill <PID>" as the documented way
 of terminating a service from mono-service.
 
 So maybe this is a documentation bug.
+
+------- Additional Comments From [EMAIL PROTECTED]  2007-04-24 12:41 -------
+I don't think the problem come's from kill...
+
+if you do :
+- cp ./TestServices.exe ./TestServices2.exe
+- mono-service ./TestService.exe
+- ipcs -s | wc -l
+->1
+
+launch another service
+- mono-service ./TestService2.exe
+- ipcs -s | wc -l
+->2
+
+
+Here you should have : 1
+
+In fact two problems
+- each time you run a service it takes a semaphore
+- it don't release anything if you stop the service...
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to