On 7/17/07, Gustavo Niemeyer <[EMAIL PROTECTED]> wrote: > > Is the a notion of the Session Context as in SQLAlchemy? > > Information about the session (caching, etc) is kept in the > Store itself in Storm.
I think this is somewhat confusing. Storm doesn't really *have* the concept of sessions; maybe what Gustavo meant is that e.g. the caching that Sessions do in SQLAlchemy is the function of the Store in Storm. -- Christopher Armstrong International Man of Twistery http://radix.twistedmatrix.com/ http://twistedmatrix.com/ http://canonical.com/ -- storm mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/storm
