|
Loading...
|
rhino-tools-dev@googlegroups.com
[Prev] Thread [Next] | [Prev] Date [Next]
Re: [rhino-tools-dev] Should Rhino.ServiceBus.Host.exe with /Action:Deploy dispose the boot straper? Corey Kaylor Thu Apr 12 08:02:23 2012
It's a bug. I've fixed and pushed to github. I plan to do another bug fix nuget release Friday afternoon. On Thu, Apr 12, 2012 at 7:47 AM, Finn Nielsen <[EMAIL PROTECTED]> wrote: > Hi all,****** > > We are using RSB (2.2.1) with Quartz.NET to schedule jobs throughout the > process lifetime. Quartz.NET is initialized in an override for > UnityBootStrapper.BeforeStart and disposed in the override for > UnityBootStrapper.Dispose. **** > > We are observing that when using Rhino.ServiceBus.Host.exe with > /Action:Deploy then the process never terminates. Analysis indicate that > /Action:Deploy does not invoke Dispose for the boot strapper, meaning the > Quartz.NET scheduler is never disposed. I am assuming Quartz.NET allocates > resources (threads) which prevent graceful process termination, which again > cause the symptom that /Action:Deploy never terminates.**** > > For now we have moved Quartz.NET initialization to the override for > UnityBootStrapper.AfterStart as it does not get invoked with > /Action:Deploy. This can however make initialization of our process > vulnerable to race conditions, which is why I would prefer to have > Quarz.NET initialization in BeforeStart.**** > > Is it intentional that /Action:Deploy does not dispose the boot strapper? > And if yes; why?**** > > Thanks in advance.**** > > Sign. FiNN**** > > -- > You received this message because you are subscribed to the Google Groups > "Rhino Tools Dev" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/rhino-tools-dev/-/54UYtu5ne1MJ. > To post to this group, send email to [EMAIL PROTECTED] > To unsubscribe from this group, send email to > [EMAIL PROTECTED] > For more options, visit this group at > http://groups.google.com/group/rhino-tools-dev?hl=en. > -- You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group. To post to this group, send email to [EMAIL PROTECTED] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en.
- [rhino-tools-dev] Should Rhino.ServiceBus.Host.exe with /Action:Deploy dispose the boot straper? Finn Nielsen 2012/04/12
- Re: [rhino-tools-dev] Should Rhino.ServiceBus.Host.exe with /Action:Deploy dispose the boot straper? Corey Kaylor 2012/04/12 <=