On Tue, Aug 01, 2006 at 08:07:01AM +0200, Tomislav Parčina wrote: > In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > > Check this for a detailed description: > > http://en.wikipedia.org/wiki/Berkeley_DB > > Copy/paste > > Berkeley DB (DB) is a high-performance, embedded database library with > bindings in C, C++, Java, Perl, Python, Tcl and many other programming > languages. DB stores arbitrary key/data pairs, and supports multiple > data items for a single key. DB can support thousands of simultaneous > threads of control manipulating databases as large as 256 terabytes, > on a wide variety of systems including most UNIX-like and Windows > systems as well as real-time operating systems. > > > Well, it seams I can store 1000 Caller ID records (name + number). > Thank you for link. >
http://en.wikipedia.org/wiki/Berkeley_DB#Licensing Copy/paste Versions 2.0 and higher of Berkeley DB are available under a dual license (see http://www.sleepycat.com/download/licensinginfo.shtml). Versions earlier than 2.0 are available under the BSD license, which means free use commercially Asterisk, like glibc, cannot use those later versions and uses 1.x . Check the docs more carefully. Still, 1000-s of records shouldn't be a problem. -- Tzafrir Cohen sip:[EMAIL PROTECTED] icq#16849755 iax:[EMAIL PROTECTED] +972-50-7952406 jabber:[EMAIL PROTECTED] [EMAIL PROTECTED] http://www.xorcom.com _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
