Hello all,

I am not a pyramid  expert and I am doing my best to develop further skills.
Maybe my idea was already solved in a more elegant and more convenient
way, so please, if you know that, answer me, it will be very appreciated.

I am developing a project with SQLAlchemy and Beaker Session, to reduce
the number of queries I writed down a custom "groupfinder" for my pages
factories. This class get the resources first from the session if they
exist
and after from SQLAlchemy DBSession, if they are not founded into the
session
the same class try to load into the server backed session the data for
future use. We are talking about very important user data like the group,
email, capabilities enabled and so on.

Do you think guys this is the best approach to the problem?
If it is I can study develop further the interface to produce something
for everybody and propose a new pyramid module with a bit of time.
I can try to find a way to declare a dynamic number of  session "key"s
to fit the needs of the user.

thank you for your time in advance.
excuse my poor english

f.

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to