You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2011/09/08 20:48:09 UTC

[jira] [Created] (TAP5-1637) Tapestry should use SoftReferences for page instances, rather than run a janitor thread to clean them up

Tapestry should use SoftReferences for page instances, rather than run a janitor thread to clean them up
--------------------------------------------------------------------------------------------------------

                 Key: TAP5-1637
                 URL: https://issues.apache.org/jira/browse/TAP5-1637
             Project: Tapestry 5
          Issue Type: Improvement
          Components: tapestry-core
    Affects Versions: 5.3
            Reporter: Howard M. Lewis Ship


>From the discussion on the mailing list; this would let the VM manage the memory better than Tapestry can.

Some newly introduced configuration symbols will go away.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (TAP5-1637) Tapestry should use SoftReferences for page instances, rather than run a janitor thread to clean them up

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13100728#comment-13100728 ] 

Hudson commented on TAP5-1637:
------------------------------

Integrated in tapestry-trunk-freestyle #509 (See [https://builds.apache.org/job/tapestry-trunk-freestyle/509/])
    TAP5-1637: Use SoftReferences to cache Page instances, rather than an explicit janitor job

hlship : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1166889
Files : 
* /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/SymbolConstants.java
* /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/PageSourceImpl.java
* /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/TapestryModule.java
* /tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/services/AppModule.java


> Tapestry should use SoftReferences for page instances, rather than run a janitor thread to clean them up
> --------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1637
>                 URL: https://issues.apache.org/jira/browse/TAP5-1637
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.3
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.3
>
>
> From the discussion on the mailing list; this would let the VM manage the memory better than Tapestry can.
> Some newly introduced configuration symbols will go away.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (TAP5-1637) Tapestry should use SoftReferences for page instances, rather than run a janitor thread to clean them up

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAP5-1637.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.3

> Tapestry should use SoftReferences for page instances, rather than run a janitor thread to clean them up
> --------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1637
>                 URL: https://issues.apache.org/jira/browse/TAP5-1637
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.3
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.3
>
>
> From the discussion on the mailing list; this would let the VM manage the memory better than Tapestry can.
> Some newly introduced configuration symbols will go away.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (TAP5-1637) Tapestry should use SoftReferences for page instances, rather than run a janitor thread to clean them up

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13100728#comment-13100728 ] 

Hudson commented on TAP5-1637:
------------------------------

Integrated in tapestry-trunk-freestyle #509 (See [https://builds.apache.org/job/tapestry-trunk-freestyle/509/])
    TAP5-1637: Use SoftReferences to cache Page instances, rather than an explicit janitor job

hlship : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1166889
Files : 
* /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/SymbolConstants.java
* /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/PageSourceImpl.java
* /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/TapestryModule.java
* /tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/services/AppModule.java


> Tapestry should use SoftReferences for page instances, rather than run a janitor thread to clean them up
> --------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1637
>                 URL: https://issues.apache.org/jira/browse/TAP5-1637
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.3
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.3
>
>
> From the discussion on the mailing list; this would let the VM manage the memory better than Tapestry can.
> Some newly introduced configuration symbols will go away.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (TAP5-1637) Tapestry should use SoftReferences for page instances, rather than run a janitor thread to clean them up

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship reassigned TAP5-1637:
------------------------------------------

    Assignee: Howard M. Lewis Ship

> Tapestry should use SoftReferences for page instances, rather than run a janitor thread to clean them up
> --------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1637
>                 URL: https://issues.apache.org/jira/browse/TAP5-1637
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.3
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>
> From the discussion on the mailing list; this would let the VM manage the memory better than Tapestry can.
> Some newly introduced configuration symbols will go away.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (TAP5-1637) Tapestry should use SoftReferences for page instances, rather than run a janitor thread to clean them up

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAP5-1637.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.3

> Tapestry should use SoftReferences for page instances, rather than run a janitor thread to clean them up
> --------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1637
>                 URL: https://issues.apache.org/jira/browse/TAP5-1637
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.3
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.3
>
>
> From the discussion on the mailing list; this would let the VM manage the memory better than Tapestry can.
> Some newly introduced configuration symbols will go away.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (TAP5-1637) Tapestry should use SoftReferences for page instances, rather than run a janitor thread to clean them up

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship reassigned TAP5-1637:
------------------------------------------

    Assignee: Howard M. Lewis Ship

> Tapestry should use SoftReferences for page instances, rather than run a janitor thread to clean them up
> --------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1637
>                 URL: https://issues.apache.org/jira/browse/TAP5-1637
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.3
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>
> From the discussion on the mailing list; this would let the VM manage the memory better than Tapestry can.
> Some newly introduced configuration symbols will go away.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira