You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Marcel Reutegger (JIRA)" <ji...@apache.org> on 2007/06/26 11:00:34 UTC

[jira] Assigned: (JCR-982) Each TransactionContext creates new thread

     [ https://issues.apache.org/jira/browse/JCR-982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marcel Reutegger reassigned JCR-982:
------------------------------------

    Assignee: Marcel Reutegger

> Each TransactionContext creates new thread
> ------------------------------------------
>
>                 Key: JCR-982
>                 URL: https://issues.apache.org/jira/browse/JCR-982
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: transactions
>            Reporter: Marcel Reutegger
>            Assignee: Marcel Reutegger
>            Priority: Minor
>
> The rollback threads are not stopped when the transaction commits, but only when the timeout occurs. This has the effect that lots of threads are created and sleeping when many transactions are committed in a short time frame. The rollback thread should be signaled when the transaction is committed or even better a Timer should be used with a single thread for all transaction contexts.

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