psevestre / vosao-old

Automatically exported from code.google.com/p/vosao
GNU Lesser General Public License v2.1
0 stars 0 forks source link

A channel is created each time a page is accessed from contents tree #578

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
These are the steps to reproduce the problem:

1.Enter Vosao cms index page (/cms/#index)
2.Click on content option
3.Click on a page in the pages tree
4.Checking app engine dashboard you can see that a new channel is created. This 
happens each time a page is clicked in the pages tree at contents.

This behaviour causes a huge consume of channels in app engine. If you are 
editing your pages in Vosao CMS you can exceed the channels limit of a free App 
Engine account pretty quickly.
It could be nice to reused a channel that has been opened previously before 
closing it and only close the channel when session expires or when an amount of 
time has passed.

Original issue reported on code.google.com by sant...@gmail.com on 22 Oct 2012 at 7:57