doc/book/intro/history.rst
author Philippe Pepiot <ph@itsalwaysdns.eu>
Tue, 31 Mar 2020 18:22:05 +0200
changeset 12966 6cd938c29ca3
parent 10491 c67bcee93248
permissions -rw-r--r--
[server] Make connection pooler configurable and set better default values Drop the configuration connections-pool-size and add new configurations options: * connections-pool-min-size. Set to 0 by default so we open connections only when needed. This avoid opening min-size*processes connections at startup, which is, it think, a good default. * connections-pool-max-size. Set to 0 (unlimited) by default, so we move the bottleneck to postgresql. * connections-idle-timeout. Set to 10 minutes. I don't have arguments about this except that this is the default in pgbouncer.

.. -*- coding: utf-8 -*-

A little history...
===================

*CubicWeb* is a semantic web application framework that Logilab_ started
developing in 2001 as an offspring of its Narval_ research project. *CubicWeb*
is written in Python and includes a data server and a web engine.

Its data server publishes data federated from different sources like
SQL databases, LDAP directories, `VCS`_ repositories or even from other
CubicWeb data servers.

.. _`VCS`: http://en.wikipedia.org/wiki/Revision_control

Its web engine was designed to let the final user control what content to select
and how to display it. It allows one to browse the federated data sources and
display the results with the rendering that best fits the context. This
flexibility of the user interface gives back to the user some capabilities
usually only accessible to application developers.

*CubicWeb* has been developed by Logilab_ and used in-house for many years
before it was first installed for its clients in 2006 as version 2.

In 2008, *CubicWeb* version 3 became downloadable for free under the
terms of the LGPL license. Its community is now steadily growing
without hampering the fast-paced stream of changes thanks to the time
and energy originally put in the design of the framework.


.. _Narval: http://www.logilab.org/project/narval-moved
.. _Logilab: http://www.logilab.fr/