NOTICE: This package has been removed from pkgsrc

./wip/py-xsdb, Concurrent database with concurrency control and recovery

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.1, Package name: py27-xsdb-0.1, Maintainer: pkgsrc-users

The xsdb package provides fundamental concurrent database functionality with
concurrency control and recovery. Fundamental characteristics include:

* Extreme portability and ease of installation and use.
* A simple semantics of objects with associated descriptions
compatible with the relational model, object modelling methods, and other
data organizations such as OLAP.
* Multiple access paths and indices.
* Timestamp based concurrency control for safe concurrent database access.
* Commit/Rollback and recovery support.
* A variety of underlying storage implementations with configurable
features and performance characteristics.
* No intrinsic database size limitations.

General Technical Notes: The xsdb package is implemented in Python, and the
server mode requires stackless python. An xsdb database (not in server mode)
will run using standard C Python or Java Python (Jython), and in particular
the client for an xsdb database may be a java program. It is possible to
create clients in other programming platforms for interacting with xsdb
(although none exist at this writing). The package will run on all hardware
and operating system platforms that support Python and/or java (including MS
Windows variants, Mac OS, Linux, most Unices, and many others).


Required to run:
[lang/python27]

Master sites:

SHA1: 6147550f027e1a0edaee9f0f7facca7d18cb8359
RMD160: 5b0f79b098b48ca6d759f610934fe85b3d722a8a
Filesize: 696.749 KB

Version history: (Expand)


CVS history: (Expand)


   2009-10-11 12:45:10 by Thomas Klausner | Files touched by this commit (261)
Log message:
Remove obsolete @dirrm lines.
   2006-05-19 18:51:28 by Yoshito Komatsu | Files touched by this commit (95)
Log message:
Replace tech-pkg@NetBSD.org with pkgsrc-users@NetBSD.org.
   2005-07-27 18:29:22 by Thomas Klausner | Files touched by this commit (10)
Log message:
Reset MAINTAINER -- he stopped working on pkgsrc.
   2005-05-23 12:27:48 by Roland Illig | Files touched by this commit (1)
Log message:
Removed trailing white-space.
   2005-04-11 23:15:22 by Todd Vierling | Files touched by this commit (1)
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

   2004-05-02 07:08:26 by Soren Jacobsen | Files touched by this commit (1)
Log message:
Convert to buildlink3. 
   2004-01-15 14:23:24 by Michal Pasternak | Files touched by this commit (9) | Imported package
Log message:
Initial import