caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Richard Jones <rich@annexia.org>
To: caml-list@inria.fr
Subject: ANNOUNCE: Ancient 0.8.0 & Weblogs 2.1 released
Date: Fri, 13 Oct 2006 16:28:13 +0100	[thread overview]
Message-ID: <20061013152812.GA2514@furbychan.cocan.org> (raw)


We are pleased to announce the release of Ancient 0.8.0 and
Weblogs 2.1.

======================================================================
Ancient 0.8.0

The Ancient module allows you to use in-memory data structures which
are larger than available memory and so are kept in swap.  If you try
this in normal OCaml code, you'll find that the machine quickly
descends into thrashing as the garbage collector repeatedly iterates
over swapped memory structures.  This module lets you break that
limitation.  Of course the module doesn't work by magic :-) If your
program tries to access these large structures, they still need to be
swapped back in, but it is suitable for large, sparsely accessed
structures.

Secondly, this module allows you to share those structures between
processes.  In this mode, the structures are backed by a disk file,
and any process that has read/write access that disk file can map that
file in and see the structures.

(more here: http://merjis.com/_file/ancient-readme.txt )

----------------------------------------------------------------------
Differences in this release:

Previously a hard-coded limit of 1024 objects could be stored in one
backing file.  This limit has now been removed.

----------------------------------------------------------------------
Download:

http://merjis.com/developers/ancient

======================================================================
Weblogs 2.1

Weblogs is an OCaml module for importing weblogs from Apache or IIS
web servers.

In this major release we have modified the API to use arrays of
structures instead of lists for efficiency.  We have added support for
the Ancient module, so that absolutely huge logfiles can now be loaded
into memory and analysed.  To give you an idea of how large: we have
analysed 38 GB of logfiles from one customer on a 64-bit desktop
machine with just 2 GB of physical RAM.

----------------------------------------------------------------------
Download:

http://merjis.com/developers/weblogs

======================================================================

Both modules are released under LGPL + OCaml linking exception, to
make them compatible with the OCaml library and maximise use even in
commercial applications.

Rich.

-- 
Richard Jones, CTO Merjis Ltd.
Merjis - web marketing and technology - http://merjis.com
Internet Marketing and AdWords courses - http://merjis.com/courses - NEW!
Merjis blog - http://blog.merjis.com - NEW!


                 reply	other threads:[~2006-10-13 15:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20061013152812.GA2514@furbychan.cocan.org \
    --to=rich@annexia.org \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).