Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] SLP Question

That is what I am looking into. Since we are just using the jSLP code
we might end up doing something that will work for us, however; my
goal is to create something generic enough that it could be used by
everyone.

Jim

On Fri, Aug 22, 2014 at 11:18 AM, Wim Jongman <wim.jongman@xxxxxxxxx> wrote:
> Jim I mean the following. Suppose jSLP deamon could be stopped. From what
> hook would you do it?
>
>
> Cheers,
>
> Wim
>
> On Fri, Aug 22, 2014 at 3:54 PM, Jim Marshall <jm109344@xxxxxxxxx> wrote:
>>
>> We only use jSLP code, none of the other ECF components. So any
>> solution we come up with would be contained in the jSLP code itself. I
>> just started investigating this, but what ever solution we come up
>> with I will make available.
>>
>> Have a good day
>> Jim
>>
>> On Fri, Aug 22, 2014 at 4:03 AM, Wim Jongman <wim.jongman@xxxxxxxxx>
>> wrote:
>> >
>> >
>> >>
>> >> A specific example would be someone embedding our product as a Servlet
>> >> and then having that Servlet redeployed. Since the SLP threads don't
>> >> exit the Servlet doesn't fully shut down and they need to restart the
>> >> entire server (Apache in this case).
>> >
>> >
>> >
>> > The Zookeeper based discovery provider has the same problem when being
>> > deployed embedded in Tomcat.
>> >
>> > Jim, if the jSLP deamon could be stopped, how would you do this? In an
>> > Activator?
>> >
>> > Cheers,
>> >
>> > Wim
>> >
>> >
>> > _______________________________________________
>> > ecf-dev mailing list
>> > ecf-dev@xxxxxxxxxxx
>> > To change your delivery options, retrieve your password, or unsubscribe
>> > from
>> > this list, visit
>> > https://dev.eclipse.org/mailman/listinfo/ecf-dev
>> _______________________________________________
>> ecf-dev mailing list
>> ecf-dev@xxxxxxxxxxx
>> To change your delivery options, retrieve your password, or unsubscribe
>> from this list, visit
>> https://dev.eclipse.org/mailman/listinfo/ecf-dev
>
>
>
> _______________________________________________
> ecf-dev mailing list
> ecf-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit
> https://dev.eclipse.org/mailman/listinfo/ecf-dev


Back to the top