Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
ANNOUNCE: Ancient 0.8.0 & Weblogs 2.1 released
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Richard Jones  
View profile  
 More options Oct 13 2006, 11:31 am
Newsgroups: fa.caml
From: Richard Jones <r...@annexia.org>
Date: Fri, 13 Oct 2006 15:31:47 UTC
Local: Fri, Oct 13 2006 11:31 am
Subject: [Caml-list] ANNOUNCE: Ancient 0.8.0 & Weblogs 2.1 released

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!

_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »