CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Major Feature #29162

Lower memory consumption of Formhandler

Added by Reinhard Führicht almost 2 years ago. Updated over 1 year ago.

Status:Closed Start date:2011-08-22
Priority:Should have Due date:
Assignee:Reinhard Führicht % Done:

0%

Category:Code and Architecture
Target version:v1.2
Votes: 0

Description

Storing that much information in the session, leads to memory problems on some systems.

The session handling needs some attention in order to:

  • Store less information in the session
  • Find out what to do with old sessions
  • Make sure that new sessions are only created when they are needed.

Any input is welcome! :-)

29162.patch (4.9 kB) Reinhard Führicht, 2011-09-05 13:54

History

Updated by Reinhard Führicht almost 2 years ago

  • File 29162.patch added
  • Status changed from New to Accepted

Patch added, which does the following:

  • Add a creation timestamp to each form in session.
  • When creating a new session, remove old sessions with the same formValuesPrefix older than 1 hour.
  • The threshold can be configured in Typoscript.

Updated by Reinhard Führicht over 1 year ago

  • Target version changed from Stable v1.0 to v1.2

Updated by Reinhard Führicht over 1 year ago

  • Status changed from Accepted to Closed

The attached patch is integrated since the last version.
No feedback so far, so I assume it works fine.
For now, there is no more reason, to do further improvements.

Also available in: Atom PDF