pgaudillere / ops

Automatically exported from code.google.com/p/ops
0 stars 0 forks source link

Deleting (stopping) the service #19

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Have heavy traffic running and delete subscribers.

What is the expected output? What do you see instead?
The service shall shutdown gracefully.

Now, we get arbitrary errors.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by anton.gr...@gmail.com on 12 Nov 2009 at 9:39

GoogleCodeExporter commented 8 years ago
We might need a wait for shutdown on participant.

Original comment by anton.gr...@gmail.com on 29 Jan 2010 at 1:54

GoogleCodeExporter commented 8 years ago

Original comment by anton.gr...@gmail.com on 3 Feb 2010 at 12:02

GoogleCodeExporter commented 8 years ago
Improved shutdown. Main problem is the asynchronous calls made to boost which 
must be canceled before the object with the callback routine is deleted.

A fix is implemented but it is Windows Specific. 

Need to have a Linux solution also.

Original comment by Lelle...@gmail.com on 17 Jan 2013 at 9:36