Personal tools
Skip to content. | Skip to navigation
zope.sequencesort
This package provides support for sorting sequences based on multiple keys, including locale-based comparisons and per-key directions.
zope.server
This package contains generic base classes for channel-based servers, the servers themselves and helper objects, such as tasks and requests.
zope.session
Sessions provide a way to temporarily associate information with a client without requiring the authentication of a principal. We associate an identifier with a particular client. Whenever we get a request from that client, we compute the identifier and use the identifier to look up associated information, which is stored on the server. A major disadvantage of sessions is that they require management of information on the server. This can have major implications for scalability. It is possible for a framework to make use of session data very easy for the developer. This is great if scalability is not an issue, otherwise, it is a booby trap.
Local registries for zope component architecture