-
python-supervisor-3.0a12-2.lbn13.noarch
A system for controlling process state under UNIX
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 13
-
python-tempita-0.4-7.lbn13.noarch
Tempita is a small templating language for text substitution.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 13
-
python-textile-2.1.4-3.fc13.noarch
Textile is a XHTML generator using a simple markup developed by Dean
Allen. This is a Python port with support for code validation, itex to
MathML translation, Python code coloring and much more.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 13
-
python-tgcaptcha-0.11-7.fc12.noarch
TGCaptcha is a TurboGears widget that provides an easy way to incorporate a
captcha as part a form in an attempt to reduce spam or malicious activity.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 13
-
python-tornado-2.2.1-1.lbn13.noarch
Tornado is an open source version of the scalable, non-blocking web
server and tools.
The framework is distinct from most mainstream web server frameworks
(and certainly most Python frameworks) because it is non-blocking and
reasonably fast. Because it is non-blocking and uses epoll, it can
handle thousands of simultaneous standing connections, which means it is
ideal for real-time web services.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 13
-
python-tornado-doc-2.2.1-1.lbn13.noarch
Tornado is an open source version of the scalable, non-blocking web
server and and tools. This package contains some example applications.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 13
-
python-translationstring-0.4-2.lbn13.noarch
Utility library for i18n relied on by various Repoze and Pyramid packages
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 13
-
python-ua-parser-0.3.4-1.lbn13.noarch
Python port of Browserscope's user agent parser
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 13
-
python-unidecode-0.04.1-2.lbn13.noarch
Unidecode
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 13
-
python-unimr.memcachedlock-0.1rc2_r144828-2.lbn13.noarch
unimr.memcachedlock implements a distributed "soft" locking mechanism using
memcached. It provides factory functions and decorators for a primitive
locking, a reentrant locking and a special locking for zeo-clients.
The native locking methods of python's threading module supports thread safe
locking and therefore, provides only full locking support for single zope
installations. However, zeo-clients have no locking mechanism beetween each
other for concurrent write operations on identical objects (e.g. Catalog) and
are unnecessarily stressed to resolve ConflictErrors on heavy load. The
reason for this problem is the optimistic concurrency control of the ZODB
which primarly prepares the changes of an object (in many cases expensive
calculations) and thereafter checks the validity of the object for the write
process. The higher the number of writes on the same object the higher the
risk that a concurrent zeo-client has already invalidated the object while
another zeo-client has still this object in use. The client with the
invalidated object is constrained to roll back its changes and to recalculate
the changes based on the refreshed object. At worst, this state goes in
circles and results in a ConflictError. The optimistic concurrency control
therefore perfectly fits only concurrent write operations on distinct objects.
Memcache locking overcomes this problem because it extends the regular
concurrency mechanism by a shared locking beetween all involved zeo-clients
by serializing the concurrent write operations before a ConflictError is
provoked. This mechanism is also known as pessimistic concurrency control.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 13