You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Thomas Termin (JIRA)" <ji...@apache.org> on 2008/09/09 09:07:52 UTC

[jira] Created: (SM-1562) each eip endpoint creates a timer thread even if it is not used at all

each eip endpoint creates a timer thread even if it is not used at all
----------------------------------------------------------------------

                 Key: SM-1562
                 URL: https://issues.apache.org/activemq/browse/SM-1562
             Project: ServiceMix
          Issue Type: Bug
          Components: servicemix-eip
    Affects Versions: 3.2.2
            Reporter: Thomas Termin
            Assignee: Thomas Termin
             Fix For: 3.2.3, 3.3


It is ok that each eip endpoint creates a timer manager instance but the corresponding thread should just be started if the scheduled method is used.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SM-1562) each eip endpoint creates a timer thread even if it is not used at all

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-1562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet updated SM-1562:
--------------------------------

    Fix Version/s: servicemix-eip-2008.01

> each eip endpoint creates a timer thread even if it is not used at all
> ----------------------------------------------------------------------
>
>                 Key: SM-1562
>                 URL: https://issues.apache.org/activemq/browse/SM-1562
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-eip
>    Affects Versions: 3.2.2
>            Reporter: Thomas Termin
>            Assignee: Thomas Termin
>             Fix For: 3.2.3, 3.3, servicemix-eip-2008.01
>
>
> It is ok that each eip endpoint creates a timer manager instance but the corresponding thread should just be started if the scheduled method is used.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SM-1562) each eip endpoint creates a timer thread even if it is not used at all

Posted by "Thomas Termin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-1562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Termin resolved SM-1562.
-------------------------------

    Resolution: Fixed

Fixed. The java timer-thread is first created if the schedule method is used.

Author: tterm
Date: Wed Sep 10 04:51:54 2008
New Revision: 693801

URL: http://svn.apache.org/viewvc?rev=693801&view=rev
Log:
SM-1562 each eip endpoint creates a timer thread even if it is not used at all

Modified:
    servicemix/utils/trunk/src/main/java/org/apache/servicemix/timers/impl/TimerManagerImpl.java

> each eip endpoint creates a timer thread even if it is not used at all
> ----------------------------------------------------------------------
>
>                 Key: SM-1562
>                 URL: https://issues.apache.org/activemq/browse/SM-1562
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-eip
>    Affects Versions: 3.2.2
>            Reporter: Thomas Termin
>            Assignee: Thomas Termin
>             Fix For: 3.2.3, 3.3
>
>
> It is ok that each eip endpoint creates a timer manager instance but the corresponding thread should just be started if the scheduled method is used.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.